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 |
---|---|
protected Class<MemoryMapArchive> |
getActualClass()
Returns the actual typed class for this instance, used in safe casting for covariant return types
|
add, add, add, addAsDirectory, 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, getName, hashCode, merge, merge, merge, merge, merge, merge, toString, toString, toString, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, add, add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, addAsDirectory, contains, contains, delete, delete, get, get, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getContent, getContent, getName, merge, merge, merge, merge, merge, merge, 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 specifiedprotected Class<MemoryMapArchive> getActualClass()
getActualClass
in class ArchiveBase<MemoryMapArchive>
ArchiveBase.getActualClass()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.