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, usageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringpublic String name
public String[] depends
public String[] forbids
public OptionImpl(ConfigElement ce) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2003–2024 Kohsuke Kawaguchi. All rights reserved.