Uses of Enum Class
org.apache.juneau.Enablement
Packages that use Enablement
Package
Description
REST Server API
REST Logging API
-
Uses of Enablement in org.apache.juneau
Methods in org.apache.juneau that return EnablementModifier and TypeMethodDescriptionstatic Enablement
Enablement.fromString
(String s) Retrieves this enum using case-insensitive matching.static Enablement
Returns the enum constant of this class with the specified name.static Enablement[]
Enablement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau with parameters of type EnablementModifier and TypeMethodDescriptionboolean
Enablement.isOneOf
(Enablement... values) Returnstrue if this enum is one of the specified values. -
Uses of Enablement in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type EnablementModifier and TypeMethodDescriptionRestOpContext.Builder.debug
(Enablement value) Debug mode.RestContext.Builder.debugDefault
(Enablement value) Sets the debug default value. -
Uses of Enablement in org.apache.juneau.rest.debug
Methods in org.apache.juneau.rest.debug with parameters of type EnablementModifier and TypeMethodDescriptionDebugEnablement.Builder.defaultEnable
(Enablement value) Specifies the default debug enablement setting if not overridden per class/method.DebugEnablement.Builder.enable
(Enablement enablement, Class<?>... classes) Enables or disables debug on the specified classes.DebugEnablement.Builder.enable
(Enablement enablement, String... keys) Enables or disables debug on the specified classes and/or methods. -
Uses of Enablement in org.apache.juneau.rest.logger
Methods in org.apache.juneau.rest.logger that return EnablementModifier and TypeMethodDescriptionCallLoggerRule.getEnabled()
Returns the enablement flag value on this rule.Methods in org.apache.juneau.rest.logger with parameters of type EnablementModifier and TypeMethodDescriptionCallLogger.Builder.enabled
(Enablement value) Specifies the default logging enablement setting.CallLoggerRule.Builder.enabled
(Enablement value) Specifies whether logging is enabled when using this rule.