|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproper.core.ProperObject
proper.core.ArgumentObject
proper.app.Application
proper.app.Jobs
public class Jobs
This class extracts the java calls (i.e. the class) including the arguments
and writes this to a file.
For a complete list of commandline parameters just run it with the option
"-help".
| Field Summary |
|---|
| Fields inherited from interface proper.core.ProperInterface |
|---|
VERSION |
| Constructor Summary | |
|---|---|
Jobs()
initializes the object |
|
| Method Summary | |
|---|---|
java.lang.String[] |
addAdditionalJobs(java.lang.String[] jobs)
adds additional jobs, like get_file |
java.lang.String[] |
getJobs(java.lang.String filename)
retrieves the jobs from the given file |
java.lang.String[][] |
getProperties(java.lang.String filename)
retrieves the Properties (resolves nested ones) from the given file |
static void |
main(java.lang.String[] args)
starts the application |
void |
printDescription()
prints a short description of this class |
boolean |
process(java.lang.String filename)
processes the given file and fills the lines vector |
boolean |
save(java.lang.String filename)
saves the jobs to the given file |
| Methods inherited from class proper.app.Application |
|---|
checkCommandLine, createInstance, fromXML, parameterError, printUsage, run, run, setArgs, setArgs, toString, toXML |
| Methods inherited from class proper.core.ArgumentObject |
|---|
fixAdditionalArg |
| Methods inherited from class proper.core.ProperObject |
|---|
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Jobs()
| Method Detail |
|---|
public void printDescription()
printDescription in interface CommandLineInterfaceprintDescription in class Applicationpublic java.lang.String[][] getProperties(java.lang.String filename)
public java.lang.String[] getJobs(java.lang.String filename)
public java.lang.String[] addAdditionalJobs(java.lang.String[] jobs)
public boolean process(java.lang.String filename)
public boolean save(java.lang.String filename)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||