Public Member Functions | |
String | toString () |
int | copyId () |
String | args () |
String[] | inputFiles () |
String[] | outputFiles () |
void | copyId (int copyId) |
void | args (String args) |
void | inputFiles (String[] inputFiles) |
void | outputFiles (String[] outputFiles) |
Package Functions | |
ParametricCopyHolder (int copyId, String args, String[] inputFiles, String[] outputFiles) | |
ParametricCopyHolder () | |
Private Attributes | |
int | copyId_ |
String | args_ |
String[] | inputFiles_ |
String[] | outputFiles_ |
|
Creates a new ParametricCopyHolder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Overrides java.lang.Object method. Used to determine what is displayed by the JList that holds this object. |
|
Arguments that will be passed to this application instance |
|
Id of this instance. Used only for labeling in the GUI |
|
Files needed by this application instance |
|
Files generated by this application instance |