Uses of Interface
gw.fs.IResource
-
Packages that use IResource Package Description editor 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 editor
Methods in editor with parameters of type IResource Modifier and Type Method Description private static voidLabFrame. copyExamples(IResource from, java.nio.file.Path to) -
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 java.lang.StringDelegateDirectory. relativePath(IResource resource)java.lang.StringIDirectory. relativePath(IResource resource)static java.lang.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 classJarEntryDirectoryImplclassJarEntryFileImplclassJarEntryResourceImplclassJarFileDirectoryImplFields in gw.fs.jar with type parameters of type IResource Modifier and Type Field Description private java.util.Map<java.lang.String,IResource>JarEntryDirectoryImpl. _resourcesprivate java.util.Map<java.lang.String,IResource>JarFileDirectoryImpl. _resourcesMethods in gw.fs.jar with parameters of type IResource Modifier and Type Method Description java.lang.StringJarEntryDirectoryImpl. relativePath(IResource resource)java.lang.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 java.lang.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.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs with type parameters of type IResource Modifier and Type Class Description private classFileSystemImpl.ResourceExtractor<J extends IResource>Classes in gw.internal.gosu.module.fs that implement IResource Modifier and Type Class Description classJavaDirectoryImplclassJavaFileImplclassJavaResourceImplclassPathDirectoryImplclassPathFileImplclassPathResourceImplMethods in gw.internal.gosu.module.fs with parameters of type IResource Modifier and Type Method Description java.lang.StringJavaDirectoryImpl. relativePath(IResource resource)java.lang.StringPathDirectoryImpl. 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 private voidFileSystemGosuClassRepository. addToPackageCache(java.lang.String fqn, IResource file)private IFileSystemGosuClassRepository.ClassPathEntryFileSystemGosuClassRepository. findClassPathEntry(IResource file)IModuleExecutionEnvironment. getModule(IResource file)private booleanExecutionEnvironment. isInModule(IModule module, IResource file)booleanITypeLoaderStackInternal. refresh(IResource file, java.lang.String typeName, RefreshKind refreshKind)booleanModuleTypeLoader. refresh(IResource file, java.lang.String typeName, RefreshKind refreshKind)voidTypeLoaderAccess. refreshed(IResource file, java.lang.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 voidTypeSystem. created(IResource resource)static voidTypeSystem. created(IResource resource, java.lang.String typeName)static voidTypeSystem. deleted(IResource resource)static voidTypeSystem. deleted(IResource resource, java.lang.String typeName)voidITypeSystem. refreshed(IResource file, java.lang.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)
-