org.jboss.osgi.resolver
Interface Adaptable

All Known Subinterfaces:
XBundle

public interface Adaptable

A type that can be adapted to another type.

Since:
12-Jun-2012
Author:
thomas.diesler@jboss.com

Method Summary
<T> T
adapt(Class<T> clazz)
          Adapt to another type
 

Method Detail

adapt

<T> T adapt(Class<T> clazz)
Adapt to another type



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.