|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.webharvest.runtime.processors.BaseProcessor
org.webharvest.runtime.processors.WebHarvestPlugin
org.webharvest.runtime.processors.plugins.FtpPlugin
public class FtpPlugin
FTP processor
| Constructor Summary | |
|---|---|
FtpPlugin()
|
|
| Method Summary | |
|---|---|
Variable |
executePlugin(Scraper scraper,
ScraperContext context)
Mathod that actually executes processor. |
java.lang.Class[] |
getDependantProcessors()
Defines dependant subprocessors that are used inside this plugin and that will automatically be registered with this plugin. |
org.apache.commons.net.ftp.FTPClient |
getFtpClient()
|
java.lang.String |
getName()
Defines name of the processor. |
java.lang.String[] |
getRequiredAttributes()
This method should return all mandatory attribute names for the plugin processor. |
java.lang.String[] |
getValidAttributes()
This method should return all possible attribute names for the plugin processor. |
| Methods inherited from class org.webharvest.runtime.processors.WebHarvestPlugin |
|---|
execute, getAttributeDesc, getAttributeValueSuggestions, getRequiredSubprocessors, getTagDesc, getValidSubprocessors, hasBody, setDef |
| Methods inherited from class org.webharvest.runtime.processors.BaseProcessor |
|---|
getElementDef, run |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpPlugin()
| Method Detail |
|---|
public java.lang.String getName()
WebHarvestPlugin
getName in class WebHarvestPlugin
public Variable executePlugin(Scraper scraper,
ScraperContext context)
WebHarvestPlugin
executePlugin in class WebHarvestPluginpublic java.lang.String[] getValidAttributes()
WebHarvestPlugin
getValidAttributes in class WebHarvestPluginpublic java.lang.String[] getRequiredAttributes()
WebHarvestPlugin
getRequiredAttributes in class WebHarvestPluginpublic java.lang.Class[] getDependantProcessors()
WebHarvestPlugin
getDependantProcessors in class WebHarvestPluginpublic org.apache.commons.net.ftp.FTPClient getFtpClient()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||