classpath

package
v0.0.0-...-24984ab Latest Latest
Warning

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

Go to latest
Published: May 2, 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 string, cpOption string) *Classpath

func (*Classpath) ReadClass

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

func (*Classpath) String

func (classpath *Classpath) String() string

type CompositeEntry

type CompositeEntry []Entry

func (CompositeEntry) ReadClass

func (compositeEntry CompositeEntry) ReadClass(className string) ([]byte, Entry, error)

func (CompositeEntry) String

func (compositeEntry CompositeEntry) String() string

type DirEntry

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

func (*DirEntry) ReadClass

func (dirEntry *DirEntry) ReadClass(className string) ([]byte, Entry, error)

func (*DirEntry) String

func (dirEntry *DirEntry) String() string

type Entry

type Entry interface {
	ReadClass(className string) ([]byte, Entry, error)
	String() string
}

type ZipEntry

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

func (*ZipEntry) ReadClass

func (zipEntry *ZipEntry) ReadClass(className string) ([]byte, Entry, error)

func (*ZipEntry) String

func (zipEntry *ZipEntry) String() string

Jump to

Keyboard shortcuts

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