Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xpn.xwiki
Class XWikiConfig  view XWikiConfig download XWikiConfig.java

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


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
XWikiConfig()
           
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, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
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()

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