public class PropertyReader extends Object
| Constructor and Description |
|---|
PropertyReader(String filename)
Creates a new PropertyReader object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
Gets the Filename.
|
Properties |
getInternalProperties()
Gets the Internal Propeties.
|
String |
getProperty(String key)
Gets the Property.
|
public PropertyReader(String filename)
filename - filenameIllegalArgumentException - If filename is Nullpublic final String getProperty(String key)
key - keyProperty of the propertiespublic String getFilename()
filenamepublic Properties getInternalProperties()
propertiesCopyright © 2012–2026 cismet GmbH. All rights reserved.