Package org.jboss.migration.cli
Class CommandLineOptions.Builder
- java.lang.Object
-
- org.jboss.migration.cli.CommandLineOptions.Builder
-
- Enclosing class:
- CommandLineOptions
protected static class CommandLineOptions.Builder extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandLineOptionsbuild()CommandLineOptions.BuilderdeprecatedOption(Option option)CommandLineOptions.BuildernonDeprecatedOption(Option option)
-
-
-
Method Detail
-
deprecatedOption
public CommandLineOptions.Builder deprecatedOption(Option option)
-
nonDeprecatedOption
public CommandLineOptions.Builder nonDeprecatedOption(Option option)
-
build
public CommandLineOptions build()
-
-