|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.gnu6.six.move
|
+--org.gnu6.moves.javac
It envokes Java compiler.
< move name="org.gnu6.moves.javac" /> < parameter name="javac" value="/usr/local/jdk1.4.1/bin/javac"/> < parameter name="destination" value="/usr/home/sergey/devel/moves"/> < parameter name="src" value="/usr/home/sergey/devel/src/moves"/> < parameter name="deprecation" value="yes/no"/> < parameter name="classpath" value="your_classpath"/> < parameter name="classpath_0" value="append_to_your_classpath"/> < parameter name="classpath_1" value="append_to_your_classpath"/> < parameter name="bootclasspath" value="/usr/local/my_jdk/lib/my.jar"/> < parameter name="extdirs" value="/usr/local/my_jdk/lib/ext"/> < parameter name="encoding" value="UTF-x"/> < parameter name="stdout" value="yes/no"/> < parameter name="msWin" value="yes/no"/> < parameter name="pipe" value="yes/no"/> </move>
| Field Summary |
| Fields inherited from class org.gnu6.six.move |
currentState, myInstance, myName, myThreadGroup, parameters, thisThread |
| Constructor Summary | |
javac()
|
|
| Method Summary | |
void |
run()
|
| Methods inherited from class org.gnu6.six.move |
activeCount, amIsuspended, enumerateThreadGroups, enumerateThreads, getLogFile, getLogStatus, getName, getParameters, getParent, getState, interrupt, interruptAll, isAlive, isItSuspended, join, resume, setAlive, setDaemon, setInstance, setLogFile, setLogStatus, setName, setParameters, setParent, setState, setThread, setThreadGroup, sleep, start, stop, stopAll, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public javac()
| Method Detail |
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||