ant

package
v0.7.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2018 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Discover

func Discover(dir string, options map[string]interface{}) ([]module.Module, error)

Discover returns a root build.xml if found, and build configs for all sub-projects otherwise

func GetHashes

func GetHashes(path string) (module.Hashes, error)

GetHashes computes hexadecimal checksums of a variety of types for a given file path

Types

type Analyzer

type Analyzer struct {
	AntCmd     string
	AntVersion string

	JavaCmd     string
	JavaVersion string

	Module  module.Module
	Options Options
}

Analyzer implements build context for SBT builds

func New

func New(m module.Module) (*Analyzer, error)

Initialize collects metadata on Java and SBT binaries

func (*Analyzer) Analyze

func (a *Analyzer) Analyze() (graph.Deps, error)

Analyze resolves a lib directory and parses the jars inside

func (*Analyzer) Build

func (a *Analyzer) Build() error

Build is currently not implemented

func (*Analyzer) Clean

func (a *Analyzer) Clean() error

Clean is currently not implemented

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt() (bool, error)

IsBuilt always returns true for Ant builds

type Options

type Options struct {
	LibDir string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL