Package echo.parameter
Class PluginParameters
java.lang.Object
echo.parameter.PluginParameters
Contains all parameters that are sent to the plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final File
private final boolean
private final String
private final boolean
private final String
private final OutputLevelType
private final LineSeparator
private final String
private final String
-
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
-
Field Details
-
message
-
fromFile
-
basePath
-
toFile
-
appendToFile
private final boolean appendToFile -
force
private final boolean force -
level
-
encoding
-
lineSeparator
-
characterOutput
private final boolean characterOutput
-
-
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()
-