Documentation
¶
Overview ¶
Package javalockfile provides shared structures for Java extractors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToProto ¶ added in v0.5.2
func ToProto(m *Metadata) *pb.JavaLockfileMetadata
ToProto converts the Metadata struct to a JavaLockfileMetadata proto.
Types ¶
type Metadata ¶
type Metadata struct {
ArtifactID string
GroupID string
Type string
Classifier string
DepGroupVals []string
IsTransitive bool // Only set in transitive dependency pomxml enricher
}
Metadata holds parsing information for a Java package.
func ToStruct ¶ added in v0.4.2
func ToStruct(m *pb.JavaLockfileMetadata) *Metadata
ToStruct converts the JavaLockfileMetadata proto to a Metadata struct.
func (*Metadata) IsProtoable ¶ added in v0.5.2
func (m *Metadata) IsProtoable()
IsProtoable marks the struct as a metadata type.
Click to show internal directories.
Click to hide internal directories.