public class OptionImpl extends AnnotationImpl implements Option
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
depends |
java.lang.String[] |
forbids |
java.lang.String |
name |
aliases, handler, help, hidden, index, metaVar, multiValued, required, usage
Constructor and Description |
---|
OptionImpl(ConfigElement ce) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
depends() |
java.lang.String[] |
forbids() |
java.lang.String |
name() |
aliases, annotationType, handler, help, hidden, index, metaVar, multiValued, required, usage
public java.lang.String name
public java.lang.String[] depends
public java.lang.String[] forbids
public OptionImpl(ConfigElement ce) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException