|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
importProperties(Context _configuration,
java.util.Properties _props,
java.lang.String[] _except,
boolean _force)
Imports the provided properties into the _context . |
void |
importProperty(Context _context,
java.lang.String _name,
java.lang.String _value,
boolean _force)
Imports the provided property into the _context . |
Method Detail |
public void importProperties(Context _configuration, java.util.Properties _props, java.lang.String[] _except, boolean _force) throws JonathanException
_context
.
Property keys are mapped to names in the provided context, using '.' as a separator.
Property values are mapped to values of type string, except when the value may be parsed as:
except
specifies a list of property keys prefixes
corresponding to keys that should not be imported into the context.
_props
- the properties to import;
JonathanException
public void importProperty(Context _context, java.lang.String _name, java.lang.String _value, boolean _force) throws JonathanException
_context
.
_context
- the context to import the property to;_name
- the property name_value
- the property value
JonathanException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |