public class PropertiesFileHandler extends Object
Constructor | Description |
---|---|
PropertiesFileHandler() |
|
PropertiesFileHandler(String resource) |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperties(String resource) |
|
Properties |
getProperties() |
|
String |
getProperty(String name) |
|
boolean |
hasProperties() |
|
boolean |
hasProperty(String name) |
public PropertiesFileHandler()
public PropertiesFileHandler(String resource)
public void addProperties(String resource)
public Properties getProperties()
public boolean hasProperty(String name)
public boolean hasProperties()
Copyright © 2002–2019 itracker. All rights reserved.