public interface ArchiverInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
upload(java.lang.String fileName,
java.lang.String description)
Called when file is to be uploaded to the archive.
|
java.lang.String upload(java.lang.String fileName,
java.lang.String description)
fileName - Name of the file to be uploadeddescription - Description to be associated with the file being uploaded