public class OptionImpl extends AnnotationImpl implements Option
Modifier and Type | Field and Description |
---|---|
String[] |
depends |
String[] |
forbids |
String |
name |
aliases, handler, help, hidden, index, metaVar, multiValued, required, usage
Constructor and Description |
---|
OptionImpl(ConfigElement ce) |
Modifier and Type | Method and Description |
---|---|
String[] |
depends() |
String[] |
forbids() |
String |
name() |
aliases, annotationType, handler, help, hidden, index, metaVar, multiValued, required, usage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
annotationType, equals, hashCode, toString
public String name
public String[] depends
public String[] forbids
public OptionImpl(ConfigElement ce) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.