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(String archiveName,
Configuration configuration)
Constructor
This constructor will generate an
Archive with the provided name. |
| Modifier and Type | Method and Description |
|---|---|
Class<MemoryMapArchive> |
getActualClass()
Exposes the actual class used in casting
|
add, add, add, addAsDirectory, addHandlers, contains, contains, delete, delete, get, getContent, getContentadd, 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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, 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, writeToaspublic MemoryMapArchiveImpl(Configuration configuration) throws IllegalArgumentException
Archive.getName() per instance.configuration - The configuration for this archiveIllegalArgumentException - If the configuration is not specifiedpublic MemoryMapArchiveImpl(String archiveName, Configuration configuration) throws IllegalArgumentException
Archive with the provided name.archiveName - configuration - The configuration for this archiveIllegalArgumentException - If the name or configuration is not specifiedpublic Class<MemoryMapArchive> getActualClass()
getActualClass in class ArchiveBase<MemoryMapArchive>ArchiveBase.getActualClass()Copyright © 2015 JBoss by Red Hat. All rights reserved.