public interface Adaptable
EnvironmentFactorys and EvaluationEnvironments that are adaptable to
optional interfaces that can be considered as extensions to the environment API.| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Class<T> adapterType)
Obtains an adapter for the specified interface type.
|
<T> T getAdapter(Class<T> adapterType)
T - the requested adapter interfaceadapterType - the requested adapter interfacenull
if this environment does not adapt to itCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.