Uses of Class
org.jboss.shrinkwrap.api.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as ConfigurationModifier and TypeFieldDescriptionprivate final Configuration
ArchiveFactory.configuration
Configuration for all archives created from this factoryprivate final Configuration
Domain.configuration
Configuration for this DomainMethods in org.jboss.shrinkwrap.api that return ConfigurationModifier and TypeMethodDescriptionConfigurationBuilder.build()
Builds a newConfiguration
using the properties contained in this builder.Domain.getConfiguration()
Obtains theConfiguration
associated with thisDomain
Methods in org.jboss.shrinkwrap.api with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic Domain
ShrinkWrap.createDomain
(Configuration configuration) Creates a newDomain
containing configuration properties from the suppliedConfiguration
.Constructors in org.jboss.shrinkwrap.api with parameters of type ConfigurationModifierConstructorDescription(package private)
ArchiveFactory
(Configuration configuration) Creates a newArchiveFactory
which will use the suppliedConfiguration
for each newArchive
it creates.(package private)
Domain
(Configuration configuration) Creates a new instance backed by the suppliedConfiguration
-
Uses of Configuration in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base declared as ConfigurationModifier and TypeFieldDescriptionprivate final Configuration
ArchiveBase.configuration
Configuration for this archiveMethods in org.jboss.shrinkwrap.impl.base that return ConfigurationModifier and TypeMethodDescriptionArchiveBase.getConfiguration()
Obtains theConfiguration
associated with thisArchive
ConfigurableArchiveImpl.getConfiguration()
Obtains theConfiguration
associated with thisArchive
Constructors in org.jboss.shrinkwrap.impl.base with parameters of type ConfigurationModifierConstructorDescriptionprotected
ArchiveBase
(String name, Configuration configuration) Constructor Creates a new Archive with the specified nameMemoryMapArchiveBase
(String archiveName, Configuration configuration) Constructor This constructor will generate anArchive
with the provided name.MemoryMapArchiveBase
(Configuration configuration) Constructor This constructor will generate a uniqueArchive.getName()
per instance.MemoryMapArchiveImpl
(String archiveName, Configuration configuration) Constructor This constructor will generate anArchive
with the provided name.MemoryMapArchiveImpl
(Configuration configuration) Constructor This constructor will generate a uniqueArchive.getName()
per instance. -
Uses of Configuration in org.jboss.shrinkwrap.spi
Methods in org.jboss.shrinkwrap.spi that return ConfigurationModifier and TypeMethodDescriptionConfigurable.getConfiguration()
Obtains theConfiguration
associated with thisArchive