Documentation
¶
Index ¶
- Variables
- type Cli
- func (m *Cli) CheckInstalled(ctx context.Context) error
- func (cli *Cli) Compile(ctx context.Context, projectPath string) error
- func (cli *Cli) EffectivePom(ctx context.Context, pomPath string) (string, error)
- func (cli *Cli) GetProperty(ctx context.Context, propertyPath string, projectPath string) (string, error)
- func (m *Cli) InstallUrl() string
- func (m *Cli) Name() string
- func (cli *Cli) Package(ctx context.Context, projectPath string) error
- func (cli *Cli) ResolveDependencies(ctx context.Context, projectPath string) error
- func (m *Cli) SetPath(projectPath string, rootProjectPath string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPropertyNotFound = errors.New("property not found")
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func NewCli ¶
func NewCli(commandRunner exec.CommandRunner) *Cli
func (*Cli) EffectivePom ¶
func (*Cli) GetProperty ¶
func (*Cli) InstallUrl ¶
func (*Cli) ResolveDependencies ¶
Click to show internal directories.
Click to hide internal directories.