org.apache.solr.handler.dataimport
Class SimplePropertiesWriter

java.lang.Object
  extended by org.apache.solr.handler.dataimport.SimplePropertiesWriter
All Implemented Interfaces:
DIHPropertiesWriter

public class SimplePropertiesWriter
extends Object
implements DIHPropertiesWriter


Constructor Summary
SimplePropertiesWriter()
           
 
Method Summary
 void init(DataImporter dataImporter)
           
 boolean isWritable()
           
 void persist(Properties p)
           
 Properties readIndexerProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertiesWriter

public SimplePropertiesWriter()
Method Detail

init

public void init(DataImporter dataImporter)
Specified by:
init in interface DIHPropertiesWriter

isWritable

public boolean isWritable()
Specified by:
isWritable in interface DIHPropertiesWriter

persist

public void persist(Properties p)
Specified by:
persist in interface DIHPropertiesWriter

readIndexerProperties

public Properties readIndexerProperties()
Specified by:
readIndexerProperties in interface DIHPropertiesWriter


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.