|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.util.CommandLine
public class CommandLine
Provides access to the contents of a command line.
| Constructor Summary | |
|---|---|
CommandLine()
|
|
| Method Summary | |
|---|---|
String[] |
getApplicationArgs()
Returns the application-filtered command line args provided to the MDWorkbench runtime layer when it was first run. |
String[] |
getArgs()
Returns the complete (not filtered) command line args provided to the MDWorkbench runtime layer when it was first run. |
void |
setApplicationArgs(String[] args)
Sets the application-filtered command line args used to launch MDWorkbench. |
void |
setArgs(String[] args)
Sets the complete command line args used to launch MDWorkbench. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandLine()
| Method Detail |
|---|
public String[] getArgs()
public void setArgs(String[] args)
args - the command line args used to launch MDWorkbench.public String[] getApplicationArgs()
public void setApplicationArgs(String[] args)
args - the command line args used to launch MDWorkbench.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||