Table of Contents

Class PLCOnNetCLICore<T>

Namespace
MASES.PLCOnNet.CLI
Assembly
MASES.PLCOnNetCLI.dll

Overridable implementation of PLCOnNetCore<T>

public class PLCOnNetCLICore<T> : PLCOnNetCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : PLCOnNetCLICore<T>

Type Parameters

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

Constructors

PLCOnNetCLICore()

Public ctor

public PLCOnNetCLICore()

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