Added Methods |
void dumpConfiguration(Configuration, Writer)
|
Writes out all the parameters and their properties (final and resource) to the given Writer The format of the output would be { "properties" : [ {key1 value1 key1.isFinal key1.resource} {key2 value2 key2.isFinal key2.resource}... |
List getInstances(String, Class)
|
Get the value of the name property as a List of objects implementing the interface specified by xface . |
Pattern getPattern(String, Pattern)
|
Get the value of the name property as a Pattern. |
Collection getTrimmedStringCollection(String )
|
Get the comma delimited values of the name property as a collection of String s trimmed of the leading and trailing whitespace. |
String[] getTrimmedStrings(String )
|
Get the comma delimited values of the name property as an array of String s trimmed of the leading and trailing whitespace. |
String[] getTrimmedStrings(String, String[])
|
Get the comma delimited values of the name property as an array of String s trimmed of the leading and trailing whitespace. |
void setPattern(String, Pattern)
|
Set the given property to Pattern . |