Table of Contents

Class JNetCLICore<T>

Namespace
MASES.JNet.CLI
Assembly
MASES.JNetCLI.dll

Public entry point of JNetCLICore<T>

public abstract class JNetCLICore<T> : JNetCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : JNetCLICore<T>

Type Parameters

T
Inheritance
JNetCLICore<T>
Implements
Derived
Inherited Members
SetupJVMWrapper<T>.ScopedOn
SetupJVMWrapper<T>.ScopedOnVersion
SetupJVMWrapper.Initialize()
SetupJVMWrapper.InitializeRemote()

Constructors

JNetCLICore()

Public ctor

public JNetCLICore()

Properties

CommandLineArguments

IEnumerable<T> for command line

public override IEnumerable<IArgumentMetadata> CommandLineArguments { get; }

Property Value

IEnumerable<IArgumentMetadata>

PathToParse

A list of paths to be used in initialization of JVM ClassPath

protected override IList<string> PathToParse { get; }

Property Value

IList<string>

Methods

ProcessCommandLine()

Process command line arguments

protected override string[] ProcessCommandLine()

Returns

string[]

The filtered residual arguments