|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransferNamesAndCommands
This class is used to access the resolved transfer names and transfer commands for Batch Ftp.
| Method Summary | |
|---|---|
boolean |
getAppend()
Checks on whether the outbound transfer is "Append" mode. |
java.lang.String |
getPostDirectoryName()
Gets the resolved post directory name. |
java.lang.String |
getPostFileName()
Gets the resolved post file name. |
java.lang.String |
getPostTransferCommand()
Gets Post Transfer Command. |
java.lang.String |
getPreDirectoryName()
Gets the resolved pre directory name. |
java.lang.String |
getPreFileName()
Gets the resolved pre file name. |
java.lang.String |
getPreTransferCommand()
Gets the Pre Transfer Command. |
java.lang.String |
getTargetDirectoryName()
Gets the resolved target directory name. |
java.lang.String |
getTargetFileName()
Gets the resolved target file name. |
void |
resolvePostTransfer()
Resolves Post Transfer Names and Command. |
void |
resolvePreTransfer()
Resolve Pre Transfer Names and Command. |
void |
resolveTargetLocation()
Resolve Target Location Names. |
| Method Detail |
|---|
java.lang.String getTargetDirectoryName()
throws BatchException
BatchException - If some error occurs.
java.lang.String getTargetFileName()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPreTransferCommand()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPreDirectoryName()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPreFileName()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPostTransferCommand()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPostDirectoryName()
throws BatchException
BatchException - If some error occurs.
java.lang.String getPostFileName()
throws BatchException
BatchException - If some error occurs.boolean getAppend()
void resolvePostTransfer()
throws BatchException
BatchException - If some error occurs.
void resolvePreTransfer()
throws BatchException
BatchException - If some error occurs.
void resolveTargetLocation()
throws BatchException
BatchException - If some error occurs.
|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||