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()
ConfigFiles
Returns the configuration files as text.
getText
in interface ConfigFiles
Copyright © 2015–2019. All rights reserved.