public class Config
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Config.ConfigHandler
SAX-Handler for reading the configuration file.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ConfigElement> |
arguments
All @Arguments.
|
java.util.List<ConfigElement> |
options
All @Options.
|
Constructor and Description |
---|
Config() |
public java.util.List<ConfigElement> options
public java.util.List<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-2013 Kohsuke Kawaguchi. All Rights Reserved.