Uses of Class
org.apache.felix.dm.annotation.plugin.bnd.EntryParam

Packages that use EntryParam
org.apache.felix.dm.annotation.plugin.bnd   
 

Uses of EntryParam in org.apache.felix.dm.annotation.plugin.bnd
 

Methods in org.apache.felix.dm.annotation.plugin.bnd that return EntryParam
static EntryParam EntryParam.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntryParam[] EntryParam.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.felix.dm.annotation.plugin.bnd with parameters of type EntryParam
 void EntryWriter.put(EntryParam param, String value)
          Put a String parameter in this descritor entry.
 void EntryWriter.put(EntryParam param, String[] array)
          Put a String[] parameter in this descriptor entry.
 void EntryWriter.putClass(aQute.lib.osgi.Annotation annotation, EntryParam param, Object def)
          Get a class attribute value from an annotation and write it into this descriptor entry.
 void EntryWriter.putClassArray(aQute.lib.osgi.Annotation annotation, EntryParam param, Object def)
          Get a class array attribute value from an annotation and write it into this descriptor entry.
 void EntryWriter.putProperties(EntryParam param, Map<String,Object> properties)
          Put a Map parameter in the descriptor entry.
 void EntryWriter.putString(aQute.lib.osgi.Annotation annotation, EntryParam param, String def)
          Get a String attribute value from an annotation and write it into this descriptor entry.
 void EntryWriter.putStringArray(aQute.lib.osgi.Annotation annotation, EntryParam param, String[] def)
          Get a String array attribute value from an annotation and write it into this descriptor entry.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.