wxtutils
Class commandDescription
java.lang.Object
wxtutils.commandDescription
- public class commandDescription
- extends java.lang.Object
Storing a potetial commandline
Constructor Summary |
commandDescription(java.lang.String line,
boolean bWait)
Creates a new instance of commandDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandDescription
public commandDescription(java.lang.String line,
boolean bWait)
- Creates a new instance of commandDescription
getCommandLine
public java.lang.String getCommandLine()
getWaitToFinish
public boolean getWaitToFinish()
setCommandLine
public void setCommandLine(java.lang.String line)
seWaitToFinish
public void seWaitToFinish(boolean bWait)