public class SymlinkDirPaths extends Object implements SymlinkPaths
SymlinkPaths
symlinking all paths found under a given SourcePath
directory.SymlinkPaths.SymlinkConsumer
Constructor and Description |
---|
SymlinkDirPaths(Path directory) |
Modifier and Type | Method and Description |
---|---|
void |
forEachSymlink(SymlinkPaths.SymlinkConsumer consumer)
Run
consumer on all links. |
public SymlinkDirPaths(Path directory)
public void forEachSymlink(SymlinkPaths.SymlinkConsumer consumer) throws IOException
SymlinkPaths
consumer
on all links. Meant to be called by Step
s
when actually creating the symlinks on disk.forEachSymlink
in interface SymlinkPaths
IOException