Class GeneratedFileSystemResourceBuildItem


  • public final class GeneratedFileSystemResourceBuildItem
    extends MultiBuildItem
    Used when resources generated by the build should not end up in the produced runnable artifact, but in the file system inside the output directory of OutputTargetBuildItem. This are written to the file system for normal and dev mode but not for test mode
    • Field Detail

      • classData

        final byte[] classData
    • Constructor Detail

      • GeneratedFileSystemResourceBuildItem

        public GeneratedFileSystemResourceBuildItem​(String name,
                                                    byte[] data)
    • Method Detail

      • getName

        public String getName()
      • getData

        public byte[] getData()