public class SymlinkMapsPaths extends Object implements SymlinkPaths
SymlinkPaths.SymlinkConsumer
Constructor and Description |
---|
SymlinkMapsPaths(com.google.common.collect.ImmutableMap<Path,Path> links) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
forEachSymlink(SymlinkPaths.SymlinkConsumer consumer)
Run
consumer on all links. |
int |
hashCode() |
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