Table of Contents

Class Properties

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class Properties : Hashtable<object, object>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Dictionary<object, object>>
Properties
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Dictionary<object, object>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Dictionary<object, object>>.IsAssignableFrom<T>()
JVMBridgeBase<Dictionary<object, object>>.Execute<T>(params T[])
JVMBridgeBase<Dictionary<object, object>>.DynBridgeClazz
JVMBridgeBase<Dictionary<object, object>>.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.Execute<T>(params T[])
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Properties()

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

public Properties()

Properties(Properties)

public Properties(Properties arg0)

Parameters

arg0 Properties

Properties

Properties(int)

public Properties(int arg0)

Parameters

arg0 int

int

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Methods

GetProperty(String)

public String GetProperty(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetProperty(String, String)

public String GetProperty(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

List(PrintStream)

public void List(PrintStream arg0)

Parameters

arg0 PrintStream

PrintStream

List(PrintWriter)

public void List(PrintWriter arg0)

Parameters

arg0 PrintWriter

PrintWriter

Load(InputStream)

public void Load(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

IOException

Load(Reader)

public void Load(Reader arg0)

Parameters

arg0 Reader

Reader

Exceptions

IOException

LoadFromXML(InputStream)

public void LoadFromXML(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

IOException
InvalidPropertiesFormatException

PropertyNames()

public Enumeration<object> PropertyNames()

Returns

Enumeration<object>

Enumeration

SetProperty(String, String)

public object SetProperty(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

object

object

Store(OutputStream, String)

public void Store(OutputStream arg0, String arg1)

Parameters

arg0 OutputStream

OutputStream

arg1 String

String

Exceptions

IOException

Store(Writer, String)

public void Store(Writer arg0, String arg1)

Parameters

arg0 Writer

Writer

arg1 String

String

Exceptions

IOException

StoreToXML(OutputStream, String)

public void StoreToXML(OutputStream arg0, String arg1)

Parameters

arg0 OutputStream

OutputStream

arg1 String

String

Exceptions

IOException

StoreToXML(OutputStream, String, String)

public void StoreToXML(OutputStream arg0, String arg1, String arg2)

Parameters

arg0 OutputStream

OutputStream

arg1 String

String

arg2 String

String

Exceptions

IOException

StoreToXML(OutputStream, String, Charset)

public void StoreToXML(OutputStream arg0, String arg1, Charset arg2)

Parameters

arg0 OutputStream

OutputStream

arg1 String

String

arg2 Charset

Charset

Exceptions

IOException

StringPropertyNames()

public Set<String> StringPropertyNames()

Returns

Set<String>

Set