|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ManagedFile | |
|---|---|
| org.lobobrowser.io |
Contains the ManagedStore interface, which is a per-host file
system abstraction for secure and limited access to local storage by code
served over the web. |
| Uses of ManagedFile in org.lobobrowser.io |
|---|
| Methods in org.lobobrowser.io that return ManagedFile | |
|---|---|
ManagedFile |
ManagedStore.getManagedFile(ManagedFile parent,
java.lang.String relativePath)
Gets a ManagedFile relative to a given parent. |
ManagedFile |
ManagedStore.getManagedFile(java.lang.String path)
Gets a ManagedFile instance for the given managed path. |
ManagedFile |
ManagedFile.getParent()
|
ManagedFile |
ManagedStore.getRootManagedDirectory()
Gets the top-level directory of the managed store. |
ManagedFile[] |
ManagedFile.listFiles()
|
ManagedFile[] |
ManagedFile.listFiles(ManagedFileFilter filter)
|
| Methods in org.lobobrowser.io with parameters of type ManagedFile | |
|---|---|
boolean |
ManagedFileFilter.accept(ManagedFile file)
|
ManagedFile |
ManagedStore.getManagedFile(ManagedFile parent,
java.lang.String relativePath)
Gets a ManagedFile relative to a given parent. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||