classpath

package
v0.0.0-...-6774e02 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Classpath

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

func Parse

func Parse(jreOption, cpOption string) *Classpath

func (*Classpath) ReadClass

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

className: fully/qualified/ClassName

func (*Classpath) String

func (self *Classpath) String() string

type CompositeEntry

type CompositeEntry []Entry

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 ZipEntry

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

func (*ZipEntry) String

func (self *ZipEntry) String() string

type ZipEntry2

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

func (*ZipEntry2) String

func (self *ZipEntry2) String() string

Jump to

Keyboard shortcuts

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