Table of Contents

Class ResourceBundle.Control

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class ResourceBundle.Control : JVMBridgeBase<ResourceBundle.Control>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ResourceBundle.Control>
ResourceBundle.Control
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ResourceBundle.Control>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ResourceBundle.Control>.IsAssignableFrom<T>()
JVMBridgeBase<ResourceBundle.Control>.Execute<T>(params T[])
JVMBridgeBase<ResourceBundle.Control>.DynBridgeClazz
JVMBridgeBase<ResourceBundle.Control>.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

Control()

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

public Control()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FORMAT_CLASS

public static List FORMAT_CLASS { get; }

Property Value

List

FORMAT_DEFAULT

public static List FORMAT_DEFAULT { get; }

Property Value

List

FORMAT_PROPERTIES

public static List FORMAT_PROPERTIES { get; }

Property Value

List

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

TTL_DONT_CACHE

public static long TTL_DONT_CACHE { get; }

Property Value

long

TTL_NO_EXPIRATION_CONTROL

public static long TTL_NO_EXPIRATION_CONTROL { get; }

Property Value

long

Methods

GetCandidateLocales(String, Locale)

public List<Locale> GetCandidateLocales(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Returns

List<Locale>

List

GetControl(List<String>)

public static ResourceBundle.Control GetControl(List<String> arg0)

Parameters

arg0 List<String>

List

Returns

ResourceBundle.Control

ResourceBundle.Control

GetFallbackLocale(String, Locale)

public Locale GetFallbackLocale(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Returns

Locale

Locale

GetFormats(String)

public List<String> GetFormats(String arg0)

Parameters

arg0 String

String

Returns

List<String>

List

GetNoFallbackControl(List<String>)

public static ResourceBundle.Control GetNoFallbackControl(List<String> arg0)

Parameters

arg0 List<String>

List

Returns

ResourceBundle.Control

ResourceBundle.Control

GetTimeToLive(String, Locale)

public long GetTimeToLive(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Returns

long

long

NeedsReload(String, Locale, String, ClassLoader, ResourceBundle, long)

public bool NeedsReload(String arg0, Locale arg1, String arg2, ClassLoader arg3, ResourceBundle arg4, long arg5)

Parameters

arg0 String

String

arg1 Locale

Locale

arg2 String

String

arg3 ClassLoader

ClassLoader

arg4 ResourceBundle

ResourceBundle

arg5 long

long

Returns

bool

bool

NewBundle(String, Locale, String, ClassLoader, bool)

public ResourceBundle NewBundle(String arg0, Locale arg1, String arg2, ClassLoader arg3, bool arg4)

Parameters

arg0 String

String

arg1 Locale

Locale

arg2 String

String

arg3 ClassLoader

ClassLoader

arg4 bool

bool

Returns

ResourceBundle

ResourceBundle

Exceptions

IllegalAccessException
InstantiationException
IOException

ToBundleName(String, Locale)

public String ToBundleName(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Returns

String

String

ToResourceName(String, String)

public String ToResourceName(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String