@Deprecated public interface SAINTTransformer extends Transformer<java.lang.String[]>
Transformer for transforming resources
in preparation for export to SAINT. The interface uses the String[] type.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getHeader(Resource resource)
Deprecated.
Returns a String[] of header keys from a
resource. |
transformjava.lang.String[] getHeader(Resource resource)
resource. The first
value will be 'Key' as defined by SAINT. The other values are
non-namespace property names of the resource. Please note that
the Transformer.transform(Resource) method needs to return its values
in the exact same order as defined in the header.resource - Resource to get header from."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"