classpath

package
v0.0.0-...-8960b5b Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsBootClassPath

func IsBootClassPath(entry Entry) bool

Types

type ClassPath

type ClassPath struct {
	CompositeEntry
}

func Parse

func Parse(cpOption string) *ClassPath

func (*ClassPath) ReadClass

func (self *ClassPath) ReadClass(className string) (Entry, []byte, error)

className: fully/qualified/ClassName

func (*ClassPath) String

func (self *ClassPath) String() string

type CompositeEntry

type CompositeEntry struct {
	// contains filtered or unexported fields
}

func (*CompositeEntry) String

func (self *CompositeEntry) String() string

type DirEntry

type DirEntry struct {
	// contains filtered or unexported fields
}

func (*DirEntry) String

func (self *DirEntry) String() string

type Entry

type Entry interface {
	String() string
	// contains filtered or unexported methods
}

type WildcardEntry

type WildcardEntry struct {
	CompositeEntry
}

type ZipEntry

type ZipEntry struct {
	// contains filtered or unexported fields
}

func (*ZipEntry) String

func (self *ZipEntry) String() string

Jump to

Keyboard shortcuts

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