org.odftoolkit.odfvalidator
Class Configuration

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.odftoolkit.odfvalidator.Configuration
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class Configuration
extends Properties

See Also:
Serialized Form

Field Summary
static String DSIG_SCHEMA
           
static String EXCLUDE
           
static String FILTER
           
static String MANIFEST_SCHEMA
           
static String MATHML_SCHEMA
           
static String MATHML2_SCHEMA
           
static String PATH
           
static String PROXY_HOST
           
static String PROXY_PORT
           
static String RECURSIVE
           
static String SCHEMA
           
static String STRICT_SCHEMA
           
static String VALIDATOR_URL
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Configuration()
          Creates a new instance of AppProperties
Configuration(File aConfigFile)
           
 
Method Summary
 List<String> getListPropety(String aPropNamePrefix)
           
 void store(File aConfigFile)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Configuration

public Configuration()
Creates a new instance of AppProperties


Configuration

public Configuration(File aConfigFile)
              throws FileNotFoundException,
                     IOException
Throws:
FileNotFoundException
IOException
Method Detail

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.