org.odftoolkit.odfvalidator
Class Configuration
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.odftoolkit.odfvalidator.Configuration
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class Configuration
- extends Properties
- See Also:
- Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
STRICT_SCHEMA
public static final String STRICT_SCHEMA
- See Also:
- Constant Field Values
MANIFEST_SCHEMA
public static final String MANIFEST_SCHEMA
- See Also:
- Constant Field Values
MATHML_SCHEMA
public static final String MATHML_SCHEMA
- See Also:
- Constant Field Values
MATHML2_SCHEMA
public static final String MATHML2_SCHEMA
- See Also:
- Constant Field Values
DSIG_SCHEMA
public static final String DSIG_SCHEMA
- See Also:
- Constant Field Values
PATH
public static final String PATH
- See Also:
- Constant Field Values
EXCLUDE
public static final String EXCLUDE
- See Also:
- Constant Field Values
RECURSIVE
public static final String RECURSIVE
- See Also:
- Constant Field Values
FILTER
public static final String FILTER
- See Also:
- Constant Field Values
VALIDATOR_URL
public static final String VALIDATOR_URL
- See Also:
- Constant Field Values
PROXY_HOST
public static final String PROXY_HOST
- See Also:
- Constant Field Values
PROXY_PORT
public static final String PROXY_PORT
- See Also:
- Constant Field Values
Configuration
public Configuration()
- Creates a new instance of AppProperties
Configuration
public Configuration(File aConfigFile)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
store
public void store(File aConfigFile)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
getListPropety
public List<String> getListPropety(String aPropNamePrefix)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.