public interface TransferFilter
Modifier and Type | Method and Description |
---|---|
void |
clean()
Clean Filter such as deleting temporary files.
|
java.lang.Object |
execute(java.lang.Object input)
Execute the Filter such as file content checking or modification.
|
void |
init(TransferController tc,
java.lang.String id)
Initialize Filter such as loading configuration file.
|
void init(TransferController tc, java.lang.String id) throws ClientException
tc
- id
- identifierClientException
java.lang.Object execute(java.lang.Object input) throws ClientException
input
- ClientException
void clean()