com.stc.eways.batchext
Class LocalFileTransferNamesAndCommandsPut
java.lang.Object
com.stc.eways.batchext.TransferNamesAndCommandsBase
com.stc.eways.batchext.LocalFileTransferNamesAndCommandsPut
- All Implemented Interfaces:
- TransferNamesAndCommands, java.io.Serializable
public class LocalFileTransferNamesAndCommandsPut
- extends TransferNamesAndCommandsBase
- See Also:
- Serialized Form
Methods inherited from class com.stc.eways.batchext.TransferNamesAndCommandsBase |
getAppend, getPostDirectoryName, getPostFileName, getPostTransferCommand, getPreDirectoryName, getPreFileName, getPreTransferCommand, getTargetDirectoryName, getTargetFileName, getTransferDirectoryName, getTransferFileName, resolveNamePattern |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER_NAME
public static final java.lang.String LOGGER_NAME
- See Also:
- Constant Field Values
LocalFileTransferNamesAndCommandsPut
public LocalFileTransferNamesAndCommandsPut(LocalFileETD etd)
setEtd
public void setEtd(LocalFileETD etd)
setOriginalFileSize
public void setOriginalFileSize(long size)
getOriginalFileSize
public long getOriginalFileSize()
resolveTargetLocation
public void resolveTargetLocation()
throws BatchException
- Resolve Target Location Names.
- Throws:
BatchException
- If some error occurs.
resolvePreTransfer
public void resolvePreTransfer()
throws BatchException
- Resolve Pre Transfer Names/Command.
- Throws:
BatchException
- If some error occurs.
resolvePostTransfer
public void resolvePostTransfer()
throws BatchException
- Resolve Post Transfer Names/Command.
- Throws:
BatchException
- If some error occurs.