Uses of Enum Class
io.quarkus.deployment.pkg.PackageConfig.JarConfig.JarType
Packages that use PackageConfig.JarConfig.JarType
-
Uses of PackageConfig.JarConfig.JarType in io.quarkus.deployment.pkg
Fields in io.quarkus.deployment.pkg with type parameters of type PackageConfig.JarConfig.JarTypeModifier and TypeFieldDescriptionstatic final List<PackageConfig.JarConfig.JarType>PackageConfig.JarConfig.JarType.valuesMethods in io.quarkus.deployment.pkg that return PackageConfig.JarConfig.JarTypeModifier and TypeMethodDescriptionPackageConfig.JarConfig.JarType.fromString(String value) Returns theJarTypefor the given string.PackageConfig.JarConfig.type()The JAR output type to use.Returns the enum constant of this class with the specified name.static PackageConfig.JarConfig.JarType[]PackageConfig.JarConfig.JarType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PackageConfig.JarConfig.JarType in io.quarkus.deployment.pkg.builditem
Methods in io.quarkus.deployment.pkg.builditem that return PackageConfig.JarConfig.JarTypeConstructors in io.quarkus.deployment.pkg.builditem with parameters of type PackageConfig.JarConfig.JarTypeModifierConstructorDescriptionJarBuildItem(Path path, Path originalArtifact, Path libraryDir, PackageConfig.JarConfig.JarType type, String classifier)