Protected Member Functions | |
| String | getDir () |
| void | saveFile (String contents, String file) |
| String | getExmplDir () |
| String | getOutputRootDir () |
| String | readingFile (String file) |
Class that is used for getting the current directory and saves a file when helper classes are generated.
| String alma.acs.tools.comphelpergen.IOSpecification.getDir | ( | ) | [protected] |
Gets the current root input directory.
Referenced by alma.acs.tools.comphelpergen.IOSpecification.getExmplDir(), and alma.acs.tools.comphelpergen.IOSpecification.getOutputRootDir().
| String alma.acs.tools.comphelpergen.IOSpecification.getExmplDir | ( | ) | [protected] |
Gets the directory where the sample files are found.
References alma.acs.tools.comphelpergen.IOSpecification.getDir().
| String alma.acs.tools.comphelpergen.IOSpecification.getOutputRootDir | ( | ) | [protected] |
Gets the directory where the sample files should be output.
References alma.acs.tools.comphelpergen.IOSpecification.getDir().
| String alma.acs.tools.comphelpergen.IOSpecification.readingFile | ( | String | file | ) | [protected] |
Reads a sample test file and ignores all the line terminators.
| void alma.acs.tools.comphelpergen.IOSpecification.saveFile | ( | String | contents, | |
| String | file | |||
| ) | [protected] |
Saves a file given its contents and path are specified.
| contents | ||
| file |
Referenced by alma.acs.tools.comphelpergen.CompHelperClass.saveFile(), and alma.acs.tools.comphelpergen.CompHelperGenerator.saveHelperClasses().
1.7.0