oracle.toplink.xml.zip
Class XMLZipFileAccessor

java.lang.Object
  |
  +--oracle.toplink.sdk.SDKAccessor
        |
        +--oracle.toplink.xml.XMLFileAccessor
              |
              +--oracle.toplink.xml.zip.XMLZipFileAccessor
All Implemented Interfaces:
oracle.toplink.internal.databaseaccess.Accessor, java.lang.Cloneable, XMLAccessor

public class XMLZipFileAccessor
extends XMLFileAccessor

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.

Since:
TopLink\Java 3.5

Fields inherited from class oracle.toplink.xml.XMLFileAccessor
DEFAULT_INVALID_FILENAME_CHARACTERS
 
Constructor Summary
XMLZipFileAccessor()
          Default constructor.
 
Method Summary
TypeMethod
 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 oracle.toplink.xml.XMLFileAccessor
cachesDocumentDirectories, connect, convert, createsDirectoriesAsNeeded, createStreamSource, deleteStream, disconnect, dropStreamSource, getExistenceCheckStream, getExistingWriteStream, getFileExtension, getFileExtension, getInvalidFileNameCharacters, getNewWriteStream, getReadStream, getReadStreams, getReadStreams, getXMLTranslator, setCachesDocumentDirectories, setCreatesDirectoriesAsNeeded, setFileExtension, setInvalidFileNameCharacters, setXMLTranslator
 
Methods inherited from class oracle.toplink.sdk.SDKAccessor
afterJTSTransactionCommit, afterJTSTransactionRollback, beginTransaction, clearLocalPreallocatedSequences, clone, closeConnection, commitTransaction, decrementCallCount, executeCall, getCallCount, getColumnInfo, getConnection, getLocalPreallocatedSequences, getLocalPreallocatedSequences, getTableInfo, incrementCallCount, isConnected, logMessage, reestablishConnection, rollbackTransaction, toString, usesExternalTransactionController
 
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

XMLZipFileAccessor

public XMLZipFileAccessor()
Default constructor.
Method Detail

getZipFileExtension

public 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.

setZipFileExtension

public 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.