Documentation ¶
Index ¶
- Constants
- type CmdFactory
- type FilePath
- type ICmdFactory
- type IFilePath
- type IInitScriptHandler
- type IMetaFileFinder
- type ISetup
- type InitScriptHandler
- type Job
- type MetaFileFinder
- type Pm
- type Project
- type Setup
- type SetupError
- type SetupScriptError
- type SetupSubprojectError
- type SetupWalkError
- type Strategy
Constants ¶
View Source
const Name = "gradle"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
type CmdFactory struct{}
func (CmdFactory) MakeDependenciesGraphCmd ¶
func (CmdFactory) MakeFindSubGraphCmd ¶
type ICmdFactory ¶
type IInitScriptHandler ¶
type IMetaFileFinder ¶
type InitScriptHandler ¶
type InitScriptHandler struct{}
func (InitScriptHandler) ReadInitFile ¶
func (_ InitScriptHandler) ReadInitFile() ([]byte, error)
func (InitScriptHandler) WriteInitFile ¶
func (i InitScriptHandler) WriteInitFile(targetFileName string, fileWriter writer.IFileWriter) error
type Job ¶
func NewJob ¶
func NewJob( file string, dir string, gradlew string, groovyInitScript string, cmdFactory ICmdFactory, fileWriter writer.IFileWriter, ) *Job
type MetaFileFinder ¶
type MetaFileFinder struct {
// contains filtered or unexported fields
}
type Setup ¶
type Setup struct { GradleProjects []Project CmdFactory ICmdFactory MetaFileFinder IMetaFileFinder InitScriptHandler IInitScriptHandler Writer writer.IFileWriter // contains filtered or unexported fields }
func NewGradleSetup ¶
func NewGradleSetup() *Setup
func (*Setup) GetGradleW ¶
type SetupError ¶
type SetupError []error
func (SetupError) Error ¶
func (e SetupError) Error() string
type SetupScriptError ¶
type SetupScriptError struct {
// contains filtered or unexported fields
}
func (SetupScriptError) Error ¶
func (e SetupScriptError) Error() string
type SetupSubprojectError ¶
type SetupSubprojectError struct {
// contains filtered or unexported fields
}
func (SetupSubprojectError) Error ¶
func (e SetupSubprojectError) Error() string
type SetupWalkError ¶
type SetupWalkError struct {
// contains filtered or unexported fields
}
func (SetupWalkError) Error ¶
func (e SetupWalkError) Error() string
Click to show internal directories.
Click to hide internal directories.