Interface TransformTaskMatcher


public interface TransformTaskMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(String transformId)
     
    boolean
    match(Collection<String> transformIds)
     
  • Method Details