Uses of Interface
gw.fs.IResource
-
Packages that use IResource Package Description gw.fs gw.fs.jar gw.fs.physical gw.fs.url gw.internal.gosu.module.fs gw.internal.gosu.parser gw.lang.reflect gw.lang.reflect.module -
-
Uses of IResource in gw.fs
Subinterfaces of IResource in gw.fs Modifier and Type Interface Description interface
IDirectory
interface
IFile
Classes in gw.fs that implement IResource Modifier and Type Class Description class
AdditionalDirectory
class
DelegateDirectory
class
IncludeModuleDirectory
Methods in gw.fs with parameters of type IResource Modifier and Type Method Description String
DelegateDirectory. relativePath(IResource resource)
String
IDirectory. relativePath(IResource resource)
static String
IDirectoryUtil. relativePath(IResource root, IResource resource)
-
Uses of IResource in gw.fs.jar
Subinterfaces of IResource in gw.fs.jar Modifier and Type Interface Description interface
IJarFileDirectory
Classes in gw.fs.jar that implement IResource Modifier and Type Class Description class
JarEntryDirectoryImpl
class
JarEntryFileImpl
class
JarEntryResourceImpl
class
JarFileDirectoryImpl
Methods in gw.fs.jar with parameters of type IResource Modifier and Type Method Description String
JarEntryDirectoryImpl. relativePath(IResource resource)
String
JarFileDirectoryImpl. relativePath(IResource resource)
-
Uses of IResource in gw.fs.physical
Classes in gw.fs.physical that implement IResource Modifier and Type Class Description class
PhysicalDirectoryImpl
class
PhysicalFileImpl
class
PhysicalResourceImpl
Methods in gw.fs.physical with parameters of type IResource Modifier and Type Method Description String
PhysicalDirectoryImpl. relativePath(IResource resource)
-
Uses of IResource in gw.fs.url
Classes in gw.fs.url that implement IResource Modifier and Type Class Description class
URLFileImpl
HTTP-backed file. -
Uses of IResource in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IResource Modifier and Type Class Description class
JavaDirectoryImpl
class
JavaFileImpl
class
JavaResourceImpl
class
PathDirectoryImpl
class
PathFileImpl
class
PathResourceImpl
Methods in gw.internal.gosu.module.fs with parameters of type IResource Modifier and Type Method Description String
JavaDirectoryImpl. relativePath(IResource resource)
String
PathDirectoryImpl. relativePath(IResource resource)
-
Uses of IResource in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type IResource Modifier and Type Method Description IModule
ExecutionEnvironment. getModule(IResource file)
boolean
ITypeLoaderStackInternal. refresh(IResource file, String typeName, RefreshKind refreshKind)
boolean
ModuleTypeLoader. refresh(IResource file, String typeName, RefreshKind refreshKind)
void
TypeLoaderAccess. refreshed(IResource file, String typeName, RefreshKind refreshKind)
-
Uses of IResource in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IResource Modifier and Type Method Description static void
TypeSystem. created(IResource resource)
static void
TypeSystem. created(IResource resource, String typeName)
static void
TypeSystem. deleted(IResource resource)
static void
TypeSystem. deleted(IResource resource, String typeName)
void
ITypeSystem. refreshed(IResource file, String typeName, RefreshKind refreshKind)
static void
TypeSystem. 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 IModule
IExecutionEnvironment. getModule(IResource file)
-