Uses of Enum Class
com.tailf.conf.ErrorVerbosity
Packages that use 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
Methods in com.tailf.conf that return ErrorVerbosityModifier 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.Methods in com.tailf.conf with parameters of type ErrorVerbosityModifier 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
Methods in com.tailf.dp that return ErrorVerbosityModifier 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 DpMethods in com.tailf.dp with parameters of type ErrorVerbosityModifier 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
Methods in com.tailf.ned that return ErrorVerbosityModifier 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 NedMuxMethods in com.tailf.ned with parameters of type ErrorVerbosityModifier 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