public class VoidAnnotationProcessor extends Object implements AnnotationProcessor
AnnotationProcessor that does nothing.| Constructor and Description |
|---|
VoidAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AtmosphereConfig config)
Configure an AtmosphereFramework object.
|
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.
|
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 definedIOExceptionpublic AnnotationProcessor scan(String packageName) throws IOException
AnnotationProcessorscan in interface AnnotationProcessorpackageName - package nameIOExceptionpublic AnnotationProcessor scanAll() throws IOException
AnnotationProcessorscanAll in interface AnnotationProcessorIOExceptionpublic void destroy()
AnnotationProcessordestroy in interface AnnotationProcessorpublic void configure(AtmosphereConfig config)
AtmosphereConfigAwareconfigure in interface AtmosphereConfigAwareconfig - AtmosphereConfigCopyright © 2016. All rights reserved.