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 an ConfigurableArchive
.
Provides access to the internal Configuration
of an
Archive
.
- Version:
- $Revision: $
- Author:
- ALR
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 |
ConfigurableArchiveImpl
public ConfigurableArchiveImpl(ArchiveBase<?> archive)
getConfiguration
public Configuration getConfiguration()
- Obtains the
Configuration
associated with this Archive
- Specified by:
getConfiguration
in interface Configurable
- See Also:
Configurable.getConfiguration()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.