Wrapper
public class ARFFFilesGenerator extends java.lang.Object implements Wrapper
Constructor | Description |
---|---|
ARFFFilesGenerator() |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
Main method allowing running this class
|
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 and comments for those parameters which are frequently changed.
|
public static void main(java.lang.String[] args)
args
- program input arguments. There should be at least one argument. Each argument is a path to file.
Each pointed file should be standard Java properties file.public void writeTemplatePropertiesFile(java.lang.String fileName) throws java.io.IOException
pl.poznan.put.cs.idss.jrs.wrappers.Wrapper.writeTemplatePropertiesFile(String)
method.writeTemplatePropertiesFile
in interface Wrapper
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 writepublic void writeDefaultPropertiesFile(java.lang.String fileName) throws java.io.IOException
pl.poznan.put.cs.idss.jrs.wrappers.Wrapper.writeDefaultPropertiesFile(String)
method.writeDefaultPropertiesFile
in interface Wrapper
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