Uses of Enum
ch.qos.logback.core.util.ReentryGuardFactory.GuardType
Packages that use ReentryGuardFactory.GuardType
-
Uses of ReentryGuardFactory.GuardType in ch.qos.logback.core.util
Subclasses with type arguments of type ReentryGuardFactory.GuardType in ch.qos.logback.core.utilModifier and TypeClassDescriptionstatic enumTypes of guards that can be produced by this factory.Methods in ch.qos.logback.core.util that return ReentryGuardFactory.GuardTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ReentryGuardFactory.GuardType[]ReentryGuardFactory.GuardType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.util with parameters of type ReentryGuardFactory.GuardTypeModifier and TypeMethodDescriptionstatic ReentryGuardReentryGuardFactory.makeGuard(ReentryGuardFactory.GuardType guardType) Create aReentryGuardfor the givenReentryGuardFactory.GuardType.