Uses of Interface
gw.fs.IResource
-
Packages that use IResource Package Description gw.fs gw.fs.jar gw.fs.physical gw.fs.url gw.lang.reflect gw.lang.reflect.module -
-
Uses of IResource in gw.fs
Subinterfaces of IResource in gw.fs Modifier and Type Interface Description interfaceIDirectoryinterfaceIFileClasses in gw.fs that implement IResource Modifier and Type Class Description classAdditionalDirectoryclassDelegateDirectoryclassIncludeModuleDirectoryMethods in gw.fs with parameters of type IResource Modifier and Type Method Description StringDelegateDirectory. relativePath(IResource resource)StringIDirectory. relativePath(IResource resource)static StringIDirectoryUtil. relativePath(IResource root, IResource resource) -
Uses of IResource in gw.fs.jar
Subinterfaces of IResource in gw.fs.jar Modifier and Type Interface Description interfaceIJarFileDirectoryClasses in gw.fs.jar that implement IResource Modifier and Type Class Description classJarEntryDirectoryImplclassJarEntryFileImplclassJarEntryResourceImplclassJarFileDirectoryImplMethods in gw.fs.jar with parameters of type IResource Modifier and Type Method Description StringJarEntryDirectoryImpl. relativePath(IResource resource)StringJarFileDirectoryImpl. relativePath(IResource resource) -
Uses of IResource in gw.fs.physical
Classes in gw.fs.physical that implement IResource Modifier and Type Class Description classPhysicalDirectoryImplclassPhysicalFileImplclassPhysicalResourceImplMethods in gw.fs.physical with parameters of type IResource Modifier and Type Method Description StringPhysicalDirectoryImpl. relativePath(IResource resource) -
Uses of IResource in gw.fs.url
Classes in gw.fs.url that implement IResource Modifier and Type Class Description classURLFileImplHTTP-backed file. -
Uses of IResource in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IResource Modifier and Type Method Description static voidTypeSystem. created(IResource resource)static voidTypeSystem. created(IResource resource, String typeName)static voidTypeSystem. deleted(IResource resource)static voidTypeSystem. deleted(IResource resource, String typeName)voidITypeSystem. refreshed(IResource file, String typeName, RefreshKind refreshKind)static voidTypeSystem. refreshed(IResource resource) -
Uses of IResource in gw.lang.reflect.module
Methods in gw.lang.reflect.module with parameters of type IResource Modifier and Type Method Description IModuleIExecutionEnvironment. getModule(IResource file)
-