Package com.facebook.buck.step.fs
Class SymlinkPackPaths
- java.lang.Object
-
- com.facebook.buck.step.fs.SymlinkPackPaths
-
- All Implemented Interfaces:
SymlinkPaths
public class SymlinkPackPaths extends Object implements SymlinkPaths
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.step.fs.SymlinkPaths
SymlinkPaths.SymlinkConsumer
-
-
Constructor Summary
Constructors Constructor Description SymlinkPackPaths(com.google.common.collect.ImmutableList<SymlinkPaths> links)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
void
forEachSymlink(SymlinkPaths.SymlinkConsumer consumer)
Runconsumer
on all links.int
hashCode()
static SymlinkPaths
of(SymlinkPaths... links)
-
-
-
Constructor Detail
-
SymlinkPackPaths
public SymlinkPackPaths(com.google.common.collect.ImmutableList<SymlinkPaths> links)
-
-
Method Detail
-
of
public static SymlinkPaths of(SymlinkPaths... links)
-
forEachSymlink
public void forEachSymlink(SymlinkPaths.SymlinkConsumer consumer) throws IOException
Description copied from interface:SymlinkPaths
Runconsumer
on all links. Meant to be called byStep
s when actually creating the symlinks on disk.- Specified by:
forEachSymlink
in interfaceSymlinkPaths
- Throws:
IOException
-
-