Package com.logviewer.api
Interface LvFileNavigationManager
- All Known Implementing Classes:
LvFileNavigationManagerImpl
public interface LvFileNavigationManager
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getChildren
@NonNull List<LvFileNavigationManager.LvFsItem> getChildren(@Nullable Path path) throws SecurityException, IOException - Parameters:
path- Directory to list ornull.- Throws:
SecurityExceptionIOException
-
getDefaultDirectory
-