Uses of Class
org.apache.felix.ipojo.manipulator.metadata.annotation.ComponentWorkbench

Packages that use ComponentWorkbench
org.apache.felix.ipojo.manipulator.metadata.annotation   
org.apache.felix.ipojo.manipulator.metadata.annotation.registry   
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor   
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind   
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic   
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util   
org.apache.felix.ipojo.manipulator.spi   
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation
 

Constructors in org.apache.felix.ipojo.manipulator.metadata.annotation with parameters of type ComponentWorkbench
FieldMetadataCollector(ComponentWorkbench workbench, org.objectweb.asm.tree.FieldNode node)
           
MethodMetadataCollector(ComponentWorkbench workbench, org.objectweb.asm.tree.MethodNode node, Reporter reporter)
           
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation.registry
 

Methods in org.apache.felix.ipojo.manipulator.metadata.annotation.registry with parameters of type ComponentWorkbench
 Selection BindingRegistry.selection(ComponentWorkbench workbench)
          Initiate a Selection for the given workbench.
 

Constructors in org.apache.felix.ipojo.manipulator.metadata.annotation.registry with parameters of type ComponentWorkbench
Selection(BindingRegistry registry, ComponentWorkbench workbench, Reporter reporter)
           
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor
 

Constructors in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor with parameters of type ComponentWorkbench
ComponentVisitor(ComponentWorkbench workbench, Reporter reporter)
           
ControllerVisitor(ComponentWorkbench workbench, java.lang.String field)
           
HandlerDeclarationVisitor(ComponentWorkbench workbench, javax.xml.parsers.DocumentBuilder builder, Reporter reporter)
           
HandlerVisitor(ComponentWorkbench workbench, Reporter reporter)
           
InstantiateVisitor(ComponentWorkbench workbench)
           
LifecycleVisitor(ComponentWorkbench workbench, java.lang.String name, LifecycleVisitor.Transition transition)
           
PostRegistrationVisitor(ComponentWorkbench workbench, java.lang.String name)
           
PostUnregistrationVisitor(ComponentWorkbench workbench, java.lang.String name)
           
ProvidesVisitor(ComponentWorkbench workbench)
           
RequiresVisitor(ComponentWorkbench workbench, java.lang.String name)
          Constructor.
UpdatedVisitor(ComponentWorkbench workbench, java.lang.String name)
           
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind
 

Fields in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind declared as ComponentWorkbench
protected  ComponentWorkbench AbstractBindVisitor.workbench
           
 

Constructors in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind with parameters of type ComponentWorkbench
AbstractBindVisitor(ComponentWorkbench workbench, Action action)
           
MethodBindVisitor(ComponentWorkbench workbench, Action action, org.objectweb.asm.tree.MethodNode method, Reporter reporter)
           
ParameterBindVisitor(ComponentWorkbench workbench, Action action, int index)
           
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic
 

Constructors in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic with parameters of type ComponentWorkbench
FieldGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.FieldNode node)
           
MethodGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.MethodNode node)
           
ParameterGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.MethodNode node, int index)
           
RootGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, java.lang.annotation.ElementType type)
           
TypeGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element)
           
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util
 

Methods in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util with parameters of type ComponentWorkbench
static org.apache.felix.ipojo.metadata.Element Elements.getPropertiesElement(ComponentWorkbench workbench)
          Return the Element named properties, creates one if missing.
 

Uses of ComponentWorkbench in org.apache.felix.ipojo.manipulator.spi
 

Methods in org.apache.felix.ipojo.manipulator.spi that return ComponentWorkbench
 ComponentWorkbench BindingContext.getWorkbench()
           
 

Constructors in org.apache.felix.ipojo.manipulator.spi with parameters of type ComponentWorkbench
BindingContext(ComponentWorkbench workbench, Reporter reporter, org.objectweb.asm.Type annotationType, org.objectweb.asm.tree.MemberNode node, java.lang.annotation.ElementType elementType, int parameterIndex, java.lang.Object visitor)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.