Package org.aksw.commons.io.util.symlink
package org.aksw.commons.io.util.symlink
-
ClassDescriptionSymlink strategy that creates ordinary files whose content is the string representation of the target path being linked to.Symlink strategy based on the standard methods
Files.createSymbolicLink(Path, Path, java.nio.file.attribute.FileAttribute...)andFiles.readSymbolicLink(Path)