Package com.facebook.buck.step.fs
Class SymlinkMapsPaths
- java.lang.Object
-
- com.facebook.buck.step.fs.SymlinkMapsPaths
-
- All Implemented Interfaces:
SymlinkPaths
public class SymlinkMapsPaths 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 SymlinkMapsPaths(com.google.common.collect.ImmutableMap<Path,Path> links)
-
Method Summary
All 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()
-
-
-
Method Detail
-
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
-
-