|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.sdk.SDKAccessor | +--oracle.toplink.xml.XMLFileAccessor | +--oracle.toplink.xml.zip.XMLZipFileAccessor
This class extends the XMLFileAccessor
class;
supplanting subdirectories with ZIP files. i.e. The base directory
will contain a collection of ZIP files, each containing the
files that would normally be held in the corresponding
subdirectories.
Fields inherited from class oracle.toplink.xml.XMLFileAccessor |
DEFAULT_INVALID_FILENAME_CHARACTERS |
Constructor Summary |
XMLZipFileAccessor()
Default constructor. |
Method Summary |
Type | Method |
---|---|
java.lang.String |
getZipFileExtension()
Return the standard file extension that will be appended to the root element name to generate the complete ZIP file name. |
void |
setZipFileExtension(java.lang.String zipFileExtension)
Set the standard file extension that will be appended to the root element name to generate the complete ZIP file name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.toplink.internal.databaseaccess.Accessor |
afterJTSTransactionCommit, afterJTSTransactionRollback, beginTransaction, clone, closeConnection, commitTransaction, decrementCallCount, executeCall, getCallCount, getColumnInfo, getConnection, getLocalPreallocatedSequences, getTableInfo, incrementCallCount,
isConnected, reestablishConnection, rollbackTransaction, usesExternalTransactionController |
Constructor Detail |
public XMLZipFileAccessor()
Method Detail |
public java.lang.String getZipFileExtension()
public void setZipFileExtension(java.lang.String zipFileExtension)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |