|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util.Elements
public class Elements
Constructor Summary | |
---|---|
Elements()
|
Method Summary | |
---|---|
static org.apache.felix.ipojo.metadata.Element |
buildElement(org.objectweb.asm.Type type)
Build the Element object from the given descriptor. |
static org.apache.felix.ipojo.metadata.Element |
getPropertiesElement(ComponentWorkbench workbench)
Return the Element named properties, creates one if missing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Elements()
Method Detail |
---|
public static org.apache.felix.ipojo.metadata.Element buildElement(org.objectweb.asm.Type type)
Element
object from the given descriptor.
It splits the annotation's classname in 2 parts (up to the last '.')
first part (package's name) becomes the Element's namespace, and second
part (class simple name) becomes the Element's name.
type
- annotation descriptor
public static org.apache.felix.ipojo.metadata.Element getPropertiesElement(ComponentWorkbench workbench)
workbench
- source for search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |