public interface SymbolicLinkInterface
Optional interface that a filesystem driver can implement to indicate that symbolic links are supported.
Modifier and Type | Method and Description |
---|---|
boolean |
hasSymbolicLinksEnabled(SrvSession sess,
TreeConnection tree)
Determine if symbolic links are enabled
|
String |
readSymbolicLink(SrvSession sess,
TreeConnection tree,
String path)
Read the link data for a symbolic link
|
boolean hasSymbolicLinksEnabled(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionString readSymbolicLink(SrvSession sess, TreeConnection tree, String path) throws AccessDeniedException, FileNotFoundException
sess
- SrvSessiontree
- TreeConnectionpath
- StringAccessDeniedException
FileNotFoundException
Copyright © 2005–2017 Alfresco Software. All rights reserved.