|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchiveTransportInterface
The ArchiveTransportInterface provides a mechanism for publishing a result package to an archive, and for retrieving a result package from an archive. An archive is a result set package that is compressed and saved to a directory file. The archive contains the contents of a package and metadata that is necessary for extracting the contents. An archive is compressed using ZIP compression and is saved with an SPK extension.
TransportFactory
Method Summary | |
---|---|
java.lang.String |
getExtractionDirectoryName()
Returns the name of the directory used to extract nested packages. |
java.lang.String |
getName()
Returns the name of the archive file. |
void |
setExtractionDirectoryName(java.lang.String directoryName)
Sets the name of the directory to use when extracting nested packages. |
Methods inherited from interface com.sas.services.publish.TransportInterface |
---|
getLogger, getResultPackage, getSessionContext, publishResultPackage, setLogger |
Method Detail |
---|
java.lang.String getName()
String
The name of the archive file.void setExtractionDirectoryName(java.lang.String directoryName)
directoryName
- The name of the extraction directory.java.lang.String getExtractionDirectoryName()
String
The name of the extraction directory; can be null;
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |