Interface StitchParameter


public interface StitchParameter
StitchParameter represents one parameter that processor can have.
  • Method Details

    • getName

      String getName()
      Returns parameters name.
      Returns:
      name of a parameter as String.
    • getValue

      String getValue()
      Returns parameters value.
      Returns:
      parameter value as String.
    • getFileContent

      Optional<String> getFileContent()
      Returns parameters value from external file.
      Returns:
      associated file content if value is stored in external file (not inline).