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 OutputLevelTypeEchoOutputWrapper. level -
Uses of OutputLevelType in echo.parameter
Fields in echo.parameter declared as OutputLevelType Modifier and Type Field Description private OutputLevelTypePluginParameters. levelprivate OutputLevelTypePluginParametersBuilder. levelMethods in echo.parameter that return OutputLevelType Modifier and Type Method Description (package private) static OutputLevelTypeOutputLevelType. fromString(java.lang.String level)Converts a string to the corresponding contextOutputLevelTypePluginParameters. getLevel()static OutputLevelTypeOutputLevelType. 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
-