Uses of Class
org.datanucleus.util.CommandLine.Option
-
Packages that use CommandLine.Option Package Description org.datanucleus.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. -
-
Uses of CommandLine.Option in org.datanucleus.util
Subclasses of CommandLine.Option in org.datanucleus.util Modifier and Type Class Description protected static class
CommandLine.NoArgOption
No argument option class.protected static class
CommandLine.WithArgOption
Use argment option class.Fields in org.datanucleus.util with type parameters of type CommandLine.Option Modifier and Type Field Description protected java.util.List<CommandLine.Option>
CommandLine. optionList
Appended optionsprotected java.util.Map<java.lang.String,CommandLine.Option>
CommandLine. options
Appended optionsprotected java.util.Map<java.lang.String,CommandLine.Option>
CommandLine. valueOptions
Appended options
-