public class FileOutputMappers extends Object
FileOutputMapper
.Modifier and Type | Method and Description |
---|---|
static FileOutputMapper |
fold(String path) |
static FileOutputMapper |
fold(String path,
String prefix) |
static FileOutputMapper |
fold(String path,
String prefix,
String suffix)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
sibFiles()
Get a
FileOutputMapper instance that maps output to the same
directory as the source with a veraPDF_ prefix |
static FileOutputMapper |
sibFiles(String prefix)
Get a
FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix |
static FileOutputMapper |
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 |
subFold(String relativePath)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
subFold(String relativePath,
String prefix)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
subFold(String relativePath,
String prefix,
String suffix)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
toRelativeDest(Path src,
Path dest) |
static FileOutputMapper |
toRelativeDest(Path src,
Path dest,
String prefix) |
static FileOutputMapper |
toRelativeDest(Path src,
Path dest,
String prefix,
String suffix) |
static FileOutputMapper |
verFold(String path) |
static FileOutputMapper |
verFold(String path,
String prefix) |
static FileOutputMapper |
verFold(String path,
String prefix,
String suffix)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
verSibFiles()
Get a
FileOutputMapper instance that maps output to the same
directory as the source with a veraPDF_ prefix |
static FileOutputMapper |
verSibFiles(String prefix)
Get a
FileOutputMapper instance that maps output to the same
directory as the source with the requested prefix |
static FileOutputMapper |
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 |
verSubFold(String relativePath)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
verSubFold(String relativePath,
String prefix)
Maps to a relative subfolder of the original with no prefix or suffix
|
static FileOutputMapper |
verSubFold(String relativePath,
String prefix,
String suffix)
Maps to a relative subfolder of the original with no prefix or suffix
|
public static final FileOutputMapper sibFiles()
FileOutputMapper
instance that maps output to the same
directory as the source with a veraPDF_ prefixpublic static final FileOutputMapper verSibFiles()
FileOutputMapper
instance that maps output to the same
directory as the source with a veraPDF_ prefixpublic static final FileOutputMapper sibFiles(String prefix)
FileOutputMapper
instance that maps output to the same
directory as the source with the requested prefixprefix
- the requested prefix, can not be null or emptypublic static final FileOutputMapper verSibFiles(String prefix)
FileOutputMapper
instance that maps output to the same
directory as the source with the requested prefixprefix
- the requested prefix, can not be null or emptypublic static final FileOutputMapper sibFiles(String prefix, String suffix)
FileOutputMapper
instance that maps output to the same
directory as the source with the requested prefix and suffixprefix
- the prefix for generated files, can not be null or emptysuffix
- the suffix for generated files, can not be nullpublic static final FileOutputMapper verSibFiles(String prefix, String suffix)
FileOutputMapper
instance that maps output to the same
directory as the source with the requested prefix and suffixprefix
- the prefix for generated files, can not be null or emptysuffix
- the suffix for generated files, can not be nullpublic static final FileOutputMapper subFold(String relativePath)
relativePath
- the relative path to the results folder from the original
source file location, can not be null or emptypublic static final FileOutputMapper verSubFold(String relativePath)
relativePath
- the relative path to the results folder from the original
source file location, can not be null or emptypublic static final FileOutputMapper subFold(String relativePath, String prefix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptypublic static final FileOutputMapper verSubFold(String relativePath, String prefix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptypublic static final FileOutputMapper subFold(String relativePath, String prefix, String suffix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptypublic static final FileOutputMapper verSubFold(String relativePath, String prefix, String suffix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptypublic static final FileOutputMapper toRelativeDest(Path src, Path dest)
public static final FileOutputMapper toRelativeDest(Path src, Path dest, String prefix)
public static final FileOutputMapper toRelativeDest(Path src, Path dest, String prefix, String suffix)
public static final FileOutputMapper fold(String path)
public static final FileOutputMapper verFold(String path)
public static final FileOutputMapper fold(String path, String prefix)
public static final FileOutputMapper verFold(String path, String prefix)
public static final FileOutputMapper fold(String path, String prefix, String suffix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptypublic static final FileOutputMapper verFold(String path, String prefix, String suffix)
relativePath
- the relative path to the results folder from the original
source file locationprefix
- the prefix for generated files, can not be null or emptyCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.