Documentation ¶
Index ¶
Constants ¶
View Source
const Dependency string = "memory-calculator"
Dependency is a build plan dependency indicating a requirement for the Memory Calculator utility.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassCounter ¶
type ClassCounter struct {
// contains filtered or unexported fields
}
ClassCounter represents the class-counter helper application.
func NewClassCounter ¶
func NewClassCounter(build build.Build) ClassCounter
NewClassCounter creates a new ClassCounter instance.
func (ClassCounter) Contribute ¶
func (c ClassCounter) Contribute() error
Contributes makes the contribution to launch
type MemoryCalculator ¶
type MemoryCalculator struct {
// contains filtered or unexported fields
}
MemoryCalculator represents the memory calculator configuration for a JVM application.
func NewMemoryCalculator ¶
func NewMemoryCalculator(build build.Build) (MemoryCalculator, error)
NewMemoryCalculator creates a new MemoryCalculator instance.
func (MemoryCalculator) Contribute ¶
func (m MemoryCalculator) Contribute() error
Contribute makes the contribution to launch
Click to show internal directories.
Click to hide internal directories.