Documentation
¶
Index ¶
- type MavenClient
- func (c *MavenClient) DetectFirewallError(stderr string) bool
- func (c *MavenClient) DetectRegistry(explicitRegistry string) (*pkgmgr.RegistryInfo, error)
- func (c *MavenClient) FallbackOrgProject() (string, string)
- func (c *MavenClient) Name() string
- func (c *MavenClient) PackageType() string
- func (c *MavenClient) ResolveDependencies(progress p.Reporter) (*pkgmgr.DependencyResult, error)
- func (c *MavenClient) RunCommand(command string, args []string) (*pkgmgr.InstallResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MavenClient ¶
type MavenClient struct{}
func NewClient ¶
func NewClient() *MavenClient
func (*MavenClient) DetectFirewallError ¶
func (c *MavenClient) DetectFirewallError(stderr string) bool
func (*MavenClient) DetectRegistry ¶
func (c *MavenClient) DetectRegistry(explicitRegistry string) (*pkgmgr.RegistryInfo, error)
func (*MavenClient) FallbackOrgProject ¶
func (c *MavenClient) FallbackOrgProject() (string, string)
func (*MavenClient) Name ¶
func (c *MavenClient) Name() string
func (*MavenClient) PackageType ¶
func (c *MavenClient) PackageType() string
func (*MavenClient) ResolveDependencies ¶
func (c *MavenClient) ResolveDependencies(progress p.Reporter) (*pkgmgr.DependencyResult, error)
func (*MavenClient) RunCommand ¶
func (c *MavenClient) RunCommand(command string, args []string) (*pkgmgr.InstallResult, error)
Click to show internal directories.
Click to hide internal directories.