| Package | Description |
|---|---|
| org.verapdf.core.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleOutputDirMapper |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.