public class ComponentWorkbench
extends java.lang.Object
Constructor and Description |
---|
ComponentWorkbench(BindingRegistry bindingRegistry,
org.objectweb.asm.tree.ClassNode node) |
Modifier and Type | Method and Description |
---|---|
org.apache.felix.ipojo.metadata.Element |
build() |
BindingRegistry |
getBindingRegistry() |
org.objectweb.asm.tree.ClassNode |
getClassNode() |
java.util.Map<org.apache.felix.ipojo.metadata.Element,java.lang.String> |
getElements() |
java.util.Map<java.lang.String,org.apache.felix.ipojo.metadata.Element> |
getIds() |
org.apache.felix.ipojo.metadata.Element |
getInstance() |
org.apache.felix.ipojo.metadata.Element |
getRoot()
The identified root Element.
|
org.objectweb.asm.Type |
getType() |
boolean |
ignore()
Checks whether this class must be ignored.
|
void |
ignore(boolean ignore)
Sets the 'ignore' aspect of the current class.
|
void |
setInstance(org.apache.felix.ipojo.metadata.Element instance) |
void |
setRoot(org.apache.felix.ipojo.metadata.Element root) |
public ComponentWorkbench(BindingRegistry bindingRegistry, org.objectweb.asm.tree.ClassNode node)
public org.objectweb.asm.Type getType()
public BindingRegistry getBindingRegistry()
public org.objectweb.asm.tree.ClassNode getClassNode()
public org.apache.felix.ipojo.metadata.Element getRoot()
public void setRoot(org.apache.felix.ipojo.metadata.Element root)
public org.apache.felix.ipojo.metadata.Element getInstance()
public void setInstance(org.apache.felix.ipojo.metadata.Element instance)
public java.util.Map<java.lang.String,org.apache.felix.ipojo.metadata.Element> getIds()
public java.util.Map<org.apache.felix.ipojo.metadata.Element,java.lang.String> getElements()
public org.apache.felix.ipojo.metadata.Element build()
public boolean ignore()
true
if the class is ignored.public void ignore(boolean ignore)
ignore
- whether or not the class must be ignored.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.