Class ResourceConfigGen

    • Field Detail

      • OPTION_DISABLE

        public static final java.lang.String OPTION_DISABLE
        Name of the processor option that can be used to disable generation of the resource-config.json file. The name of this constant is "disable.resource.config".
        See Also:
        Constant Field Values
      • OPTION_BUNDLES

        public static final java.lang.String OPTION_BUNDLES
        Name of the processor option that can be used to specify a comma-separated list of additional resource bundles to include in the native image. The name of this constant is "other.resource.bundles".
        See Also:
        Constant Field Values
      • OPTION_RESOURCE_REGEX

        public static final java.lang.String OPTION_RESOURCE_REGEX
        Name of the processor option that can be used to specify a comma-separated list of regular expressions pointing to additional resource to include in the native image. The name of this constant is "other.resource.patterns".
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResourceConfigGen

        ResourceConfigGen​(javax.annotation.processing.ProcessingEnvironment env)