|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationProcessor
An annotation processor for configuring the AtmosphereFramework.
| 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. |
| Method Detail |
|---|
AnnotationProcessor configure(AtmosphereFramework framework)
AtmosphereFramework
framework - the AtmosphereFramework
AnnotationProcessor scan(File rootDir)
throws IOException
File looking for classes annotated with Atmosphere's Service annotation.
rootDir - a directory where annotation can possibly be defined
IOException
AnnotationProcessor scan(String packageName)
throws IOException
packageName - package name
IOException
AnnotationProcessor scanAll()
throws IOException
IOExceptionvoid destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||