Uses of Enum Class
echo.parameter.OutputLevelType
Packages that use OutputLevelType
-
Uses of OutputLevelType in echo.output
Fields in echo.output declared as OutputLevelType -
Uses of OutputLevelType in echo.parameter
Fields in echo.parameter declared as OutputLevelTypeModifier and TypeFieldDescriptionprivate final OutputLevelType
PluginParameters.level
private OutputLevelType
PluginParametersBuilder.level
Methods in echo.parameter that return OutputLevelTypeModifier and TypeMethodDescription(package private) static OutputLevelType
OutputLevelType.fromString
(String level) Converts a string to the corresponding contextPluginParameters.getLevel()
static OutputLevelType
Returns the enum constant of this class with the specified name.static OutputLevelType[]
OutputLevelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in echo.parameter with parameters of type OutputLevelTypeModifierConstructorDescriptionPluginParameters
(String message, String fromFile, File basePath, String toFile, boolean appendToFile, boolean force, OutputLevelType level, String encoding, LineSeparator lineSeparator, boolean characterOutput) Creates an instance of PluginParameters with user-supplied plugin parameters