Uses of Class
org.apache.felix.scrplugin.description.ClassDescription

Packages that use ClassDescription
org.apache.felix.scrplugin.annotations   
org.apache.felix.scrplugin.description   
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.xml   
 

Uses of ClassDescription in org.apache.felix.scrplugin.annotations
 

Methods in org.apache.felix.scrplugin.annotations with parameters of type ClassDescription
 void AnnotationProcessor.process(ScannedClass scannedClass, ClassDescription describedClass)
          Processes annotations from the provided scanned class and adds descriptions to the object model based on the read annotations.
 

Uses of ClassDescription in org.apache.felix.scrplugin.description
 

Methods in org.apache.felix.scrplugin.description that return ClassDescription
 ClassDescription ClassDescription.clone()
           
 

Uses of ClassDescription in org.apache.felix.scrplugin.helper
 

Methods in org.apache.felix.scrplugin.helper that return ClassDescription
 ClassDescription ComponentContainer.getClassDescription()
          Get the class description
 ClassDescription ClassScanner.getDescription(java.lang.Class<?> clazz)
          Get a description for the class
 

Methods in org.apache.felix.scrplugin.helper that return types with arguments of type ClassDescription
 java.util.List<ClassDescription> ClassScanner.scanSources()
          Scan all source class files for annotations and process them.
 

Methods in org.apache.felix.scrplugin.helper with parameters of type ClassDescription
static Validator.MethodResult Validator.findMethod(Project project, Options options, ClassDescription cd, ReferenceDescription ref, java.lang.String methodName)
          Find the method and the required spec version
 void AnnotationProcessorManager.process(ScannedClass scannedClass, ClassDescription describedClass)
           
 

Constructors in org.apache.felix.scrplugin.helper with parameters of type ClassDescription
ComponentContainer(ClassDescription classDescription, ComponentDescription componentDescription)
          Create a new component container
 

Uses of ClassDescription in org.apache.felix.scrplugin.xml
 

Methods in org.apache.felix.scrplugin.xml that return types with arguments of type ClassDescription
static java.util.List<ClassDescription> ComponentDescriptorIO.read(java.io.InputStream file, java.lang.ClassLoader classLoader, IssueLog iLog, java.lang.String location)
           
 



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