|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.backport175.compiler.AnnotationC
public class AnnotationC
Annotation compiler. Extracts the annotations from JavaDoc tags and inserts them into the bytecode of the class.
Method Summary | |
---|---|
static void |
compile(java.lang.String[] srcDirs,
java.lang.String[] srcFiles,
java.lang.String[] classpath,
java.lang.String destDir,
java.lang.String[] annotationPropertiesFiles,
MessageHandler messageHandler,
boolean ignoreUnknown)
Compiles the annotations. |
void |
logInfo(java.lang.String message)
Logs an INFO message (helper) |
static void |
main(java.lang.String[] args)
Runs the compiler from the command line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public static void compile(java.lang.String[] srcDirs, java.lang.String[] srcFiles, java.lang.String[] classpath, java.lang.String destDir, java.lang.String[] annotationPropertiesFiles, MessageHandler messageHandler, boolean ignoreUnknown)
srcDirs
- srcFiles
- classpath
- destDir
- annotationPropertiesFiles
- messageHandler
- ignoreUnknown
- public void logInfo(java.lang.String message)
message
- the message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |