Uses of Interface
org.aksw.commons.io.util.symlink.SymbolicLinkStrategy
Packages that use SymbolicLinkStrategy
-
Uses of SymbolicLinkStrategy in org.aksw.commons.io.util
Methods in org.aksw.commons.io.util with parameters of type SymbolicLinkStrategyModifier and TypeMethodDescriptionstatic Collection<Path> SymLinkUtils.allocateSymbolicLink(SymbolicLinkStrategy symlinkStrategy, Path rawTarget, Path rawSourceFolder, Function<String, String> fileNameNormalizer, String prefix, String suffix) Within 'folder' create a link to 'file' with name 'baseName' if it does not yet exist.static Collection<Path> SymLinkUtils.allocateSymbolicLink(SymbolicLinkStrategy symlinkStrategy, Path rawTarget, Path rawSourceFolder, Function<String, String> fileNameNormalizer, String prefix, String suffix, ThrowingBiFunction<Path, Path, Path> tgtAndContentToFile) SymLinkUtils.readSymbolicLinks(SymbolicLinkStrategy symlinkStrategy, Path sourceFolder, Function<String, String> filenameNormalizer, String prefix, String suffix) Within 'sourceFolder' read all symbolic links with the pattern 'baseName${number}' and return a map with their targets.SymLinkUtils.streamSymbolicLinks(SymbolicLinkStrategy symlinkStrategy, Function<String, String> fileNameHarmonizer, String prefix, String suffix) -
Uses of SymbolicLinkStrategy in org.aksw.commons.io.util.symlink
Classes in org.aksw.commons.io.util.symlink that implement SymbolicLinkStrategyModifier and TypeClassDescriptionclassSymlink strategy that creates ordinary files whose content is the string representation of the target path being linked to.classSymlink strategy based on the standard methodsFiles.createSymbolicLink(Path, Path, java.nio.file.attribute.FileAttribute...)andFiles.readSymbolicLink(Path)Fields in org.aksw.commons.io.util.symlink declared as SymbolicLinkStrategyModifier and TypeFieldDescriptionstatic final SymbolicLinkStrategySymbolicLinkStrategies.FILEstatic final SymbolicLinkStrategySymbolicLinkStrategies.FILE_DYSNCstatic final SymbolicLinkStrategySymbolicLinkStrategies.STANDARD