public class IOGraphWeightsToolHeadless extends Object
Constructor and Description |
---|
IOGraphWeightsToolHeadless(String filename)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
createTests() |
void |
displayConversionJob(String ext,
int idx)
Display information about a specific job.
|
int |
jobFolderStatus(int job_id)
Check the contents of a job folder and return its status.
|
void |
loadConfiguration(String filename)
Load a configuration file.
|
void |
loadFolder(String path,
String extension)
Load all files of the given extension beneath the given folder.
|
void |
loadJobs()
Use IOGraph to determine jobs but check if an old test exists as well and
update it if necessary!
|
static void |
main(String[] args)
Start the I/O-Graph weights tool.
|
void |
runTests()
Run the current test.
|
public IOGraphWeightsToolHeadless(String filename)
filename
- the configuration file to usepublic void loadConfiguration(String filename)
filename
- the name of the configuration filepublic void loadFolder(String path, String extension)
path
- the folder to searchextension
- the extension of the filespublic void loadJobs()
public void displayConversionJob(String ext, int idx)
public int jobFolderStatus(int job_id)
job_id
- the ID of the job folderpublic void createTests()
public void runTests()
public static void main(String[] args)
args
- not usedCopyright © 2014. All rights reserved.