com.googlecode.fascinator.portal
Class HarvestContent

java.lang.Object
  extended by com.googlecode.fascinator.common.JsonSimple
      extended by com.googlecode.fascinator.common.JsonSimpleConfig
          extended by com.googlecode.fascinator.portal.HarvestContent

public class HarvestContent
extends JsonSimpleConfig


Constructor Summary
HarvestContent(File jsonFile)
           
 
Method Summary
 String getDescription()
           
 Harvester getHarvester()
           
 String getId()
           
 String getIndexerParam(String name)
           
 Map<String,Object> getIndexerParams()
           
 File getRulesFile()
           
 void setIndexerParam(String name, String value)
           
 
Methods inherited from class com.googlecode.fascinator.common.JsonSimpleConfig
backupSystemFile, getArray, getBoolean, getInteger, getJsonSimpleList, getJsonSimpleMap, getObject, getPath, getString, getStringList, getSystemFile, isConfigured, isOutdated, search, storeSystemConfig, writableSystemConfig
 
Methods inherited from class com.googlecode.fascinator.common.JsonSimple
fromJavaMap, getJsonObject, getStringList, getStringList, setPropertySubstitution, toJavaList, toJavaMap, toString, toString, writeArray, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HarvestContent

public HarvestContent(File jsonFile)
               throws IOException
Throws:
IOException
Method Detail

getId

public String getId()

getDescription

public String getDescription()

getIndexerParams

public Map<String,Object> getIndexerParams()

getIndexerParam

public String getIndexerParam(String name)

setIndexerParam

public void setIndexerParam(String name,
                            String value)

getRulesFile

public File getRulesFile()

getHarvester

public Harvester getHarvester()


Copyright © 2009-2011. All Rights Reserved.