|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.shrinkwrap.api.Domain
public final class Domain

Encapsulates a shared Configuration to be used
by all Archives created by this Domain's
ArchiveFactory. New domains are created via
ShrinkWrap.createDomain() (for a default configuration isolated
from the ShrinkWrap.getDefaultDomain()), or
ShrinkWrap.createDomain(Configuration)
and ShrinkWrap.createDomain(ConfigurationBuilder) (to supply an explicit
configuration property set).
| Method Summary | |
|---|---|
ArchiveFactory |
getArchiveFactory()
Obtains the ArchiveFactory for this domain. |
Configuration |
getConfiguration()
Obtains the Configuration associated with this Domain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Configuration getConfiguration()
Configuration associated with this Domain
public ArchiveFactory getArchiveFactory()
ArchiveFactory for this domain. All Archives
created from the factory will be backed by this domain's configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||