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