Package org.cryptomator.cryptofs
Class Symlinks
- java.lang.Object
-
- org.cryptomator.cryptofs.Symlinks
-
@CryptoFileSystemScoped public class Symlinks extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateSymbolicLink(CryptoPath cleartextPath, Path target, FileAttribute<?>... attrs)CryptoPathreadSymbolicLink(CryptoPath cleartextPath)CryptoPathresolveRecursively(CryptoPath cleartextPath)
-
-
-
Method Detail
-
createSymbolicLink
public void createSymbolicLink(CryptoPath cleartextPath, Path target, FileAttribute<?>... attrs) throws IOException
- Throws:
IOException
-
readSymbolicLink
public CryptoPath readSymbolicLink(CryptoPath cleartextPath) throws IOException
- Throws:
IOException
-
resolveRecursively
public CryptoPath resolveRecursively(CryptoPath cleartextPath) throws IOException
- Throws:
IOException
-
-