| Package | Description |
|---|---|
| gw.fs | |
| gw.fs.jar | |
| gw.fs.physical | |
| gw.fs.physical.fast | |
| gw.fs.physical.generic | |
| gw.fs.physical.win32 | |
| gw.fs.url |
| Modifier and Type | Field and Description |
|---|---|
protected ResourcePath |
ResourcePath._parent |
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
ResourcePath.getParent()
Returns the parent of this resource path.
|
ResourcePath |
IResource.getPath() |
ResourcePath |
DelegateDirectory.getPath() |
ResourcePath |
ResourcePath.join(String otherPath)
Takes the specified path fragment and joins it with this ResourcePath to create a new ResourcePath.
|
static ResourcePath |
ResourcePath.parse(String pathString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourcePath.isChild(ResourcePath path) |
boolean |
ResourcePath.isDescendant(ResourcePath path) |
String |
ResourcePath.relativePath(ResourcePath other) |
String |
ResourcePath.relativePath(ResourcePath other,
String separator) |
| Constructor and Description |
|---|
ResourcePath(ResourcePath parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
JarEntryResourceImpl.getPath() |
ResourcePath |
JarFileDirectoryImpl.getPath() |
| Modifier and Type | Field and Description |
|---|---|
protected ResourcePath |
PhysicalResourceImpl._path |
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
PhysicalResourceImpl.getPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
IPhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
void |
FullCachingPhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
void |
FuzzyTimestampCachingPhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
boolean |
IPhysicalFileSystem.delete(ResourcePath filePath) |
boolean |
AbstractCachingPhysicalFileSystem.delete(ResourcePath filePath) |
boolean |
IPhysicalFileSystem.exists(ResourcePath filePath) |
boolean |
AbstractCachingPhysicalFileSystem.exists(ResourcePath resourcePath) |
IFileMetadata |
IPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
IFileMetadata |
FullCachingPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
IFileMetadata |
FuzzyTimestampCachingPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
List<? extends IFileMetadata> |
IPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
List<? extends IFileMetadata> |
FullCachingPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
List<? extends IFileMetadata> |
FuzzyTimestampCachingPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
boolean |
IPhysicalFileSystem.mkdir(ResourcePath dirPath) |
boolean |
AbstractCachingPhysicalFileSystem.mkdir(ResourcePath dirPath) |
| Constructor and Description |
|---|
PhysicalDirectoryImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
PhysicalFileImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
PhysicalResourceImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
FastPhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
boolean |
FastPhysicalFileSystem.delete(ResourcePath filePath) |
boolean |
FastPhysicalFileSystem.exists(ResourcePath filePath) |
IFileMetadata |
FastPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
List<? extends IFileMetadata> |
FastPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
boolean |
FastPhysicalFileSystem.mkdir(ResourcePath dirPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericPhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
boolean |
GenericPhysicalFileSystem.delete(ResourcePath filePath) |
boolean |
GenericPhysicalFileSystem.exists(ResourcePath filePath) |
IFileMetadata |
GenericPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
List<? extends IFileMetadata> |
GenericPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
boolean |
GenericPhysicalFileSystem.mkdir(ResourcePath dirPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
Win32PhysicalFileSystem.clearDirectoryCaches(ResourcePath dirPath) |
boolean |
Win32PhysicalFileSystem.delete(ResourcePath filePath) |
boolean |
Win32PhysicalFileSystem.exists(ResourcePath filePath) |
IFileMetadata |
Win32PhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
List<? extends IFileMetadata> |
Win32PhysicalFileSystem.listFiles(ResourcePath directoryPath) |
boolean |
Win32PhysicalFileSystem.mkdir(ResourcePath dirPath) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePath |
URLFileImpl.getPath() |
Copyright © 2022. All rights reserved.