public class CompilationTaskFactory extends Object
| Constructor and Description |
|---|
CompilationTaskFactory(ProcessingEnvironment processingEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
JavaCompiler.CompilationTask |
create(Iterable<TypeElement> elements)
Creates a compilation task for the specified
Element instances. |
public CompilationTaskFactory(ProcessingEnvironment processingEnvironment)
public JavaCompiler.CompilationTask create(Iterable<TypeElement> elements) throws IOException
Element instances.elements - The elements.IOExceptionCopyright © 2011–2015 Red Hat. All rights reserved.