@SupportedAnnotationTypes(value="fluent.api.EndMethodCheckFile") @SupportedSourceVersion(value=RELEASE_8) public class EndProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
EndProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertThatEndMethodCheckFileExists(String uniqueFileName)
Assertion method to check, that requested EndMethodCheckFile got created.
|
void |
init(ProcessingEnvironment env) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment env)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic static void assertThatEndMethodCheckFileExists(String uniqueFileName) throws IOException
uniqueFileName - Unique file name to be checked, which should have been previously requested to generate
using the annotation EndMethodCheckFile(uniqueFileName)IOExceptionCopyright © 2018. All rights reserved.