Uses of Enum
org.jruby.util.cli.Category
Packages that use Category
-
Uses of Category in org.jruby.util.cli
Methods in org.jruby.util.cli that return CategoryModifier and TypeMethodDescriptionstatic CategoryReturns the enum constant of this type with the specified name.static Category[]Category.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.util.cli with parameters of type CategoryModifier and TypeMethodDescriptionprivate static com.headius.options.Option<Boolean>private static <T extends Enum<T>>
com.headius.options.Option<T>Options.enumeration(Category category, String name, Class<T> enumClass, T defval, String description) private static com.headius.options.Option<Integer>private static com.headius.options.Option<String>private static com.headius.options.Option<String>private static com.headius.options.Option<String>private static com.headius.options.Option<String>