Uses of Enum Class
echo.parameter.OutputLevelType
Packages that use OutputLevelType
-
Uses of OutputLevelType in echo.parameter
Subclasses with type arguments of type OutputLevelType in echo.parameterModifier and TypeClassDescriptionenumDefines the different levels a message can be output to.Methods in echo.parameter that return OutputLevelTypeModifier and TypeMethodDescriptionPluginParameters.getLevel()static OutputLevelTypeReturns 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