Xindice API
version 1.1

org.apache.xindice.util
Class SimpleConfigurable

java.lang.Object
  |
  +--org.apache.xindice.util.SimpleConfigurable
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
FSFiler, IndexManager, MemFiler, QueryEngine, SizeableMemFiler, XPathQueryResolver, XUpdateQueryResolver

public class SimpleConfigurable
extends Object
implements Configurable

SimpleConfigurable

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Field Summary
protected  Configuration config
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected Configuration config
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
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.