package com.mozilla.grouperfish.batch.transforms; public interface TransformProvider { Transform get(String name); }