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 ConfigurationArchiveFactory.configurationConfiguration for all archives created from this factoryprivate final ConfigurationDomain.configurationConfiguration for this DomainMethods in org.jboss.shrinkwrap.api that return ConfigurationModifier and TypeMethodDescriptionConfigurationBuilder.build()Builds a newConfigurationusing the properties contained in this builder.Domain.getConfiguration()Obtains theConfigurationassociated with thisDomainMethods in org.jboss.shrinkwrap.api with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic DomainShrinkWrap.createDomain(Configuration configuration) Creates a newDomaincontaining configuration properties from the suppliedConfiguration.Constructors in org.jboss.shrinkwrap.api with parameters of type ConfigurationModifierConstructorDescription(package private)ArchiveFactory(Configuration configuration) Creates a newArchiveFactorywhich will use the suppliedConfigurationfor each newArchiveit 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 ConfigurationArchiveBase.configurationConfiguration for this archiveMethods in org.jboss.shrinkwrap.impl.base that return ConfigurationModifier and TypeMethodDescriptionArchiveBase.getConfiguration()Obtains theConfigurationassociated with thisArchiveConfigurableArchiveImpl.getConfiguration()Obtains theConfigurationassociated with thisArchiveConstructors in org.jboss.shrinkwrap.impl.base with parameters of type ConfigurationModifierConstructorDescriptionprotectedArchiveBase(String name, Configuration configuration) Constructor Creates a new Archive with the specified nameMemoryMapArchiveBase(String archiveName, Configuration configuration) Constructor This constructor will generate anArchivewith 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 anArchivewith 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 theConfigurationassociated with thisArchive