ant

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MPL-2.0 Imports: 16 Imported by: 2

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 any directory that contains a "build.xml" file and a "lib" directory.

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 {
	Module  module.Module
	Options Options
}

Analyzer implements build context for Ant builds

func New

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

New collects metadata on Java and Ant 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 {
	LibDirectory string `mapstructure:"lib-directory"`
}

Jump to

Keyboard shortcuts

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