@SupportedAnnotationTypes(value="io.sundr.resourcecify.annotations.Resourcecify") public class ResourcecifyProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
ResourcecifyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(FileObject source,
FileObject target)
Copy one
FileObject into an other. |
static PackageElement |
getPackageElement(Element element) |
static String |
getPackageName(Element element) |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment env) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment env)
process in interface Processorprocess in class AbstractProcessorpublic static PackageElement getPackageElement(Element element)
public static void copy(FileObject source, FileObject target) throws IOException
FileObject into an other.source - The source FileObject.target - The target FileObject.IOExceptionCopyright © 2023. All rights reserved.