T
- public class MemoryMapArchiveImpl extends MemoryMapArchiveBase<MemoryMapArchive> implements MemoryMapArchive
Constructor and Description |
---|
MemoryMapArchiveImpl(Configuration configuration)
Constructor
This constructor will generate a unique
Archive.getName() per instance. |
MemoryMapArchiveImpl(java.lang.String archiveName,
Configuration configuration)
Constructor
This constructor will generate an
Archive with the provided name. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<MemoryMapArchive> |
getActualClass()
Exposes the actual class used in casting
|
add, add, add, addAsDirectory, addHandlers, contains, contains, delete, delete, get, getContent, getContent
add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, as, covariantReturn, equals, filter, get, getArchiveFormat, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getConfiguration, getId, getName, hashCode, merge, merge, merge, merge, merge, merge, move, move, setId, shallowCopy, shallowCopy, toString, toString, toString, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, add, add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, addAsDirectory, addHandlers, contains, contains, delete, delete, filter, get, get, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getContent, getContent, getId, getName, merge, merge, merge, merge, merge, merge, move, move, shallowCopy, shallowCopy, toString, toString, toString, writeTo
as
public MemoryMapArchiveImpl(Configuration configuration) throws java.lang.IllegalArgumentException
Archive.getName()
per instance.configuration
- The configuration for this archivejava.lang.IllegalArgumentException
- If the configuration is not specifiedpublic MemoryMapArchiveImpl(java.lang.String archiveName, Configuration configuration) throws java.lang.IllegalArgumentException
Archive
with the provided name.archiveName
- configuration
- The configuration for this archivejava.lang.IllegalArgumentException
- If the name or configuration is not specifiedpublic java.lang.Class<MemoryMapArchive> getActualClass()
getActualClass
in class ArchiveBase<MemoryMapArchive>
ArchiveBase.getActualClass()