Uses of Class
io.quarkus.deployment.pkg.steps.JarTreeShakeInput
Packages that use JarTreeShakeInput
-
Uses of JarTreeShakeInput in io.quarkus.deployment.pkg.steps
Methods in io.quarkus.deployment.pkg.steps that return JarTreeShakeInputModifier and TypeMethodDescription(package private) static JarTreeShakeInputJarTreeShakeInput.collect(TreeShakeConfig.TreeShakeMode treeShakeMode, io.quarkus.bootstrap.model.ApplicationModel appModel, List<GeneratedClassBuildItem> generatedClasses, TransformedClassesBuildItem transformedClasses, List<ReflectiveClassConditionBuildItem> reflectiveClassConditions, List<JarTreeShakeRootClassBuildItem> rootClasses, List<JarTreeShakeExcludedArtifactBuildItem> excludedArtifactItems) Factory method that assembles all input for the tree-shake analysis.Constructors in io.quarkus.deployment.pkg.steps with parameters of type JarTreeShakeInput