|
|||||||||||
| 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.FTPChangeToParentDirectory
Changes the current working directory on the remote server to the parent directory. 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 | |
FTPChangeToParentDirectory()
|
|
| Method Summary | |
void |
execute()
Executes this filter. |
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 FTPChangeToParentDirectory()
| Method Detail |
public void 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 | ||||||||||