Package org.jboss.shrinkwrap.impl.base
Class ConfigurableArchiveImpl
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.AssignableBase<ArchiveBase<?>>
-
- org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl
-
- All Implemented Interfaces:
Assignable
,Configurable
public class ConfigurableArchiveImpl extends AssignableBase<ArchiveBase<?>> implements Configurable
Assignable
implementation view of anConfigurableArchive
. Provides access to the internalConfiguration
of anArchive
.- Version:
- $Revision: $
- Author:
- ALR
-
-
Constructor Summary
Constructors Constructor Description ConfigurableArchiveImpl(ArchiveBase<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
getConfiguration()
Obtains theConfiguration
associated with thisArchive
-
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 theConfiguration
associated with thisArchive
- Specified by:
getConfiguration
in interfaceConfigurable
- See Also:
Configurable.getConfiguration()
-
-