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
|
java.lang.String |
readSymbolicLink(SrvSession sess,
TreeConnection tree,
java.lang.String path)
Read the link data for a symbolic link
|
boolean hasSymbolicLinksEnabled(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionjava.lang.String readSymbolicLink(SrvSession sess, TreeConnection tree, java.lang.String path) throws AccessDeniedException, java.io.FileNotFoundException
sess
- SrvSessiontree
- TreeConnectionpath
- StringAccessDeniedException
java.io.FileNotFoundException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.