java

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2023 License: Apache-2.0 Imports: 36 Imported by: 4

Documentation

Overview

Package java provides a concrete Cataloger implementation for Java archives (jar, war, ear, par, sar, jpi, hpi, and native-image formats).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJavaCataloger

func NewJavaCataloger(cfg Config) *generic.Cataloger

NewJavaCataloger returns a new Java archive cataloger object.

func NewJavaPomCataloger added in v0.49.0

func NewJavaPomCataloger() *generic.Cataloger

NewJavaPomCataloger returns a cataloger capable of parsing dependencies from a pom.xml file. Pom files list dependencies that maybe not be locally installed yet.

Types

type Config added in v0.35.0

type Config struct {
	SearchUnindexedArchives bool
	SearchIndexedArchives   bool
}

type NativeImageCataloger added in v0.66.0

type NativeImageCataloger struct{}

func NewNativeImageCataloger added in v0.66.0

func NewNativeImageCataloger() *NativeImageCataloger

newNativeImageCataloger returns a new Native Image cataloger object.

func (*NativeImageCataloger) Catalog added in v0.66.0

Catalog attempts to find any native image executables reachable from a resolver.

func (*NativeImageCataloger) Name added in v0.66.0

func (c *NativeImageCataloger) Name() string

Name returns a string that uniquely describes a native image cataloger

Jump to

Keyboard shortcuts

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