boolean |
PropertyProvider.getBooleanProperty(java.lang.String key) |
A property getter for Boolean properties.
|
boolean |
PropertyProviderDefault.getBooleanProperty(java.lang.String key) |
A property getter for Boolean properties.
|
java.lang.Class<?>[] |
PropertyProvider.getClassListProperty(java.lang.String key) |
Gets a list of classes from a given string property.
|
java.lang.Class<?>[] |
PropertyProviderDefault.getClassListProperty(java.lang.String key) |
Gets a list of classes from a given string property.
|
java.lang.Class<?> |
PropertyProvider.getClassProperty(java.lang.String key) |
A property getter for class properties.
|
java.lang.Class<?> |
PropertyProviderDefault.getClassProperty(java.lang.String key) |
A property getter for class properties.
|
<T extends java.lang.Enum<T>> T |
PropertyProvider.getEnumProperty(java.lang.Class<T> cls,
java.lang.String key) |
A property getter for enumeration type.
|
<T extends java.lang.Enum<T>> T |
PropertyProviderDefault.getEnumProperty(java.lang.Class<T> cls,
java.lang.String key) |
A property getter for enumeration type.
|
java.io.File[] |
PropertyProvider.getFileListProperty(java.lang.String key) |
Gets a list of files given with a string property value.
|
java.io.File[] |
PropertyProviderDefault.getFileListProperty(java.lang.String key) |
Gets a list of files given with a string property value.
|
java.io.File |
PropertyProvider.getFileProperty(java.lang.String key) |
A property getter for File properties.
|
java.io.File |
PropertyProviderDefault.getFileProperty(java.lang.String key) |
A property getter for File properties.
|
int |
PropertyProvider.getIntegerProperty(java.lang.String key) |
A property getter for integer properties.
|
int |
PropertyProviderDefault.getIntegerProperty(java.lang.String key) |
A property getter for integer properties.
|
java.lang.String |
PropertyProvider.getStringProperty(java.lang.String key) |
A property getter for string properties.
|
java.lang.String |
PropertyProviderDefault.getStringProperty(java.lang.String key) |
A property getter for string properties.
|