Package org.jboss.shrinkwrap.spi
Interface Configurable
-
- All Superinterfaces:
Assignable
- All Known Implementing Classes:
ArchiveBase
,ConfigurableArchiveImpl
,MemoryMapArchiveBase
,MemoryMapArchiveImpl
public interface Configurable extends Assignable
Assignable
view representing an entity backed byConfiguration
.- Version:
- $Revision: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configuration
getConfiguration()
Obtains theConfiguration
associated with thisArchive
-
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
Obtains theConfiguration
associated with thisArchive
-
-