Documentation ¶
Index ¶
- Variables
- func Cmd(dir string) (string, error)
- type Dependency
- type Gradle
- func (g *Gradle) Dependencies(project, configuration string) ([]Dependency, map[Dependency][]Dependency, error)
- func (g *Gradle) DependenciesTask(taskArgs ...string) ([]Dependency, map[Dependency][]Dependency, error)
- func (g *Gradle) Projects() ([]string, error)
- func (g *Gradle) Run(taskArgs ...string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = Dependency{}
Functions ¶
Types ¶
type Dependency ¶
func ParseDependencies ¶
func ParseDependencies(stdout string) ([]Dependency, map[Dependency][]Dependency, error)
type Gradle ¶
func (*Gradle) Dependencies ¶
func (g *Gradle) Dependencies(project, configuration string) ([]Dependency, map[Dependency][]Dependency, error)
func (*Gradle) DependenciesTask ¶
func (g *Gradle) DependenciesTask(taskArgs ...string) ([]Dependency, map[Dependency][]Dependency, error)
Click to show internal directories.
Click to hide internal directories.