Class | Description |
---|---|
ArgumentProcessor |
Encapsulated logic for processing JRuby's command-line arguments.
|
BooleanOption |
A Boolean-based Option.
|
EnumerationOption<T extends Enum<T>> |
An Enum-based Option.
|
IntegerOption |
An Integer-based Option.
|
Option<T> |
Represents a single option, with a category, name, value type,
options, default value, and description.
|
Options |
Options defines all configuration settings for JRuby in a consistent form.
|
OutputStrings |
Utility methods to generate the command-line output strings for help,
extended options, properties, version, and copyright strings.
|
StringOption |
A String-based Option.
|
Enum | Description |
---|---|
Category |
Representation of available option categories, with a short name to use
in printing descriptions.
|
Copyright © 2001-2013 JRuby. All Rights Reserved.