public interface SymlinkPaths
SymlinkTreeMergeStep.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SymlinkPaths.SymlinkConsumer
Functional interface called above on all symlinks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forEachSymlink(SymlinkPaths.SymlinkConsumer consumer)
Run
consumer on all links. |
void forEachSymlink(SymlinkPaths.SymlinkConsumer consumer) throws IOException
consumer on all links. Meant to be called by Steps
when actually creating the symlinks on disk.IOException