Package | Description |
---|---|
org.refcodes.filesystem | |
org.refcodes.filesystem.impls |
Modifier and Type | Method and Description |
---|---|
FileHandle |
FileSystem.getFileHandle(String aKey)
Gets a file (handle) with the given key from the file system.
|
FileHandle |
FileSystem.getFileHandle(String aPath,
String aName)
Gets a file (handle) with the given path and name from the file system.
|
Modifier and Type | Method and Description |
---|---|
FileHandle |
InMemoryFileSystemImpl.getFileHandle(String aKey)
Gets a file (handle) with the given key from the file system.
|
FileHandle |
VirtualFileSystemWrapperImpl.getFileHandle(String aKey)
Gets a file (handle) with the given key from the file system.
|
FileHandle |
InMemoryFileSystemImpl.getFileHandle(String aPath,
String aName)
Gets a file (handle) with the given path and name from the file system.
|
FileHandle |
VirtualFileSystemWrapperImpl.getFileHandle(String aPath,
String aName)
Gets a file (handle) with the given path and name from the file system.
|
Copyright © 2015. All rights reserved.