Xindice API
version 1.2m1

org.apache.xindice.util
Class SimpleConfigurable

java.lang.Object
  extended byorg.apache.xindice.util.SimpleConfigurable
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
FSFiler, IndexManager, MemFiler, QueryEngine, SizeableMemFiler, TextQueryResolver, XPathQueryResolver, XUpdateQueryResolver

public class SimpleConfigurable
extends Object
implements Configurable

SimpleConfigurable

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 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
Parameters:
config - The configuration Node
Throws:
XindiceException

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
Returns:
The configuration Node

Xindice API
version 1.2m1

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