Uses of Interface
org.glassfish.apf.ProcessingResult
-
Packages that use ProcessingResult Package Description org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.impl -
-
Uses of ProcessingResult in org.glassfish.apf
Methods in org.glassfish.apf that return ProcessingResult Modifier and Type Method Description ProcessingResultAnnotationProcessor. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessor. process(ProcessingContext ctx, Class[] classes)Process a set of classes from the parameter list rather than from the processing context. -
Uses of ProcessingResult in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ProcessingResult Modifier and Type Class Description classProcessingResultImplImplementation of the ProcessingResult interfaceMethods in org.glassfish.apf.impl that return ProcessingResult Modifier and Type Method Description ProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx, Class[] classes)Process a set of classes from the parameter list rather than from the processing context.Methods in org.glassfish.apf.impl with parameters of type ProcessingResult Modifier and Type Method Description voidProcessingResultImpl. add(ProcessingResult pr)
-