| Package | Description | 
|---|---|
| org.wildfly.swarm | |
| org.wildfly.swarm.cli | 
| Modifier and Type | Method and Description | 
|---|---|
CommandLine | 
Swarm.getCommandLine()
Retrieve the parsed command-line from this instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandLine | 
CommandLine.parse(Options options,
     String... args)
Parse an array of arguments using specific options. 
 | 
static CommandLine | 
CommandLine.parse(String... args)
Parse an array of arguments using the default options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Option.Action.set(CommandLine commandLine,
   Option<T> option,
   String value)
Perform some action, being passed the value and the  
CommandLine. | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.