public class IOSpecification
extends java.lang.Object
| Constructor and Description |
|---|
IOSpecification() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDir()
Gets the current root input directory.
|
protected java.lang.String |
getExmplDir()
Gets the directory where the sample files are found.
|
protected java.lang.String |
getOutputRootDir()
Gets the directory where the sample files should be output.
|
protected java.lang.String |
readingFile(java.lang.String file)
Reads a sample test file and ignores all the line terminators.
|
protected void |
saveFile(java.lang.String contents,
java.lang.String file)
Saves a file given its contents and path are specified.
|
protected java.lang.String getDir()
protected void saveFile(java.lang.String contents,
java.lang.String file)
contents - file - protected java.lang.String getExmplDir()
protected java.lang.String getOutputRootDir()
protected java.lang.String readingFile(java.lang.String file)