|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xfp.AttributeContainer
org.xfp.Filter
org.xfp.filters.ftp.FTPAbstractFilter
org.xfp.filters.ftp.FTPChangeDirectory
Changes the current working directory on the remote server. Uses an open FTP session from an attribute. Input is the filename to rename. Filename can be overridden using the filename parameter. input: String, output: String
| Nested Class Summary |
| Nested classes inherited from class org.xfp.Filter |
Filter.OnErrorEnum, Filter.OnLoopErrorEnum |
| Field Summary |
| Fields inherited from class org.xfp.filters.ftp.FTPAbstractFilter |
ftp |
| Fields inherited from class org.xfp.AttributeContainer |
name, parentContainer |
| Constructor Summary | |
FTPChangeDirectory()
|
|
| Method Summary | |
java.lang.String |
execute()
Executes this filter. |
void |
setDirectory(java.lang.String directory)
Sets the remote directory |
void |
subreset()
Subclasses must reset their status within this method. |
| Methods inherited from class org.xfp.filters.ftp.FTPAbstractFilter |
reset, setClient |
| Methods inherited from class org.xfp.Filter |
getOnError, initialize, log, newInstance, perform, toString |
| Methods inherited from class org.xfp.AttributeContainer |
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FTPChangeDirectory()
| Method Detail |
public void setDirectory(java.lang.String directory)
public java.lang.String execute()
throws java.lang.Exception
java.lang.Exception - any exceptionpublic void subreset()
FTPAbstractFilter
subreset in class FTPAbstractFilterFTPAbstractFilter.subreset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||