public interface FileOutputMapper
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
String |
getSuffix() |
File |
mapFile(File orig)
Map an original source file to an output file using the getPrefix() as
the file name prefix and get suffix as the suffix.
|
String getPrefix()
String getSuffix()
File mapFile(File orig) throws VeraPDFException
orig - File object for the mapped file.VeraPDFException - if there's a problem creating the mapped fileCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.