Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "mvn"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
type CmdFactory struct{}
func (CmdFactory) MakeDependencyTreeCmd ¶
func (_ CmdFactory) MakeDependencyTreeCmd(workingDirectory string) (*exec.Cmd, error)
type ICmdFactory ¶
type IPomService ¶
type Job ¶
func NewJob ¶
func NewJob(file string, cmdFactory ICmdFactory, pomService IPomService) *Job
type PomService ¶
type PomService struct{}
func (PomService) ParsePomModules ¶
func (p PomService) ParsePomModules(path string) ([]string, error)
Click to show internal directories.
Click to hide internal directories.