Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArtifactNotFoundErr = utils.Error("no artifact found")
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) Parse ¶
func (p *Parser) Parse(r types.ReadSeekerAt) ([]types.Library, []types.Dependency, error)
type Properties ¶
type Properties struct { GroupID string ArtifactID string Version string FilePath string // path to file containing these props }
func (Properties) Library ¶
func (p Properties) Library() types.Library
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.