Uses of Class
gw.fs.ResourcePath
-
Packages that use ResourcePath 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 -
-
Uses of ResourcePath in gw.fs
Fields in gw.fs declared as ResourcePath Modifier and Type Field Description protected ResourcePathResourcePath. _parentMethods in gw.fs that return ResourcePath Modifier and Type Method Description ResourcePathResourcePath. getParent()Returns the parent of this resource path.ResourcePathDelegateDirectory. getPath()ResourcePathIResource. getPath()ResourcePathResourcePath. join(String otherPath)Takes the specified path fragment and joins it with this ResourcePath to create a new ResourcePath.static ResourcePathResourcePath. parse(String pathString)Methods in gw.fs with parameters of type ResourcePath Modifier and Type Method Description booleanResourcePath. isChild(ResourcePath path)booleanResourcePath. isDescendant(ResourcePath path)StringResourcePath. relativePath(ResourcePath other)StringResourcePath. relativePath(ResourcePath other, String separator)Constructors in gw.fs with parameters of type ResourcePath Constructor Description ResourcePath(ResourcePath parent, String name) -
Uses of ResourcePath in gw.fs.jar
Methods in gw.fs.jar that return ResourcePath Modifier and Type Method Description ResourcePathJarEntryResourceImpl. getPath()ResourcePathJarFileDirectoryImpl. getPath() -
Uses of ResourcePath in gw.fs.physical
Fields in gw.fs.physical declared as ResourcePath Modifier and Type Field Description protected ResourcePathPhysicalResourceImpl. _pathMethods in gw.fs.physical that return ResourcePath Modifier and Type Method Description ResourcePathPhysicalResourceImpl. getPath()Methods in gw.fs.physical with parameters of type ResourcePath Modifier and Type Method Description voidFullCachingPhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)voidFuzzyTimestampCachingPhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)voidIPhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)booleanAbstractCachingPhysicalFileSystem. delete(ResourcePath filePath)booleanIPhysicalFileSystem. delete(ResourcePath filePath)booleanAbstractCachingPhysicalFileSystem. exists(ResourcePath resourcePath)booleanIPhysicalFileSystem. exists(ResourcePath filePath)IFileMetadataFullCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)IFileMetadataFuzzyTimestampCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)IFileMetadataIPhysicalFileSystem. getFileMetadata(ResourcePath filePath)List<? extends IFileMetadata>FullCachingPhysicalFileSystem. listFiles(ResourcePath directoryPath)List<? extends IFileMetadata>FuzzyTimestampCachingPhysicalFileSystem. listFiles(ResourcePath directoryPath)List<? extends IFileMetadata>IPhysicalFileSystem. listFiles(ResourcePath directoryPath)booleanAbstractCachingPhysicalFileSystem. mkdir(ResourcePath dirPath)booleanIPhysicalFileSystem. mkdir(ResourcePath dirPath)Constructors in gw.fs.physical with parameters of type ResourcePath Constructor Description PhysicalDirectoryImpl(ResourcePath path, IPhysicalFileSystem backingFileSystem)PhysicalFileImpl(ResourcePath path, IPhysicalFileSystem backingFileSystem)PhysicalResourceImpl(ResourcePath path, IPhysicalFileSystem backingFileSystem) -
Uses of ResourcePath in gw.fs.physical.fast
Methods in gw.fs.physical.fast with parameters of type ResourcePath Modifier and Type Method Description voidFastPhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)booleanFastPhysicalFileSystem. delete(ResourcePath filePath)booleanFastPhysicalFileSystem. exists(ResourcePath filePath)IFileMetadataFastPhysicalFileSystem. getFileMetadata(ResourcePath filePath)List<? extends IFileMetadata>FastPhysicalFileSystem. listFiles(ResourcePath directoryPath)booleanFastPhysicalFileSystem. mkdir(ResourcePath dirPath) -
Uses of ResourcePath in gw.fs.physical.generic
Methods in gw.fs.physical.generic with parameters of type ResourcePath Modifier and Type Method Description voidGenericPhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)booleanGenericPhysicalFileSystem. delete(ResourcePath filePath)booleanGenericPhysicalFileSystem. exists(ResourcePath filePath)IFileMetadataGenericPhysicalFileSystem. getFileMetadata(ResourcePath filePath)List<? extends IFileMetadata>GenericPhysicalFileSystem. listFiles(ResourcePath directoryPath)booleanGenericPhysicalFileSystem. mkdir(ResourcePath dirPath) -
Uses of ResourcePath in gw.fs.physical.win32
Methods in gw.fs.physical.win32 with parameters of type ResourcePath Modifier and Type Method Description voidWin32PhysicalFileSystem. clearDirectoryCaches(ResourcePath dirPath)booleanWin32PhysicalFileSystem. delete(ResourcePath filePath)booleanWin32PhysicalFileSystem. exists(ResourcePath filePath)IFileMetadataWin32PhysicalFileSystem. getFileMetadata(ResourcePath filePath)List<? extends IFileMetadata>Win32PhysicalFileSystem. listFiles(ResourcePath directoryPath)booleanWin32PhysicalFileSystem. mkdir(ResourcePath dirPath) -
Uses of ResourcePath in gw.fs.url
Methods in gw.fs.url that return ResourcePath Modifier and Type Method Description ResourcePathURLFileImpl. getPath()
-