Package org.cyclonedx.gradle.model
Class SbomComponent.Builder
java.lang.Object
org.cyclonedx.gradle.model.SbomComponent.Builder
- Enclosing class:
SbomComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withArtifactFile(@Nullable File artifactFile) withDependencyComponents(Set<SbomComponentId> dependencyComponents) withInScopeConfigurations(Set<ConfigurationScope> inScopeConfigurations) withLicenses(List<org.apache.maven.model.License> licenses) withMetaData(@Nullable SbomMetaData metaData)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withInScopeConfigurations
public SbomComponent.Builder withInScopeConfigurations(Set<ConfigurationScope> inScopeConfigurations) -
withDependencyComponents
-
withArtifactFile
-
withMetaData
-
withLicenses
-
build
-