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, getContent
add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, as, covariantReturn, equals, get, getArchiveFormat, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getConfiguration, getId, getName, hashCode, merge, merge, merge, merge, merge, merge, move, move, setId, 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, get, get, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getContent, getContent, getId, getName, merge, merge, merge, merge, merge, merge, move, move, shallowCopy, toString, toString, toString, writeTo
as
public 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 © 2013 JBoss by Red Hat. All Rights Reserved.