Table of Contents

Class ConfigurationParser

Namespace
Org.Codehaus.Plexus.Classworlds.Launcher
Assembly
MASES.Naven.dll
public class ConfigurationParser : JVMBridgeBase<ConfigurationParser>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ConfigurationParser
Implements
Inherited Members

Constructors

ConfigurationParser()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ConfigurationParser()

ConfigurationParser(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ConfigurationParser(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

ConfigurationParser(ConfigurationHandler, Properties)

public ConfigurationParser(ConfigurationHandler arg0, Properties arg1)

Parameters

arg0 ConfigurationHandler

ConfigurationHandler

arg1 Properties

Properties

ConfigurationParser(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ConfigurationParser(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IMPORT_PREFIX

public static String IMPORT_PREFIX { get; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LOAD_PREFIX

public static String LOAD_PREFIX { get; }

Property Value

String

MAIN_PREFIX

public static String MAIN_PREFIX { get; }

Property Value

String

OPTIONALLY_PREFIX

public static String OPTIONALLY_PREFIX { get; }

Property Value

String

SET_PREFIX

public static String SET_PREFIX { get; }

Property Value

String

Methods

Parse(InputStream)

public void Parse(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

IOException
ConfigurationException
DuplicateRealmException
NoSuchRealmException