Class PluginParameters

java.lang.Object
echo.parameter.PluginParameters

public class PluginParameters extends Object
Contains all parameters that are sent to the plugin
  • 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

      public String getMessage()
    • getFromFile

      public String getFromFile()
    • getBasePath

      public File getBasePath()
    • getToFile

      public String getToFile()
    • isAppendToFile

      public boolean isAppendToFile()
    • isForce

      public boolean isForce()
    • getLevel

      public OutputLevelType getLevel()
    • getEncoding

      public String getEncoding()
    • getLineSeparator

      public LineSeparator getLineSeparator()
    • isCharacterOutput

      public boolean isCharacterOutput()