Constant Field Values
Contents
echo.*
-
echo.HelpMojo Modifier and Type Constant Field Value private static final int
DEFAULT_LINE_LENGTH
80
private static final java.lang.String
PLUGIN_HELP_PATH
"/META-INF/maven/com.github.ekryd.echo-maven-plugin/echo-maven-plugin/plugin-help.xml"
echo.exception.*
-
echo.exception.FailureException Modifier and Type Constant Field Value public static final java.lang.String
UNSUPPORTED_ENCODING
"Unsupported encoding: "
echo.output.*
-
echo.output.NewlineFormatter Modifier and Type Constant Field Value private static final java.lang.String
NEWLINES_REG_EX
"\\r\\n|\\r|\\n"
echo.parameter.*
-
echo.parameter.OutputLevelType Modifier and Type Constant Field Value private static final java.lang.String
ERROR_LEVEL_MSG
"level must be either FAIL, ERROR, WARNING, INFO or DEBUG."
echo.util.*
-
echo.util.FileUtil Modifier and Type Constant Field Value private static final java.lang.String
READING_INPUT_FROM
"Reading input from "