public class ScoopFilesVisitor extends SimpleFileVisitor<Path>
| Constructor and Description |
|---|
ScoopFilesVisitor(Path baseDir,
BinaryPackageBuilder builder,
String targetPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConfPrefix() |
Set<String> |
getExecPrefix() |
Set<String> |
getIgnorePrefix() |
void |
setConfPrefix(Set<String> confPrefix) |
void |
setExecPrefix(Set<String> execPrefix) |
void |
setIgnorePrefix(Set<String> ignorePrefix) |
FileVisitResult |
visitFile(Path file,
BasicFileAttributes attrs) |
postVisitDirectory, preVisitDirectory, visitFileFailedpublic ScoopFilesVisitor(Path baseDir, BinaryPackageBuilder builder, String targetPrefix)
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
visitFile in interface FileVisitor<Path>visitFile in class SimpleFileVisitor<Path>IOException