classpath

package
v0.0.0-...-cd00e9d Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

*

  • @author XieKong
  • @date 2019/7/1 14:37

*

  • @author XieKong
  • @date 2019/7/1 13:34

*

  • @author XieKong
  • @date 2019/7/1 10:54

*

  • @author XieKong
  • @date 2019/6/28 18:05

*

  • @author XieKong
  • @date 2019/7/1 14:20

*

  • @author XieKong
  • @date 2019/7/1 11:16

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) LoadClass

func (c *Classpath) LoadClass(className string) ([]byte, Entry, error)

func (*Classpath) String

func (c *Classpath) String() string

type CompositeEntry

type CompositeEntry []Entry

func (CompositeEntry) String

func (c CompositeEntry) String() string

type DirEntry

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

func (*DirEntry) String

func (d *DirEntry) String() string

type Entry

type Entry interface {

	// toString
	String() string
	// contains filtered or unexported methods
}

type ZipEntry

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

func (*ZipEntry) String

func (z *ZipEntry) String() string

Jump to

Keyboard shortcuts

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