Package org.kohsuke.args4j.spi
Class ArgumentImpl
- java.lang.Object
-
- org.kohsuke.args4j.spi.AnnotationImpl
-
- org.kohsuke.args4j.spi.ArgumentImpl
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class ArgumentImpl extends AnnotationImpl implements Argument
Implementation of @Argument so we can instantiate it.- Author:
- Jan Materne
-
-
Field Summary
-
Fields inherited from class org.kohsuke.args4j.spi.AnnotationImpl
aliases, handler, help, hidden, index, metaVar, multiValued, required, usage
-
-
Constructor Summary
Constructors Constructor Description ArgumentImpl(ConfigElement ce)
-
Method Summary
-
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
-
ArgumentImpl
public ArgumentImpl(ConfigElement ce) throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
-