Package io.quarkus.bootstrap.app
Class AugmentResult
- java.lang.Object
-
- io.quarkus.bootstrap.app.AugmentResult
-
public class AugmentResult extends Object
The result of an augmentation that builds an application
-
-
Constructor Summary
Constructors Constructor Description AugmentResult(List<ArtifactResult> results, JarResult jar, Path nativeImagePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JarResultgetJar()PathgetNativeResult()List<ArtifactResult>getResults()List<ArtifactResult>resultsMatchingType(Predicate<String> typePredicate)
-
-
-
Constructor Detail
-
AugmentResult
public AugmentResult(List<ArtifactResult> results, JarResult jar, Path nativeImagePath)
-
-
Method Detail
-
getResults
public List<ArtifactResult> getResults()
-
getJar
public JarResult getJar()
-
getNativeResult
public Path getNativeResult()
-
resultsMatchingType
public List<ArtifactResult> resultsMatchingType(Predicate<String> typePredicate)
-
-