Xindice API

org.apache.xindice.util
Class SimpleConfigurable

java.lang.Object
  |
  +--org.apache.xindice.util.SimpleConfigurable
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
APIService, FSFiler, IndexManager, MemFiler, QueryEngine, SimpleReflectable, SimpleScriptComponent, SocketServer, XindiceService, XMLObjectManager, XPathQueryResolver, XUpdateQueryResolver

public class SimpleConfigurable
extends java.lang.Object
implements Configurable

SimpleConfigurable


Constructor Summary
SimpleConfigurable()
           
SimpleConfigurable(Configuration config)
           
 
Method Summary
 Configuration getConfig()
          getConfig retrieves the configuration information for the Configurable object instance.
 void setConfig(Configuration config)
          setConfig sets the configuration information for the Configurable object instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfigurable

public SimpleConfigurable(Configuration config)

SimpleConfigurable

public SimpleConfigurable()
Method Detail

setConfig

public void setConfig(Configuration config)
               throws XindiceException
Description copied from interface: Configurable
setConfig sets the configuration information for the Configurable object instance.
Specified by:
setConfig in interface Configurable
Following copied from interface: org.apache.xindice.util.Configurable
Parameters:
config - The configuration Node

getConfig

public Configuration getConfig()
Description copied from interface: Configurable
getConfig retrieves the configuration information for the Configurable object instance.
Specified by:
getConfig in interface Configurable
Following copied from interface: org.apache.xindice.util.Configurable
Returns:
The configuration Node

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation