Uses of Class
echo.parameter.OutputLevelType
-
Packages that use OutputLevelType Package Description echo.output echo.parameter -
-
Uses of OutputLevelType in echo.output
Fields in echo.output declared as OutputLevelType Modifier and Type Field Description private OutputLevelType
EchoOutputWrapper. level
-
Uses of OutputLevelType in echo.parameter
Fields in echo.parameter declared as OutputLevelType Modifier and Type Field Description private OutputLevelType
PluginParameters. level
private OutputLevelType
PluginParametersBuilder. level
Methods in echo.parameter that return OutputLevelType Modifier and Type Method Description (package private) static OutputLevelType
OutputLevelType. fromString(java.lang.String level)
Converts a string to the corresponding contextOutputLevelType
PluginParameters. getLevel()
static OutputLevelType
OutputLevelType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutputLevelType[]
OutputLevelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in echo.parameter with parameters of type OutputLevelType Constructor Description PluginParameters(java.lang.String message, java.lang.String fromFile, java.io.File basePath, java.lang.String toFile, boolean appendToFile, boolean force, OutputLevelType level, java.lang.String encoding, LineSeparator lineSeparator, boolean characterOutput)
Creates an instance of PluginParameters with user-supplied plugin parameters
-