org.carrot2.source.lucene
Class FSDirectoryWrapper

java.lang.Object
  extended by org.carrot2.source.lucene.FSDirectoryWrapper
All Implemented Interfaces:
ISimpleXmlWrapper<org.apache.lucene.store.FSDirectory>

public final class FSDirectoryWrapper
extends Object
implements ISimpleXmlWrapper<org.apache.lucene.store.FSDirectory>

Wraps FSDirectory for serialization with SimpleXML.


Constructor Summary
FSDirectoryWrapper()
           
 
Method Summary
 org.apache.lucene.store.FSDirectory getValue()
          Returns the value represented by this wrapper.
 void setValue(org.apache.lucene.store.FSDirectory value)
          Sets value to be wrapped by this wrapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSDirectoryWrapper

public FSDirectoryWrapper()
Method Detail

getValue

public org.apache.lucene.store.FSDirectory getValue()
Description copied from interface: ISimpleXmlWrapper
Returns the value represented by this wrapper.

Specified by:
getValue in interface ISimpleXmlWrapper<org.apache.lucene.store.FSDirectory>

setValue

public void setValue(org.apache.lucene.store.FSDirectory value)
Description copied from interface: ISimpleXmlWrapper
Sets value to be wrapped by this wrapper.

Specified by:
setValue in interface ISimpleXmlWrapper<org.apache.lucene.store.FSDirectory>


Copyright (c) Dawid Weiss, Stanislaw Osinski