Uses of Class
org.jboss.shrinkwrap.api.ArchiveFactory
-
Packages that use ArchiveFactory Package Description org.jboss.shrinkwrap.api -
-
Uses of ArchiveFactory in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as ArchiveFactory Modifier and Type Field Description private ArchiveFactory
Domain. archiveFactory
Factory for creating archives within thisDomain
Methods in org.jboss.shrinkwrap.api that return ArchiveFactory Modifier and Type Method Description ArchiveFactory
Domain. getArchiveFactory()
Obtains theArchiveFactory
for this domain.
-