|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
Interface for the configuration component of xmlfit. Here are the global settings stored for one xmlfit run.
Field Summary | |
---|---|
static Configuration |
INSTANCE
Instance of the configuration component, singelton. |
Method Summary | |
---|---|
java.lang.String |
getInputDirectory()
Getter for the input directory. |
java.lang.String |
getOutputDirectory()
Getter for the output directory of the fit tests. |
void |
setInputDirectory(java.lang.String inputDirectory)
Setter for the input directory. |
void |
setOutputDirectory(java.lang.String outputDirectory)
Setter for output directory of the fit tests. |
Field Detail |
---|
static final Configuration INSTANCE
Method Detail |
---|
void setInputDirectory(java.lang.String inputDirectory)
inputDirectory
- the root directory of the xmlfit tests.java.lang.String getInputDirectory()
void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory
- the directory for the fit tests.java.lang.String getOutputDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |