Package | Description |
---|---|
org.jruby.util.cli |
The CLI package provides utilities for JRuby's command-line interface.
|
Modifier and Type | Field and Description |
---|---|
Category |
Option.category |
Modifier and Type | Method and Description |
---|---|
static Category |
Category.valueOf(java.lang.String name)
Returns 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.
|
Constructor and Description |
---|
BooleanOption(Category category,
java.lang.String name,
java.lang.Boolean defval,
java.lang.String description) |
IntegerOption(Category category,
java.lang.String name,
java.lang.Integer defval,
java.lang.String description) |
Option(Category category,
java.lang.String name,
java.lang.Class<T> type,
T[] options,
T defval,
java.lang.String description) |
StringOption(Category category,
java.lang.String name,
java.lang.String[] options,
java.lang.String defval,
java.lang.String description) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.