public class DefaultProperties extends Object implements InheritedProperties
| Constructor and Description |
|---|
DefaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
Character |
getCharacterProperty() |
Double |
getDoubleProperty() |
List<File> |
getFileListProperty() |
Integer |
getStringInteger() |
List<String> |
getStringListProperty() |
String |
getStringProperty() |
String |
getSubString() |
URL |
getURLProperty() |
public String getStringProperty()
getStringProperty in interface PropertiesWithStandardTypespublic Integer getStringInteger()
getStringInteger in interface PropertiesWithStandardTypespublic Double getDoubleProperty()
getDoubleProperty in interface PropertiesWithStandardTypespublic Character getCharacterProperty()
getCharacterProperty in interface PropertiesWithStandardTypespublic List<String> getStringListProperty()
getStringListProperty in interface PropertiesWithStandardTypespublic URL getURLProperty()
getURLProperty in interface PropertiesWithStandardTypespublic String getSubString()
getSubString in interface InheritedPropertiespublic List<File> getFileListProperty() throws dk.netdesign.common.osgi.config.exception.InvalidTypeException, dk.netdesign.common.osgi.config.exception.TypeFilterException
getFileListProperty in interface PropertiesWithStandardTypesdk.netdesign.common.osgi.config.exception.InvalidTypeExceptiondk.netdesign.common.osgi.config.exception.TypeFilterExceptionCopyright © 2018. All rights reserved.