public class StylesheetTransformer extends DefaultTransformer
appendIndexToOutputFile, log, overwriteOutput| Constructor and Description |
|---|
StylesheetTransformer(boolean overwrite)
Constructor to set the flag to overwrite outputs.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
transform(URL url,
File outputDir,
String format,
String dataFile,
int index) |
List<File> |
transformAll(URL url,
File outputDir,
String format) |
transform, transform, transform, transform, transformAll, transformAllpublic StylesheetTransformer(boolean overwrite)
overwrite - Set to true to overwrite outputs, false otherwise.public List<File> transform(URL url, File outputDir, String format, String dataFile, int index) throws TransformException, URISyntaxException, Exception
transform in interface ProductTransformertransform in class DefaultTransformerTransformExceptionURISyntaxExceptionExceptionpublic List<File> transformAll(URL url, File outputDir, String format) throws TransformException, URISyntaxException, Exception
transformAll in interface ProductTransformertransformAll in class DefaultTransformerTransformExceptionURISyntaxExceptionExceptionCopyright © 2019. All rights reserved.