Uses of Interface
org.apache.felix.scrplugin.tags.JavaClassDescription

Packages that use JavaClassDescription
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.tags   
org.apache.felix.scrplugin.tags.annotation Extracting SCR tags from source file declared as Java 1.5 annotations. 
org.apache.felix.scrplugin.tags.annotation.defaulttag SCR plugin annotation tag provider default implementation for annotations provided in package org.apache.felix.scrplugin.annotations
org.apache.felix.scrplugin.tags.annotation.sling   
org.apache.felix.scrplugin.tags.cl   
org.apache.felix.scrplugin.tags.qdox   
 

Uses of JavaClassDescription in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that return JavaClassDescription
 JavaClassDescription JavaClassDescriptorManager.getJavaClassDescription(String className)
          Get a java class description for the class.
 JavaClassDescription[] JavaClassDescriptorManager.getSourceDescriptions()
          Return all source descriptions of this project.
 

Methods in org.apache.felix.scrplugin with parameters of type JavaClassDescription
protected  void SCRDescriptorGenerator.addInterfaces(Service service, JavaTag serviceTag, JavaClassDescription description)
          Recursively add interfaces to the service.
protected  Component SCRDescriptorGenerator.createComponent(JavaClassDescription description, JavaTag componentTag, MetaData metaData, IssueLog iLog)
          Create a component for the java class description.
protected  void SCRDescriptorGenerator.doServices(JavaTag[] services, Component component, JavaClassDescription description)
          Process the service annotations
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.om
 

Fields in org.apache.felix.scrplugin.om declared as JavaClassDescription
protected  JavaClassDescription Reference.javaClassDescription
          The class description containing this reference.
 

Methods in org.apache.felix.scrplugin.om that return JavaClassDescription
 JavaClassDescription Component.getJavaClassDescription()
          Return the associated java class description
 

Methods in org.apache.felix.scrplugin.om with parameters of type JavaClassDescription
protected  void Component.checkLifecycleMethod(int specVersion, JavaClassDescription javaClass, String methodName, boolean isActivate, IssueLog iLog)
          Check for existence of lifecycle methods.
 

Constructors in org.apache.felix.scrplugin.om with parameters of type JavaClassDescription
Reference(JavaTag t, JavaClassDescription desc)
          Constructor from java source.
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags
 

Fields in org.apache.felix.scrplugin.tags declared as JavaClassDescription
static JavaClassDescription[] JavaClassDescription.EMPTY_RESULT
           
 

Methods in org.apache.felix.scrplugin.tags that return JavaClassDescription
 JavaClassDescription[] JavaClassDescription.getImplementedInterfaces()
          Returns an array of the implemented interfaces of this class.
 JavaClassDescription JavaTag.getJavaClassDescription()
           
 JavaClassDescription JavaClassDescription.getReferencedClass(String referencedName)
          Search for the class.
 JavaClassDescription JavaClassDescription.getSuperClass()
          Get the description for the parent class.
 

Methods in org.apache.felix.scrplugin.tags with parameters of type JavaClassDescription
 int JavaClassDescriptionInheritanceComparator.compare(JavaClassDescription cd1, JavaClassDescription cd2)
           
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags.annotation
 

Classes in org.apache.felix.scrplugin.tags.annotation that implement JavaClassDescription
 class AnnotationJavaClassDescription
          Reading class description based on java annotations.
 

Fields in org.apache.felix.scrplugin.tags.annotation declared as JavaClassDescription
protected  JavaClassDescription AbstractTag.description
           
 

Methods in org.apache.felix.scrplugin.tags.annotation that return JavaClassDescription
 JavaClassDescription AbstractTag.getJavaClassDescription()
           
 

Methods in org.apache.felix.scrplugin.tags.annotation with parameters of type JavaClassDescription
static String[] Util.getAnnotationValues(com.thoughtworks.qdox.model.Annotation annotation, String name, JavaClassDescription desc)
           
