Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct {
Version ByteCodeVersion
Entries []Entry
}
type BucketsByCount ¶
type BucketsByCount []*Bucket
func (BucketsByCount) Len ¶
func (a BucketsByCount) Len() int
func (BucketsByCount) Less ¶
func (a BucketsByCount) Less(i, j int) bool
func (BucketsByCount) Swap ¶
func (a BucketsByCount) Swap(i, j int)
type ByteCodeVersion ¶
func (ByteCodeVersion) JavaVersion ¶
func (v ByteCodeVersion) JavaVersion() string
func (ByteCodeVersion) String ¶
func (v ByteCodeVersion) String() string
type Entry ¶
type Entry struct {
Path string
Version ByteCodeVersion
}
Click to show internal directories.
Click to hide internal directories.