Package com.facebook.buck.step.fs
Class SymlinkDirPaths
- java.lang.Object
-
- com.facebook.buck.step.fs.SymlinkDirPaths
-
- All Implemented Interfaces:
SymlinkPaths
public class SymlinkDirPaths extends Object implements SymlinkPaths
ASymlinkPaths
symlinking all paths found under a givenSourcePath
directory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.step.fs.SymlinkPaths
SymlinkPaths.SymlinkConsumer
-
-
Constructor Summary
Constructors Constructor Description SymlinkDirPaths(Path directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEachSymlink(SymlinkPaths.SymlinkConsumer consumer)
Runconsumer
on all links.
-
-
-
Constructor Detail
-
SymlinkDirPaths
public SymlinkDirPaths(Path directory)
-
-
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
-
-