public class ConfigFilesImpl extends Object implements ConfigFiles
 A ConfigFiles implementation.
 
| Constructor and Description | 
|---|
ConfigFilesImpl()
 Creates the configuration files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPath(String path)
 Adds a path of a configuration file. 
 | 
String | 
getText()
 Returns the configuration files as text. 
 | 
public void addPath(String path)
Adds a path of a configuration file.
path - The path.IllegalArgumentException - If the path is null.public String getText()
ConfigFilesReturns the configuration files as text.
getText in interface ConfigFilesCopyright © 2015–2019. All rights reserved.