Package org.kohsuke.args4j.spi
Class OptionImpl
- java.lang.Object
 - 
- org.kohsuke.args4j.spi.AnnotationImpl
 - 
- org.kohsuke.args4j.spi.OptionImpl
 
 
 
- 
- All Implemented Interfaces:
 java.lang.annotation.Annotation
public class OptionImpl extends AnnotationImpl implements Option
Implementation of @Option so we can instantiate it.- Author:
 - Jan Materne
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OptionImpl(ConfigElement ce) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]depends()java.lang.String[]forbids()java.lang.Stringname()- 
Methods inherited from class org.kohsuke.args4j.spi.AnnotationImpl
aliases, annotationType, handler, help, hidden, index, metaVar, multiValued, required, usage 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OptionImpl
public OptionImpl(ConfigElement ce) throws java.lang.ClassNotFoundException
- Throws:
 java.lang.ClassNotFoundException
 
 - 
 
 -