Documentation
¶
Overview ¶
Package java provides a concrete Cataloger implementation for Java archives (jar, war, ear, jpi, hpi formats).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cataloger ¶
type Cataloger struct {
// contains filtered or unexported fields
}
Cataloger catalogs pkg.JavaPkg and pkg.JenkinsPluginPkg Package Types defined in java archive files.
func (*Cataloger) Catalog ¶
Catalog returns the Packages indexed from all Java archive files discovered.
func (*Cataloger) SelectFiles ¶
func (a *Cataloger) SelectFiles(resolver scope.FileResolver) []file.Reference
SelectFiles returns a set of discovered Java archive files from the user content source.
Click to show internal directories.
Click to hide internal directories.