Class NavenCLICore<T>
Overridable implementation of NavenCore<T>
public class NavenCLICore<T> : NavenCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : NavenCLICore<T>
Type Parameters
T
- Inheritance
-
SetupJVMWrapperSetupJVMWrapper<T>JNetCoreBase<T>JNetCore<T>NavenCore<T>NavenCLICore<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
NavenCLICore()
Public ctor
public NavenCLICore()
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
NoLogo
public static bool NoLogo { get; }
Property Value
PathToParse
A list of paths to be used in initialization of JVM ClassPath
protected override IList<string> PathToParse { get; }
Property Value
Script
public static string Script { get; }
Property Value
Methods
ProcessCommandLine()
protected override string[] ProcessCommandLine()
Returns
- string[]