|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.atmosphere.util.VoidAnnotationProcessor
public class VoidAnnotationProcessor
An AnnotationProcessor that does nothing.
| Constructor Summary | |
|---|---|
VoidAnnotationProcessor()
|
|
| Method Summary | |
|---|---|
AnnotationProcessor |
configure(AtmosphereFramework framework)
Configure this class with an instance of AtmosphereFramework |
void |
destroy()
Destroy all resources associated with this object. |
AnnotationProcessor |
scan(File rootDir)
Scan the File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scan(String packageName)
Scan the package looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scanAll()
Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VoidAnnotationProcessor()
| Method Detail |
|---|
public AnnotationProcessor configure(AtmosphereFramework framework)
AnnotationProcessorAtmosphereFramework
configure in interface AnnotationProcessorframework - the AtmosphereFramework
public AnnotationProcessor scan(File rootDir)
throws IOException
AnnotationProcessorFile looking for classes annotated with Atmosphere's Service annotation.
scan in interface AnnotationProcessorrootDir - a directory where annotation can possibly be defined
IOException
public AnnotationProcessor scan(String packageName)
throws IOException
AnnotationProcessor
scan in interface AnnotationProcessorpackageName - package name
IOException
public AnnotationProcessor scanAll()
throws IOException
AnnotationProcessor
scanAll in interface AnnotationProcessorIOExceptionpublic void destroy()
AnnotationProcessor
destroy in interface AnnotationProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||