Class ResourceBundle.Control
public class ResourceBundle.Control : JVMBridgeBase<ResourceBundle.Control>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseResourceBundle.Control
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ResourceBundle.Control>.SExecuteWithSignatureArray<T>(string, string, params object[])JVMBridgeBase<ResourceBundle.Control>.IsAssignableFrom(IJavaType)JVMBridgeBase<ResourceBundle.Control>.IsAssignableFrom<T>()JVMBridgeBase<ResourceBundle.Control>.Execute<T>(params T[])JVMBridgeBase<ResourceBundle.Control>.DynBridgeClazzJVMBridgeBase<ResourceBundle.Control>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
FORMAT_CLASS
public static List FORMAT_CLASS { get; }
Property Value
FORMAT_DEFAULT
public static List FORMAT_DEFAULT { get; }
Property Value
FORMAT_PROPERTIES
public static List FORMAT_PROPERTIES { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
TTL_DONT_CACHE
public static long TTL_DONT_CACHE { get; }
Property Value
TTL_NO_EXPIRATION_CONTROL
public static long TTL_NO_EXPIRATION_CONTROL { get; }
Property Value
Methods
GetCandidateLocales(String, Locale)
public List<Locale> GetCandidateLocales(String arg0, Locale arg1)
Parameters
Returns
GetControl(List<String>)
public static ResourceBundle.Control GetControl(List<String> arg0)
Parameters
Returns
GetFallbackLocale(String, Locale)
public Locale GetFallbackLocale(String arg0, Locale arg1)
Parameters
Returns
GetFormats(String)
public List<String> GetFormats(String arg0)
Parameters
Returns
GetNoFallbackControl(List<String>)
public static ResourceBundle.Control GetNoFallbackControl(List<String> arg0)
Parameters
Returns
GetTimeToLive(String, Locale)
public long GetTimeToLive(String arg0, Locale arg1)
Parameters
Returns
NeedsReload(String, Locale, String, ClassLoader, ResourceBundle, long)
public bool NeedsReload(String arg0, Locale arg1, String arg2, ClassLoader arg3, ResourceBundle arg4, long arg5)
Parameters
arg0
Stringarg1
Localearg2
Stringarg3
ClassLoaderarg4
ResourceBundlearg5
long
Returns
NewBundle(String, Locale, String, ClassLoader, bool)
public ResourceBundle NewBundle(String arg0, Locale arg1, String arg2, ClassLoader arg3, bool arg4)
Parameters
arg0
Stringarg1
Localearg2
Stringarg3
ClassLoaderarg4
bool
Returns
Exceptions
ToBundleName(String, Locale)
public String ToBundleName(String arg0, Locale arg1)
Parameters
Returns
ToResourceName(String, String)
public String ToResourceName(String arg0, String arg1)