Package com.facebook.buck.step.fs
Interface SymlinkPaths.SymlinkConsumer
-
- Enclosing interface:
- SymlinkPaths
public static interface SymlinkPaths.SymlinkConsumer
Functional interface called above on all symlinks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Path dst, Path src)
-
-
-
Method Detail
-
accept
void accept(Path dst, Path src) throws IOException
- Throws:
IOException
-
-