@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) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment env) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
public 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
.IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.