Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlanEntryMaven = "maven" PlanEntryJVMApplicationPackage = "jvm-application-package" PlanEntryJDK = "jdk" PlanEntrySyft = "syft" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationFactory ¶
type ApplicationFactory interface {
NewApplication(additionalMetadata map[string]interface{}, arguments []string, artifactResolver libbs.ArtifactResolver,
cache libbs.Cache, command string, bom *libcnb.BOM, applicationPath string, bomScanner sbom.SBOMScanner) (libbs.Application, error)
}
type Build ¶
type Build struct {
Logger bard.Logger
ApplicationFactory ApplicationFactory
TTY bool
}
func (Build) Build ¶
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
func (Build) CleanMvnWrapper ¶
type Detect ¶
type Detect struct{}
func (Detect) Detect ¶
func (Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
type Distribution ¶
type Distribution struct {
LayerContributor libpak.DependencyLayerContributor
Logger bard.Logger
}
func NewDistribution ¶
func NewDistribution(dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (Distribution, libcnb.BOMEntry)
func (Distribution) Contribute ¶
func (Distribution) Name ¶
func (d Distribution) Name() string
type MvndDistribution ¶
type MvndDistribution struct {
LayerContributor libpak.DependencyLayerContributor
Logger bard.Logger
}
func NewMvndDistribution ¶
func NewMvndDistribution(dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (MvndDistribution, libcnb.BOMEntry)
func (MvndDistribution) Contribute ¶
func (MvndDistribution) Name ¶
func (d MvndDistribution) Name() string
Click to show internal directories.
Click to hide internal directories.