ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

org.jboss.shrinkwrap.impl.base
Class ConfigurableArchiveImpl

java.lang.Object
  extended by org.jboss.shrinkwrap.impl.base.AssignableBase<ArchiveBase<?>>
      extended by org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl
All Implemented Interfaces:
Assignable, Configurable

public class ConfigurableArchiveImpl
extends AssignableBase<ArchiveBase<?>>
implements Configurable

Assignable implementation view of an ConfigurableArchive. Provides access to the internal Configuration of an Archive.

Version:
$Revision: $
Author:
ALR

Constructor Summary
ConfigurableArchiveImpl(ArchiveBase<?> archive)
           
 
Method Summary
 Configuration getConfiguration()
          Obtains the Configuration associated with this Archive
 
Methods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Constructor Detail

ConfigurableArchiveImpl

public ConfigurableArchiveImpl(ArchiveBase<?> archive)
Method Detail

getConfiguration

public Configuration getConfiguration()
Obtains the Configuration associated with this Archive

Specified by:
getConfiguration in interface Configurable
See Also:
Configurable.getConfiguration()

ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

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