A Swiss Army Knife for OSGi

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

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

public class Configurable<T>
extends java.lang.Object


Constructor Summary
Configurable()
           
 
Method Summary
static
<T> T
createConfigurable(java.lang.Class<T> c, java.util.Dictionary<?,?> properties)
           
static
<T> T
createConfigurable(java.lang.Class<T> c, java.util.Map<?,?> properties)
           
static java.lang.String mangleMethodName(java.lang.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(java.lang.Class<T> c,
                                       java.util.Map<?,?> properties)

createConfigurable

public static <T> T createConfigurable(java.lang.Class<T> c,
                                       java.util.Dictionary<?,?> properties)

mangleMethodName

public static java.lang.String mangleMethodName(java.lang.String id)

Licensed under Apache Software License 2.0

Copyright å© aQute SARL (2000, 2011). All Rights Reserved.