Package oms3.nap
Class AnnotationParser
- java.lang.Object
-
- oms3.nap.AnnotationParser
-
public class AnnotationParser extends Object
Annotation Processor.- Author:
- od
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandle(File srcFile, AnnotationHandler ah)Handle a file with an annotation handler.static voidhandle(String s, AnnotationHandler ah)Handle a string with an annotation handlerstatic StringtrimQuotes(String val)Trims the string quotes, if the argument is a java/c string
-
-
-
Method Detail
-
handle
public static void handle(File srcFile, AnnotationHandler ah) throws Exception
Handle a file with an annotation handler.- Parameters:
file-ah-- Throws:
Exception
-
handle
public static void handle(String s, AnnotationHandler ah)
Handle a string with an annotation handler- Parameters:
s- the String to processah- the annotation handler to use.
-
-