public interface Adaptable
| Modifier and Type | Method and Description |
|---|---|
<A> A |
adapt(Class<A> adapterType)
Returns an adapter for the specified type.
|
<A> boolean |
isAdapted(Class<A> adapterType)
Returns true if the workspace object is adapted to the specified type.
|
<A> void |
removeAdapter(Class<A> adapterType)
Removes the adapter from this adaptable object.
|
<A> A adapt(Class<A> adapterType)
A - the adapter typeadapterType - the adapter type class<A> boolean isAdapted(Class<A> adapterType)
adapterType - the adapter type<A> void removeAdapter(Class<A> adapterType)
A - the adapter generic typeadapterType - the adapter type classCopyright © 2025 JBoss by Red Hat. All Rights Reserved.