Package io.quarkus.sbom
Class ApplicationComponent.Builder
java.lang.Object
io.quarkus.sbom.ApplicationComponent
io.quarkus.sbom.ApplicationComponent.Builder
- Enclosing class:
ApplicationComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.sbom.ApplicationComponent
ApplicationComponent.Builder -
Field Summary
Fields inherited from class io.quarkus.sbom.ApplicationComponent
dep, dependencies, distributionPath, path, pedigree, scope, SCOPE_DEVELOPMENT, SCOPE_RUNTIME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected ApplicationComponentsetDependencies(Collection<ArtifactCoords> dependencies) setDistributionPath(String distributionPath) setPedigree(String pedigree) Methods inherited from class io.quarkus.sbom.ApplicationComponent
builder, getDependencies, getDistributionPath, getPath, getPedigree, getResolvedDependency, getScope
-
Constructor Details
-
Builder
-
-
Method Details
-
setPath
-
setDistributionPath
-
setResolvedDependency
-
setPedigree
-
setDevelopmentScope
-
setScope
-
setDependencies
-
build
-
ensureImmutable
- Overrides:
ensureImmutablein classApplicationComponent
-