Class SymbolicLinkStrategyFile
java.lang.Object
org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- All Implemented Interfaces:
SymbolicLinkStrategy
Symlink strategy that creates ordinary files whose content is the string
representation of the target path being linked to.
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SymbolicLinkStrategyFilestatic SymbolicLinkStrategyFilevoidcreateSymbolicLink(Path link, Path target) booleanisSymbolicLink(Path path) readSymbolicLink(Path link)
-
Field Details
-
openOptions
-
-
Constructor Details
-
SymbolicLinkStrategyFile
-
-
Method Details
-
createDefault
-
createDsync
-
createSymbolicLink
- Specified by:
createSymbolicLinkin interfaceSymbolicLinkStrategy- Throws:
IOException
-
readSymbolicLink
- Specified by:
readSymbolicLinkin interfaceSymbolicLinkStrategy- Throws:
IOException
-
isSymbolicLink
- Specified by:
isSymbolicLinkin interfaceSymbolicLinkStrategy
-