Package com.logviewer.api
Interface LvFileAccessManager
- All Known Implementing Classes:
LvFileAccessManagerImpl
public interface LvFileAccessManager
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage(Path path) getRoots()booleanisDirectoryVisible(Path dir) booleanisFileVisible(Path path)
-
Method Details
-
isFileVisible
- Parameters:
path- File or directory to check,- Returns:
nullif user can read file, otherwise an error message.
-
isDirectoryVisible
-
errorMessage
-
getRoots
-