Uses of Class
de.mirkosertic.flightrecorderstarter.configuration.FlightRecorderDynamicConfiguration.CleanupType
-
Packages that use FlightRecorderDynamicConfiguration.CleanupType Package Description de.mirkosertic.flightrecorderstarter.configuration -
-
Uses of FlightRecorderDynamicConfiguration.CleanupType in de.mirkosertic.flightrecorderstarter.configuration
Methods in de.mirkosertic.flightrecorderstarter.configuration that return FlightRecorderDynamicConfiguration.CleanupType Modifier and Type Method Description FlightRecorderDynamicConfiguration.CleanupTypeFlightRecorderDynamicConfiguration. getRecordingCleanupType()static FlightRecorderDynamicConfiguration.CleanupTypeFlightRecorderDynamicConfiguration.CleanupType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlightRecorderDynamicConfiguration.CleanupType[]FlightRecorderDynamicConfiguration.CleanupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-