Package | Description |
---|---|
org.openjdk.jmc.flightrecorder |
Modifier and Type | Method and Description |
---|---|
static RecordingPrinter.Verbosity |
RecordingPrinter.Verbosity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingPrinter.Verbosity[] |
RecordingPrinter.Verbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RecordingPrinter(PrintWriter output,
RecordingPrinter.Verbosity verbosity,
boolean formatValues) |
RecordingPrinter(PrintWriter output,
RecordingPrinter.Verbosity verbosity,
boolean formatValues,
IOnLoadFilter recordingFilter) |
Copyright © 2019. All rights reserved.