public class ConfigurableArchiveImpl extends AssignableBase<ArchiveBase<?>> implements Configurable
Assignable
implementation view of an ConfigurableArchive
. Provides access to the internal
Configuration
of an Archive
.Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
log
Logger
|
Constructor and Description |
---|
ConfigurableArchiveImpl(ArchiveBase<?> archive) |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration()
Obtains the
Configuration associated with this Archive |
as, getArchive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as
public ConfigurableArchiveImpl(ArchiveBase<?> archive)
public Configuration getConfiguration()
Configuration
associated with this Archive
getConfiguration
in interface Configurable
Configurable.getConfiguration()