public class Options extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
displayHelp(PrintStream out)
Display the help to the specified output stream. 
 | 
Options | 
withOption(Option option)
Fluent method to add more options. 
 | 
public Options(Option... options)
options - Zero or more options use initially.public Options withOption(Option option)
option - The option to add.public void displayHelp(PrintStream out)
out - The output stream.Copyright © 2018 JBoss by Red Hat. All rights reserved.