Interface StitchProcessor


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

      • getType

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

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

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

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