Table of Contents

Class StandardLocation

Namespace
Javax.Tools
Assembly
MASES.JNet.dll
public class StandardLocation : Enum<StandardLocation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<StandardLocation>>
StandardLocation
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<StandardLocation>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<StandardLocation>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<StandardLocation>>.Execute<T>(params T[])
JVMBridgeBase<Enum<StandardLocation>>.DynBridgeClazz
JVMBridgeBase<Enum<StandardLocation>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

StandardLocation()

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

public StandardLocation()

StandardLocation(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 StandardLocation(params object[] args)

Parameters

args object[]

Properties

ANNOTATION_PROCESSOR_MODULE_PATH

public static StandardLocation ANNOTATION_PROCESSOR_MODULE_PATH { get; }

Property Value

StandardLocation

ANNOTATION_PROCESSOR_PATH

public static StandardLocation ANNOTATION_PROCESSOR_PATH { get; }

Property Value

StandardLocation

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CLASS_OUTPUT

public static StandardLocation CLASS_OUTPUT { get; }

Property Value

StandardLocation

CLASS_PATH

public static StandardLocation CLASS_PATH { get; }

Property Value

StandardLocation

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MODULE_PATH

public static StandardLocation MODULE_PATH { get; }

Property Value

StandardLocation

MODULE_SOURCE_PATH

public static StandardLocation MODULE_SOURCE_PATH { get; }

Property Value

StandardLocation

NATIVE_HEADER_OUTPUT

public static StandardLocation NATIVE_HEADER_OUTPUT { get; }

Property Value

StandardLocation

Name

public String Name { get; }

Property Value

String

PATCH_MODULE_PATH

public static StandardLocation PATCH_MODULE_PATH { get; }

Property Value

StandardLocation

PLATFORM_CLASS_PATH

public static StandardLocation PLATFORM_CLASS_PATH { get; }

Property Value

StandardLocation

SOURCE_OUTPUT

public static StandardLocation SOURCE_OUTPUT { get; }

Property Value

StandardLocation

SOURCE_PATH

public static StandardLocation SOURCE_PATH { get; }

Property Value

StandardLocation

SYSTEM_MODULES

public static StandardLocation SYSTEM_MODULES { get; }

Property Value

StandardLocation

UPGRADE_MODULE_PATH

public static StandardLocation UPGRADE_MODULE_PATH { get; }

Property Value

StandardLocation

Methods

IsModuleOrientedLocation()

public bool IsModuleOrientedLocation()

Returns

bool

bool

IsOutputLocation()

public bool IsOutputLocation()

Returns

bool

bool

LocationFor(String)

public static JavaFileManager.Location LocationFor(String arg0)

Parameters

arg0 String

String

Returns

JavaFileManager.Location

JavaFileManager.Location

ValueOf(String)

public static StandardLocation ValueOf(String arg0)

Parameters

arg0 String

String

Returns

StandardLocation

StandardLocation

Values()

public static StandardLocation[] Values()

Returns

StandardLocation[]

StandardLocation