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
Assignableimplementation view of anConfigurableArchive. Provides access to the internalConfigurationof anArchive.- Version:
- $Revision: $
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.LoggerlogLogger
-
Constructor Summary
Constructors Constructor Description ConfigurableArchiveImpl(ArchiveBase<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConfiguration()Obtains theConfigurationassociated 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 theConfigurationassociated with thisArchive- Specified by:
getConfigurationin interfaceConfigurable- See Also:
Configurable.getConfiguration()
-
-