Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArtifactNotFoundErr = xerrors.New("no artifact found")
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) Parse ¶
func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error)
type Properties ¶
type Properties struct { GroupID string ArtifactID string Version string FilePath string // path to file containing these props }
func (Properties) Package ¶ added in v0.51.2
func (p Properties) Package() ftypes.Package
func (Properties) String ¶
func (p Properties) String() string
func (Properties) Valid ¶
func (p Properties) Valid() bool
Click to show internal directories.
Click to hide internal directories.