|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.api.ArchiveFactory
public final class ArchiveFactory
Method Summary | ||
---|---|---|
|
create(String archiveName,
Class<T> type)
Creates a new archive of the specified type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public <T extends Assignable> T create(String archiveName, Class<T> type) throws IllegalArgumentException
Configuration
specific to this ArchiveFactory
.
archiveName
- The name of the archive
Assignable
archive base
IllegalArgumentException
- If either argument is not specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |