Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.spi |
Modifier and Type | Field and Description |
---|---|
private Configuration |
ArchiveFactory.configuration
Configuration for all archives created from this factory
|
private Configuration |
Domain.configuration
Configuration for this Domain
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationBuilder.build()
Builds a new
Configuration using the properties contained in this builder. |
Configuration |
Domain.getConfiguration()
Obtains the
Configuration associated with this Domain |
Modifier and Type | Method and Description |
---|---|
static Domain |
ShrinkWrap.createDomain(Configuration configuration)
Creates a new
Domain containing configuration properties from the supplied Configuration . |
Constructor and Description |
---|
ArchiveFactory(Configuration configuration)
Creates a new
ArchiveFactory which will use the supplied Configuration for each new
Archive it creates. |
Domain(Configuration configuration)
Creates a new instance backed by the supplied
Configuration |
Modifier and Type | Field and Description |
---|---|
private Configuration |
ArchiveBase.configuration
Configuration for this archive
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ArchiveBase.getConfiguration()
Obtains the
Configuration associated with this Archive |
Configuration |
ConfigurableArchiveImpl.getConfiguration()
Obtains the
Configuration associated with this Archive |
Constructor and Description |
---|
ArchiveBase(java.lang.String name,
Configuration configuration)
Constructor
Creates a new Archive with the specified name
|
MemoryMapArchiveBase(Configuration configuration)
Constructor
This constructor will generate a unique
Archive.getName() per instance. |
MemoryMapArchiveBase(java.lang.String archiveName,
Configuration configuration)
Constructor
This constructor will generate an
Archive with the provided name. |
MemoryMapArchiveImpl(Configuration configuration)
Constructor
This constructor will generate a unique
Archive.getName() per instance. |
MemoryMapArchiveImpl(java.lang.String archiveName,
Configuration configuration)
Constructor
This constructor will generate an
Archive with the provided name. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configurable.getConfiguration()
Obtains the
Configuration associated with this Archive |