Class PluginParameters
java.lang.Object
echo.parameter.PluginParameters
Contains all parameters that are sent to the plugin
-
Constructor Summary
ConstructorsConstructorDescriptionPluginParameters(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 -
Method Summary
-
Constructor Details
-
PluginParameters
public PluginParameters(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
-
-
Method Details
-
getMessage
-
getFromFile
-
getBasePath
-
getToFile
-
isAppendToFile
public boolean isAppendToFile() -
isForce
public boolean isForce() -
getLevel
-
getEncoding
-
getLineSeparator
-
isCharacterOutput
public boolean isCharacterOutput()
-