Uses of Class
com.sodius.mdw.core.util.CommandLine

Packages that use CommandLine
com.sodius.mdw.core Central classes of the MDWorkbench platform. 
 

Uses of CommandLine in com.sodius.mdw.core
 

Methods in com.sodius.mdw.core that return CommandLine
 CommandLine WorkbenchConfiguration.getCommandLine()
          Returns the command line that launched the workbench.
 

Methods in com.sodius.mdw.core with parameters of type CommandLine
 void WorkbenchConfiguration.setCommandLine(CommandLine commandLine)
          Sets the command line that launched the workbench.