public class VoidAnnotationProcessor extends java.lang.Object implements AnnotationProcessor
AnnotationProcessor that does nothing.| Constructor and Description |
|---|
VoidAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessor |
configure(AtmosphereFramework framework)
Configure this class with an instance of
AtmosphereFramework |
void |
destroy()
Destroy all resources associated with this object.
|
AnnotationProcessor |
scan(java.io.File rootDir)
Scan the
File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scan(java.lang.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.
|
public AnnotationProcessor configure(AtmosphereFramework framework)
AnnotationProcessorAtmosphereFrameworkconfigure in interface AnnotationProcessorframework - the AtmosphereFrameworkpublic AnnotationProcessor scan(java.io.File rootDir) throws java.io.IOException
AnnotationProcessorFile looking for classes annotated with Atmosphere's Service annotation.scan in interface AnnotationProcessorrootDir - a directory where annotation can possibly be definedjava.io.IOExceptionpublic AnnotationProcessor scan(java.lang.String packageName) throws java.io.IOException
AnnotationProcessorscan in interface AnnotationProcessorpackageName - package namejava.io.IOExceptionpublic AnnotationProcessor scanAll() throws java.io.IOException
AnnotationProcessorscanAll in interface AnnotationProcessorjava.io.IOExceptionpublic void destroy()
AnnotationProcessordestroy in interface AnnotationProcessorCopyright © 2018. All Rights Reserved.