Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeDependencies ¶ added in v0.7.17
func NormalizeDependencies(imports []Dependency, deps map[Dependency][]Dependency) graph.Deps
Types ¶
type Dependency ¶
func ParseDependencies ¶
func ParseDependencies(stdout string) ([]Dependency, map[Dependency][]Dependency, error)
func ReadDependencyTree ¶
func ReadDependencyTree(lines []string, parser LineParser) ([]Dependency, map[Dependency][]Dependency, error)
type Gradle ¶
func (*Gradle) Dependencies ¶
func (*Gradle) DependenciesTask ¶
type LineParser ¶
type LineParser func(line string) (level int, node Dependency, err error)
level is 1-indexed
Click to show internal directories.
Click to hide internal directories.