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()
-
- Specified by:
getConfiguration in interface Configurable
- See Also:
Configurable.getConfiguration()
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.