public class Config extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Config.ConfigHandler
SAX-Handler for reading the configuration file.
|
| Modifier and Type | Field and Description |
|---|---|
List<ConfigElement> |
arguments
All @Arguments.
|
List<ConfigElement> |
options
All @Options.
|
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static Config |
parse(InputSource xml)
Parses a XML file and returns a Config object holding the information.
|
public List<ConfigElement> options
public List<ConfigElement> arguments
public static Config parse(InputSource xml) throws IOException, SAXException
xml - source of the xml dataIOExceptionSAXExceptionCopyright © 2003–2019 Kohsuke Kawaguchi. All rights reserved.