Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.spi |
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 . |
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(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(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(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 |
Copyright © 2016 JBoss by Red Hat. All rights reserved.