Package ddf.catalog.transform
Interface InputCollectionTransformer
public interface InputCollectionTransformer
-
Method Summary
Modifier and TypeMethodDescriptiontransform(InputStream inputStream, Map<String, Serializable> arguments) Transforms anInputStreaminto a list ofMetacards.
-
Method Details
-
transform
List<Metacard> transform(InputStream inputStream, Map<String, Serializable> arguments) throws CatalogTransformerExceptionTransforms anInputStreaminto a list ofMetacards.- Parameters:
inputStream- - theInputStreamto be transformedarguments- - the arguments that may be used to execute the transform- Returns:
- a list of
Metacards - Throws:
CatalogTransformerException- if the response cannot be transformed
-