org.apache.felix.scrplugin.processing
Class SlingAnnotationProcessor
java.lang.Object
org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
- All Implemented Interfaces:
- org.apache.felix.scrplugin.annotations.AnnotationProcessor
public class SlingAnnotationProcessor
- extends java.lang.Object
- implements org.apache.felix.scrplugin.annotations.AnnotationProcessor
This is the processor for the Apache Felix Sling annotations.
Method Summary |
java.lang.String |
getName()
|
int |
getRanking()
|
void |
process(org.apache.felix.scrplugin.annotations.ScannedClass scannedClass,
org.apache.felix.scrplugin.description.ClassDescription describedClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlingAnnotationProcessor
public SlingAnnotationProcessor()
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.apache.felix.scrplugin.annotations.AnnotationProcessor
- See Also:
AnnotationProcessor.getName()
process
public void process(org.apache.felix.scrplugin.annotations.ScannedClass scannedClass,
org.apache.felix.scrplugin.description.ClassDescription describedClass)
throws org.apache.felix.scrplugin.SCRDescriptorFailureException,
org.apache.felix.scrplugin.SCRDescriptorException
- Specified by:
process
in interface org.apache.felix.scrplugin.annotations.AnnotationProcessor
- Throws:
org.apache.felix.scrplugin.SCRDescriptorFailureException
org.apache.felix.scrplugin.SCRDescriptorException
- See Also:
AnnotationProcessor.process(org.apache.felix.scrplugin.annotations.ScannedClass, org.apache.felix.scrplugin.description.ClassDescription)
getRanking
public int getRanking()
- Specified by:
getRanking
in interface org.apache.felix.scrplugin.annotations.AnnotationProcessor
- See Also:
AnnotationProcessor.getRanking()
Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.