aQute.bnd.annotation.metatype
Class Configurable<T>

java.lang.Object
  extended by aQute.bnd.annotation.metatype.Configurable<T>

public class Configurable<T>
extends Object


Constructor Summary
Configurable()
           
 
Method Summary
static
<T> T
createConfigurable(Class<T> c, Dictionary<?,?> properties)
           
static
<T> T
createConfigurable(Class<T> c, Map<?,?> properties)
           
static String mangleMethodName(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configurable

public Configurable()
Method Detail

createConfigurable

public static <T> T createConfigurable(Class<T> c,
                                       Map<?,?> properties)

createConfigurable

public static <T> T createConfigurable(Class<T> c,
                                       Dictionary<?,?> properties)

mangleMethodName

public static String mangleMethodName(String id)


Copyright © 2012 aQute SARL. All Rights Reserved.