Uses of Enum Class
com.tailf.conf.ErrorVerbosity
Package
Description
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Network Equipment Drivers package
-
Uses of ErrorVerbosity in com.tailf.conf
Modifier and TypeMethodDescriptionstatic ErrorVerbosity
ErrorMessageFormatter.getDefaultErrorVerbosity()
Get the default verbosity level for reported errors This governs error verbosity for all Formatters which has not specifically set their local verbosity level withErrorMessageFormatter.setErrorVerbosity(ErrorVerbosity)
ErrorMessageFormatter.getErrorVerbosity()
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this Formatterstatic ErrorVerbosity
ErrorVerbosity.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.static ErrorVerbosity
Returns the enum constant of this class with the specified name.static ErrorVerbosity[]
ErrorVerbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
ErrorMessageFormatter.setDefaultErrorVerbosity
(ErrorVerbosity verbosity) Set the default verbosity level for reported errors This governs error verbosity for all Formatters which has not specifically set their local verbosity level withErrorMessageFormatter.setErrorVerbosity(ErrorVerbosity)
void
ErrorMessageFormatter.setErrorVerbosity
(ErrorVerbosity verbosity) set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this Formatter -
Uses of ErrorVerbosity in com.tailf.dp
Modifier and TypeMethodDescriptionDp.getErrorVerbosity()
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this DpModifier and TypeMethodDescriptionvoid
Dp.setErrorVerbosity
(ErrorVerbosity verbosity) set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this Dp -
Uses of ErrorVerbosity in com.tailf.ned
Modifier and TypeMethodDescriptionNedMux.getErrorVerbosity()
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this NedMuxModifier and TypeMethodDescriptionvoid
NedMux.setErrorVerbosity
(ErrorVerbosity verbosity) set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this NedMux