Class JNetCLICore<T>
Public entry point of JNetCLICore<T>
public abstract class JNetCLICore<T> : JNetCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : JNetCLICore<T>
Type Parameters
T
- Inheritance
-
SetupJVMWrapperSetupJVMWrapper<T>JNetCoreBase<T>JNetCore<T>JNetCLICore<T>
- Implements
-
IJVMWrapperManagementIJVMBridgeCore
- Derived
- Inherited Members
-
SetupJVMWrapper<T>.CreateGlobalInstance()SetupJVMWrapper<T>.HasGlobalInstanceSetupJVMWrapper<T>.GlobalInstanceSetupJVMWrapper<T>.ScopedOnSetupJVMWrapper<T>.ScopedOnVersionSetupJVMWrapper.Initialize()SetupJVMWrapper.InitializeListener(IJVMBridgeBase)SetupJVMWrapper.GetListener(IJavaObject)SetupJVMWrapper.ReleaseListener(IJVMBridgeBase)SetupJVMWrapper.ReleaseJCGraphicContainer(IJCGraphicContainer)SetupJVMWrapper.InitializeRemote()SetupJVMWrapper.FilteredArgsSetupJVMWrapper.IsContainerSetupJVMWrapper.ContainerIdSetupJVMWrapper.FeatureLevelSetupJVMWrapper.EnableCriticalMethodsSetupJVMWrapper.EnableCriticalMethodsOnGetThresholdSetupJVMWrapper.EnableCriticalMethodsOnGetSetupJVMWrapper.EnableCriticalMethodsOnSetThresholdSetupJVMWrapper.EnableCriticalMethodsOnSetSetupJVMWrapper.JVMSetupJVMWrapper.ManagementSetupJVMWrapper.JVMStatsSetupJVMWrapper.DynJVMSetupJVMWrapper.RemoteBridgeSetupJVMWrapper.RemoteJCOBridgeSetupJVMWrapper.ModulePathSetupJVMWrapper.JVMPackagesSetupJVMWrapper.SuppressFinalizeSetupJVMWrapper.GlobalizeSetupJVMWrapper.LastBindingException
Constructors
JNetCLICore()
Public ctor
public JNetCLICore()
Properties
CommandLineArguments
IEnumerable<T> for command line
public override IEnumerable<IArgumentMetadata> CommandLineArguments { get; }
Property Value
ImportList
public static IEnumerable<string> ImportList { get; }
Property Value
Interactive
public static bool Interactive { get; }
Property Value
JarList
public static IEnumerable<string> JarList { get; }
Property Value
NamespaceList
public static IEnumerable<string> NamespaceList { get; }
Property Value
Options
Adds options to the JVM
protected override IDictionary<string, string> Options { get; }
Property Value
PathToParse
A list of paths to be used in initialization of JVM ClassPath
protected override IList<string> PathToParse { get; }
Property Value
RunCommand
public static string RunCommand { get; }
Property Value
Script
public static string Script { get; }
Property Value
Methods
ProcessCommandLine()
protected override string[] ProcessCommandLine()
Returns
- string[]