Package org.aksw.commons.io.util.symlink
Interface SymbolicLinkStrategy
- All Known Implementing Classes:
SymbolicLinkStrategyFile,SymbolicLinkStrategyStandard
public interface SymbolicLinkStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSymbolicLink(Path link, Path target) booleanisSymbolicLink(Path path) readSymbolicLink(Path link)
-
Method Details
-
isSymbolicLink
-
createSymbolicLink
- Throws:
IOException
-
readSymbolicLink
- Throws:
IOException
-