| Package | Description | 
|---|---|
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| com.tailf.dp | 
 Data provider API package, for implementation of callbacks for validations, actions, transformation etc. 
 | 
| com.tailf.ned | 
 Network Equipment Drivers package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static 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 with
  
ErrorMessageFormatter.setErrorVerbosity(ErrorVerbosity) | 
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 Formatter 
 | 
static ErrorVerbosity | 
ErrorVerbosity.valueOf(int ordinal)  | 
static ErrorVerbosity | 
ErrorVerbosity.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ErrorVerbosity[] | 
ErrorVerbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static 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 with
  
ErrorMessageFormatter.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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorVerbosity | 
Dp.getErrorVerbosity()
Get the local verbosity level for reported errors
 If this verbosity is null the the default level governs the error
 verbosity of this Dp 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorVerbosity | 
NedMux.getErrorVerbosity()
Get the local verbosity level for reported errors
 If this verbosity is null the the default level governs the error
 verbosity of this NedMux 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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 
 |