ApproximationsGenerator, ARFFFilesGenerator, ClassificationGenerator, JmafRulesGenerator, JRank, RulesGeneratorpublic interface Wrapper
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeDefaultPropertiesFile(java.lang.String fileName) |
Writes *.properties file with names, default values and comments for those parameters, which are rarely changed.
|
void |
writeTemplatePropertiesFile(java.lang.String fileName) |
Writes template *.properties file with names, default values and comments for those parameters which are frequently changed.
|
void writeTemplatePropertiesFile(java.lang.String fileName)
throws java.io.IOException
fileName - name (path) of the file where *.properties file should be savedjava.io.IOException - when file with given name (path) can't be opened for writevoid writeDefaultPropertiesFile(java.lang.String fileName)
throws java.io.IOException
fileName - name (path) of the file where *.properties file should be savedjava.io.IOException - when file with given name (path) can't be opened for write