Uses of Class
org.kohsuke.args4j.spi.ConfigElement
-
Packages that use ConfigElement Package Description org.kohsuke.args4j Core classes of the Args4J command line parser.org.kohsuke.args4j.spi Classes for extending the behavior of args4j. -
-
Uses of ConfigElement in org.kohsuke.args4j
Fields in org.kohsuke.args4j with type parameters of type ConfigElement Modifier and Type Field Description java.util.List<ConfigElement>
Config. arguments
All @Arguments.java.util.List<ConfigElement>
Config. options
All @Options. -
Uses of ConfigElement in org.kohsuke.args4j.spi
Constructors in org.kohsuke.args4j.spi with parameters of type ConfigElement Constructor Description AnnotationImpl(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, ConfigElement ce)
ArgumentImpl(ConfigElement ce)
OptionImpl(ConfigElement ce)
-