|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.hogent.tarsos.util.Command
public class Command
| Constructor Summary | |
|---|---|
Command(java.lang.String name)
|
|
| Method Summary | |
|---|---|
Command |
addArgument(java.lang.String arg)
Adds an argument to the executable call. |
Command |
addFileArgument(java.lang.String arg)
Add a file to the executable call. |
java.lang.String |
execute()
Executes the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Command(java.lang.String name)
| Method Detail |
|---|
public Command addArgument(java.lang.String arg)
arg - The argument.
public Command addFileArgument(java.lang.String arg)
arg -
public java.lang.String execute()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||