Class FilerUtil
java.lang.Object
io.quarkus.annotation.processor.util.FilerUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported.voidThis method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported.writeModel(String filePath, Object value) The model files are written outside of target/classes as we don't want to include them in the jar.voidwriteProperties(String filePath, Properties properties) This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported.voidThis method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported.voidThis method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported.
-
Constructor Details
-
FilerUtil
FilerUtil(ProcessingEnvironment processingEnv)
-
-
Method Details
-
write
This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported. -
readSet
-
writeSet
This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported. -
writeProperties
This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported. -
writeJson
This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported. -
writeYaml
This method uses the annotation processor Filer API and we shouldn't use a Path as paths containing \ are not supported. -
writeModel
The model files are written outside of target/classes as we don't want to include them in the jar.They are not written by the annotation processor Filer API so we can use proper Paths.
-
getTargetPath
-
getPomPath
-
getExtensionMetadata
-