Uses of Class
org.apache.felix.scrplugin.SCRDescriptorException

Packages that use SCRDescriptorException
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.annotations   
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.xml   
 

Uses of SCRDescriptorException in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that throw SCRDescriptorException
 Result SCRDescriptorGenerator.execute()
          Actually generates the Declarative Services and Metatype descriptors scanning the java sources provided by the SCRDescriptorGenerator.setProject(Project)
 

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

Methods in org.apache.felix.scrplugin.annotations that throw SCRDescriptorException
 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 SCRDescriptorException in org.apache.felix.scrplugin.helper
 

Methods in org.apache.felix.scrplugin.helper that throw SCRDescriptorException
static void ClassModifier.addMethods(java.lang.String className, java.lang.String referenceName, java.lang.String fieldName, java.lang.String typeName, boolean createBind, boolean createUnbind, java.lang.ClassLoader classLoader, java.lang.String outputDirectory, Log logger)
          Add bind/unbind methods
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
 ClassDescription ClassScanner.getDescription(java.lang.Class<?> clazz)
          Get a description for the class
 void AnnotationProcessorManager.process(ScannedClass scannedClass, ClassDescription describedClass)
           
 java.util.List<ClassDescription> ClassScanner.scanSources()
          Scan all source class files for annotations and process them.
 void Validator.validate()
          Validate the component description.
 

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

Methods in org.apache.felix.scrplugin.xml that throw SCRDescriptorException
static java.util.List<java.lang.String> ComponentDescriptorIO.generateDescriptorFiles(DescriptionContainer module, Options options, Log logger)
          Generate descriptor file(s)
static java.util.List<java.lang.String> MetaTypeIO.generateDescriptors(DescriptionContainer module, Options options, Log logger)
           
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.