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
SymlinkPathsconsumer on all links. Meant to be called by Steps
when actually creating the symlinks on disk.forEachSymlink in interface SymlinkPathsIOException