com.xpn.xwiki
Class XWikiConfig

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.xpn.xwiki.XWikiConfig
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class XWikiConfig
extends java.util.Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
XWikiConfig(java.io.InputStream is)
           
XWikiConfig(java.lang.String path)
           
 
Method Summary
 void loadConfig(java.io.InputStream is, java.lang.String path)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
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
 

Constructor Detail

XWikiConfig

public XWikiConfig(java.lang.String path)
            throws XWikiException

XWikiConfig

public XWikiConfig(java.io.InputStream is)
            throws XWikiException
Method Detail

loadConfig

public void loadConfig(java.io.InputStream is,
                       java.lang.String path)
                throws XWikiException
Throws:
XWikiException


Copyright 2003 Ludovic Dubost