Class GeneralSymlinkCreator
- java.lang.Object
-
- com.uber.okbuck.core.util.symlinks.GeneralSymlinkCreator
-
- All Implemented Interfaces:
SymlinkCreator
public class GeneralSymlinkCreator extends java.lang.Object implements SymlinkCreator
-
-
Constructor Summary
Constructors Constructor Description GeneralSymlinkCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateSymbolicLink(java.nio.file.Path symlink, java.nio.file.Path target)
-
-
-
Method Detail
-
createSymbolicLink
public void createSymbolicLink(java.nio.file.Path symlink, java.nio.file.Path target) throws java.io.IOException- Specified by:
createSymbolicLinkin interfaceSymlinkCreator- Throws:
java.io.IOException
-
-