|
ShrinkWrap Implementation Base 1.1.0-alpha-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.shrinkwrap.impl.base.ArchiveBase<T>
org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase<MemoryMapArchive>
org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
T - public class MemoryMapArchiveImpl
MemoryMapArchiveImpl A default implementation for all MemoryMap archives. Thread-safe.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Class<MemoryMapArchive> |
getActualClass()
Exposes the actual class used in casting |
| Methods inherited from class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase |
|---|
add, add, add, addAsDirectory, addHandlers, contains, contains, delete, delete, get, getContent, getContent |
| Methods inherited from class org.jboss.shrinkwrap.impl.base.ArchiveBase |
|---|
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, move, move, shallowCopy, toString, toString, toString, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.shrinkwrap.api.Archive |
|---|
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, getName, merge, merge, merge, merge, merge, merge, move, move, shallowCopy, toString, toString, toString, writeTo |
| Methods inherited from interface org.jboss.shrinkwrap.api.Assignable |
|---|
as |
| Constructor Detail |
|---|
public MemoryMapArchiveImpl(Configuration configuration)
throws IllegalArgumentException
Archive.getName() per instance.
configuration - The configuration for this archive
IllegalArgumentException - If the configuration is not specified
public MemoryMapArchiveImpl(String archiveName,
Configuration configuration)
throws IllegalArgumentException
Archive with the provided name.
archiveName - configuration - The configuration for this archive
IllegalArgumentException - If the name or configuration is not specified| Method Detail |
|---|
public Class<MemoryMapArchive> getActualClass()
getActualClass in class ArchiveBase<MemoryMapArchive>ArchiveBase.getActualClass()
|
ShrinkWrap Implementation Base 1.1.0-alpha-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||