public class MNls extends IProperties
| Modifier and Type | Field and Description |
|---|---|
protected String |
prefix |
protected Properties |
properties |
| Constructor and Description |
|---|
MNls() |
MNls(Properties properties,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
MNls |
createSubstitute(String prefix) |
static String |
find(MNlsProvider provider,
String in) |
static String |
find(MNls nls,
String in) |
static String |
find(MNls nls,
String in,
Map<String,Object> attributes) |
String |
find(String in) |
String |
find(String in,
Map<String,Object> attributes) |
String |
find(String in,
String... strings) |
Object |
getProperty(String name)
Overwrite this function to provide values in string format.
|
boolean |
isEditable()
Overwrite this function and return true if the property set can be edited.
|
boolean |
isProperty(String name)
Return true if the property exists.
|
Set<String> |
keys() |
static MNls |
lookup(Object owner) |
void |
removeProperty(String key)
Remove the property field in the list of properties.
|
void |
setProperty(String key,
Object value)
Overwrite this function to allow changes in properties.
|
String |
toString() |
getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getInt, getLong, getNumber, getProperty, getString, getString, iterator, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, setStringbase, base, createBase, forkBase, installBase, isBase, leaveBaseprotected Properties properties
protected String prefix
public MNls()
public MNls(Properties properties, String prefix)
public static String find(MNlsProvider provider, String in)
public Object getProperty(String name)
IPropertiesgetProperty in class IPropertiespublic boolean isProperty(String name)
IPropertiesisProperty in class IPropertiespublic void removeProperty(String key)
IPropertiesremoveProperty in class IPropertiespublic void setProperty(String key, Object value)
IPropertiessetProperty in class IPropertiespublic boolean isEditable()
IPropertiesisEditable in class IPropertiespublic Set<String> keys()
keys in class IPropertiesCopyright © 2014. All rights reserved.