| Package | Description | 
|---|---|
| org.codehaus.plexus.util.cli | Command-line utilities. | 
| org.codehaus.plexus.util.cli.shell | Shell utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| Shell | Commandline. getShell()Get the shell to be used in this command line. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Commandline. setShell(Shell shell)Allows to set the shell to be used in this command line. | 
| Constructor and Description | 
|---|
| Commandline(Shell shell)Create a new command line object. | 
| Commandline(String toProcess,
           Shell shell)Create a new command line object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BourneShell | 
| class  | CmdShell
 Implementation to call the CMD Shell present on Windows NT, 2000 and XP | 
| class  | CommandShell
 Implementation to call the Command.com Shell present on Windows 95, 98 and Me | 
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.