ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Class
org.jboss.shrinkwrap.api.Configuration

Packages that use Configuration
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.impl.base   
org.jboss.shrinkwrap.spi   
 

Uses of Configuration in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api that return Configuration
 Configuration ConfigurationBuilder.build()
          Builds a new Configuration using the properties contained in this builder.
 Configuration Domain.getConfiguration()
          Obtains the Configuration associated with this Domain
 

Methods in org.jboss.shrinkwrap.api with parameters of type Configuration
static Domain ShrinkWrap.createDomain(Configuration configuration)
          Creates a new Domain containing configuration properties from the supplied Configuration.
 

Uses of Configuration in org.jboss.shrinkwrap.impl.base
 

Methods in org.jboss.shrinkwrap.impl.base that return Configuration
 Configuration ConfigurableArchiveImpl.getConfiguration()
          Obtains the Configuration associated with this Archive
 Configuration ArchiveBase.getConfiguration()
          Obtains the Configuration associated with this Archive
 

Constructors in org.jboss.shrinkwrap.impl.base with parameters of type Configuration
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.
 

Uses of Configuration in org.jboss.shrinkwrap.spi
 

Methods in org.jboss.shrinkwrap.spi that return Configuration
 Configuration Configurable.getConfiguration()
          Obtains the Configuration associated with this Archive
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.