Uses of Class
org.jboss.shrinkwrap.api.Configuration
-
Packages that use Configuration Package Description org.jboss.shrinkwrap.api org.jboss.shrinkwrap.impl.base org.jboss.shrinkwrap.spi -
-
Uses of Configuration in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as Configuration Modifier and Type Field Description private ConfigurationArchiveFactory. configurationConfiguration for all archives created from this factoryprivate ConfigurationDomain. configurationConfiguration for this DomainMethods in org.jboss.shrinkwrap.api that return Configuration Modifier and Type Method Description ConfigurationConfigurationBuilder. build()Builds a newConfigurationusing the properties contained in this builder.ConfigurationDomain. getConfiguration()Obtains theConfigurationassociated with thisDomainMethods in org.jboss.shrinkwrap.api with parameters of type Configuration Modifier and Type Method Description static DomainShrinkWrap. createDomain(Configuration configuration)Creates a newDomaincontaining configuration properties from the suppliedConfiguration.Constructors in org.jboss.shrinkwrap.api with parameters of type Configuration Constructor Description ArchiveFactory(Configuration configuration)Creates a newArchiveFactorywhich will use the suppliedConfigurationfor each newArchiveit creates.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 Configuration Modifier and Type Field Description private ConfigurationArchiveBase. configurationConfiguration for this archiveMethods in org.jboss.shrinkwrap.impl.base that return Configuration Modifier and Type Method Description ConfigurationArchiveBase. getConfiguration()Obtains theConfigurationassociated with thisArchiveConfigurationConfigurableArchiveImpl. getConfiguration()Obtains theConfigurationassociated with thisArchiveConstructors in org.jboss.shrinkwrap.impl.base with parameters of type Configuration Constructor Description ArchiveBase(java.lang.String name, Configuration configuration)Constructor Creates a new Archive with the specified nameMemoryMapArchiveBase(java.lang.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(java.lang.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 Configuration Modifier and Type Method Description ConfigurationConfigurable. getConfiguration()Obtains theConfigurationassociated with thisArchive
-