org.kohsuke.args4j
public class Config extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Config.ConfigElement
The ConfigElement is an <option> or <argument> tag
in the xml configuration file.
|
class |
Config.ConfigHandler
SAX-Handler for reading the configuration file.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Config.ConfigElement> |
arguments
All @Arguments.
|
java.util.List<Config.ConfigElement> |
options
All @Options.
|
Constructor and Description |
---|
Config() |
public java.util.List<Config.ConfigElement> options
public java.util.List<Config.ConfigElement> arguments
public static Config parse(org.xml.sax.InputSource xml) throws java.io.IOException, org.xml.sax.SAXException
xml
- source of the xml datajava.io.IOException
org.xml.sax.SAXException
Copyright © 2003-2014 Kohsuke Kawaguchi. All Rights Reserved.