Table of Contents

Class NavenCLICore<T>

Namespace
MASES.Naven.CLI
Assembly
MASES.NavenCLI.dll

Overridable implementation of NavenCore<T>

public class NavenCLICore<T> : NavenCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : NavenCLICore<T>

Type Parameters

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

Constructors

NavenCLICore()

Public ctor

public NavenCLICore()

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