Interface StitchProcessor
public interface StitchProcessor
StitchProcessor represents processor that is used to transform files.
-
Method Summary
Modifier and TypeMethodDescriptionReturns processor description.Returns name of the namespace containing this processor.List<? extends StitchParameter>Returns processors parameters.getType()Returns processor type.
-
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.
-