Interface StitchProcessor


public interface StitchProcessor
StitchProcessor represents processor that is used to transform files.
  • Method Details

    • getType

      String getType()
      Returns processor type.
      Returns:
      processor type as String.
    • getNamespaceName

      String getNamespaceName()
      Returns name of the namespace containing this processor.
      Returns:
      namespace name as String.
    • getParameters

      List<? extends StitchParameter> getParameters()
      Returns processors parameters.
      Returns:
      processor parameter as list of StitchParameter.
    • describeAsString

      String describeAsString()
      Returns processor description.
      Returns:
      processor description as String.