static FileOutputMapper |
FileOutputMappers.fold(String path) |
|
static FileOutputMapper |
FileOutputMappers.fold(String path,
String prefix) |
|
static FileOutputMapper |
FileOutputMappers.fold(String path,
String prefix,
String suffix) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.sibFiles() |
Get a FileOutputMapper instance that maps output to the same
directory as the source with a veraPDF_ prefix
|
static FileOutputMapper |
FileOutputMappers.sibFiles(String prefix) |
Get a FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix
|
static FileOutputMapper |
FileOutputMappers.sibFiles(String prefix,
String suffix) |
Get a FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix and suffix
|
static FileOutputMapper |
FileOutputMappers.subFold(String relativePath) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.subFold(String relativePath,
String prefix) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.subFold(String relativePath,
String prefix,
String suffix) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.toRelativeDest(Path src,
Path dest) |
|
static FileOutputMapper |
FileOutputMappers.toRelativeDest(Path src,
Path dest,
String prefix) |
|
static FileOutputMapper |
FileOutputMappers.toRelativeDest(Path src,
Path dest,
String prefix,
String suffix) |
|
static FileOutputMapper |
FileOutputMappers.verFold(String path) |
|
static FileOutputMapper |
FileOutputMappers.verFold(String path,
String prefix) |
|
static FileOutputMapper |
FileOutputMappers.verFold(String path,
String prefix,
String suffix) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.verSibFiles() |
Get a FileOutputMapper instance that maps output to the same
directory as the source with a veraPDF_ prefix
|
static FileOutputMapper |
FileOutputMappers.verSibFiles(String prefix) |
Get a FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix
|
static FileOutputMapper |
FileOutputMappers.verSibFiles(String prefix,
String suffix) |
Get a FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix and suffix
|
static FileOutputMapper |
FileOutputMappers.verSubFold(String relativePath) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.verSubFold(String relativePath,
String prefix) |
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
FileOutputMappers.verSubFold(String relativePath,
String prefix,
String suffix) |
Maps to a relative subfolder of the original with no prefix or suffix
|