manifest

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Name       string
	Version    string
	Optional   bool
	Resolution bool
}

Represent dependency of plugin

type Manifest

type Manifest map[string]string

Represent MANIFEST.MF java file, holds map of attributes

func Parse

func Parse(hpiFile string) (Manifest, error)

ReadFile reads JAR file and parses manifest file

func (Manifest) GetDependencies

func (mf Manifest) GetDependencies() []Dependency

Jump to

Keyboard shortcuts

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