public class Configuration extends Properties
defaults
Constructor and Description |
---|
Configuration() |
Configuration(Properties props) |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key) |
String |
getProperty(String key,
boolean insert) |
String |
getProperty(String key,
String defaultValue) |
list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public Configuration()
public Configuration(Properties props)
public String getProperty(String key, String defaultValue)
getProperty
in class Properties
public String getProperty(String key)
getProperty
in class Properties
Copyright © 2018 Brandao. All rights reserved.