static boolean[] Util.getBooleanValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as boolean values.
static byte[] Util.getByteValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as byte values.
static char[] Util.getCharValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as char values.
static double[] Util.getDoubleValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as double values.
static float[] Util.getFloatValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as float values.
static int[] Util.getIntValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as long values.
static long[] Util.getLongValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as long values.
static short[] Util.getShortValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as short values.
static String Util.getStringValue(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name, Class<?> clazz)
          Get a single annotation value
static String[] Util.getStringValues(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, String name)
          Helper method to get the values of an annotation as string values.
 

Constructors in org.apache.felix.scrplugin.tags.annotation with parameters of type JavaClassDescription
AbstractTag(com.thoughtworks.qdox.model.Annotation sourceAnnotation, JavaClassDescription desc, JavaField field)
           
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags.annotation.defaulttag
 

Constructors in org.apache.felix.scrplugin.tags.annotation.defaulttag with parameters of type JavaClassDescription
ComponentTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
PropertyTag.PropertyOptionImpl(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
PropertyTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, JavaField field)
           
ReferenceTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, JavaField field)
           
ServiceTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags.annotation.sling
 

Constructors in org.apache.felix.scrplugin.tags.annotation.sling with parameters of type JavaClassDescription
SlingFilterComponentTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, boolean createMetatype, String name, String label, String description)
           
SlingFilterServiceTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
SlingServletComponentTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
SlingServletPropertyTag(com.thoughtworks.qdox.model.Annotation annotation, String name, String[] values, JavaClassDescription desc)
           
SlingServletPropertyTag(com.thoughtworks.qdox.model.Annotation annotation, String name, String value, JavaClassDescription desc, String type, boolean isPrivate)
           
SlingServletServiceTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags.cl
 

Classes in org.apache.felix.scrplugin.tags.cl that implement JavaClassDescription
 class ClassLoaderJavaClassDescription
          ClassLoaderJavaClassDescription.java...
 

Fields in org.apache.felix.scrplugin.tags.cl declared as JavaClassDescription
protected  JavaClassDescription ClassLoaderJavaTag.description
           
protected  JavaClassDescription ClassLoaderJavaField.description
           
 

Methods in org.apache.felix.scrplugin.tags.cl that return JavaClassDescription
 JavaClassDescription[] ClassLoaderJavaClassDescription.getImplementedInterfaces()
           
 JavaClassDescription ClassLoaderJavaTag.getJavaClassDescription()
           
 JavaClassDescription ClassLoaderJavaClassDescription.getReferencedClass(String referencedName)
           
 JavaClassDescription ClassLoaderJavaClassDescription.getSuperClass()
           
 

Constructors in org.apache.felix.scrplugin.tags.cl with parameters of type JavaClassDescription
ClassLoaderJavaField(Field f, JavaClassDescription d)
           
ClassLoaderJavaTag(JavaClassDescription desc, Interface i, boolean isSF)
           
ClassLoaderJavaTag(JavaClassDescription desc, Property property)
           
ClassLoaderJavaTag(JavaClassDescription desc, Reference reference)
           
 

Uses of JavaClassDescription in org.apache.felix.scrplugin.tags.qdox
 

Classes in org.apache.felix.scrplugin.tags.qdox that implement JavaClassDescription
 class QDoxJavaClassDescription
          QDoxJavaClassDescription.java...
 

Fields in org.apache.felix.scrplugin.tags.qdox declared as JavaClassDescription
protected  JavaClassDescription QDoxJavaTag.description
           
 

Methods in org.apache.felix.scrplugin.tags.qdox that return JavaClassDescription
 JavaClassDescription[] QDoxJavaClassDescription.getImplementedInterfaces()
           
 JavaClassDescription QDoxJavaTag.getJavaClassDescription()
           
 JavaClassDescription QDoxJavaClassDescription.getReferencedClass(String referencedName)
           
 JavaClassDescription QDoxJavaClassDescription.getSuperClass()
           
 

Constructors in org.apache.felix.scrplugin.tags.qdox with parameters of type JavaClassDescription
QDoxJavaTag(com.thoughtworks.qdox.model.DocletTag t, JavaClassDescription desc)
           
QDoxJavaTag(com.thoughtworks.qdox.model.DocletTag t, JavaClassDescription desc, JavaField field)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.