Uses of Interface
gw.fs.IFile
-
Packages that use IFile Package Description gw.config gw.fs gw.fs.jar gw.fs.physical gw.fs.url gw.lang gw.lang.init gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java.asm gw.lang.reflect.module gw.util -
-
Uses of IFile in gw.config
Methods in gw.config with parameters of type IFile Modifier and Type Method Description booleanAbstractPlatformHelper. isConfigFile(IFile file) -
Uses of IFile in gw.fs
Fields in gw.fs declared as IFile Modifier and Type Field Description static IFile[]IFile. EMPTY_ARRAYMethods in gw.fs that return IFile Modifier and Type Method Description IFileDelegateDirectory. file(String path)IFileIDirectory. file(String path)Constucts a file given the path.static IFileIDirectoryUtil. file(IJarFileDirectory root, String path)IFileFileFactory. getIFile(File f)IFileFileFactory. getIFile(String absolutePath)IFileFileFactory. getIFile(URI uri)IFileFileFactory. getIFile(URI uri, boolean bCreateIfNotExists)IFileFileFactory. getIFile(URL url)IFileFileFactory. getIFile(URL url, boolean bCreateIfNotExists)Methods in gw.fs that return types with arguments of type IFile Modifier and Type Method Description static DynamicArray<? extends IFile>IDirectoryUtil. allContainedFilesExcludingIgnored(IDirectory dir)List<? extends IFile>DelegateDirectory. listFiles()List<? extends IFile>IDirectory. listFiles()Methods in gw.fs with parameters of type IFile Modifier and Type Method Description static StringIFileUtil. getBaseName(IFile file)static StringIFileUtil. getExtension(IFile file) -
Uses of IFile in gw.fs.jar
Classes in gw.fs.jar that implement IFile Modifier and Type Class Description classJarEntryFileImplMethods in gw.fs.jar that return IFile Modifier and Type Method Description IFileJarEntryDirectoryImpl. file(String path)IFileJarFileDirectoryImpl. file(String path)Methods in gw.fs.jar that return types with arguments of type IFile Modifier and Type Method Description List<? extends IFile>JarEntryDirectoryImpl. listFiles()List<? extends IFile>JarFileDirectoryImpl. listFiles() -
Uses of IFile in gw.fs.physical
Classes in gw.fs.physical that implement IFile Modifier and Type Class Description classPhysicalFileImplMethods in gw.fs.physical that return IFile Modifier and Type Method Description IFilePhysicalDirectoryImpl. file(String path)Methods in gw.fs.physical that return types with arguments of type IFile Modifier and Type Method Description List<? extends IFile>PhysicalDirectoryImpl. listFiles() -
Uses of IFile in gw.fs.url
Classes in gw.fs.url that implement IFile Modifier and Type Class Description classURLFileImplHTTP-backed file. -
Uses of IFile in gw.lang
Methods in gw.lang with parameters of type IFile Modifier and Type Method Description static GosuPathEntryGosuShop. createPathEntryFromModuleFile(IFile f)GosuPathEntryIGosuShop. createPathEntryFromModuleFile(IFile f) -
Uses of IFile in gw.lang.init
Methods in gw.lang.init with parameters of type IFile Modifier and Type Method Description static GosuPathEntryModuleFileUtil. createPathEntryForModuleFile(IFile moduleFile)Reads a pom.xml file into a GosuPathEntry object -
Uses of IFile in gw.lang.reflect
Fields in gw.lang.reflect declared as IFile Modifier and Type Field Description IFileRefreshRequest. fileMethods in gw.lang.reflect that return IFile Modifier and Type Method Description IFileIFileBasedFeature. getSourceFile()default IFile[]IType. getSourceFiles()Methods in gw.lang.reflect with parameters of type IFile Modifier and Type Method Description String[]ITypeLoader. getTypesForFile(IFile file)Returns ALL type names associated with the given file whether or not the types have been loaded yet.String[]ITypeSystem. getTypesForFile(IModule module, IFile file)String[]SimpleTypeLoader. getTypesForFile(IFile file)String[]TypeLoaderBase. getTypesForFile(IFile file)static String[]TypeSystem. getTypesForFile(IModule module, IFile file)booleanITypeLoader. handlesFile(IFile file)booleanSimpleTypeLoader. handlesFile(IFile file)booleanTypeLoaderBase. handlesFile(IFile file)RefreshKindITypeLoader. refreshedFile(IFile file, String[] types, RefreshKind kind)Notifies the type loader that a file has been refreshed.RefreshKindSimpleTypeLoader. refreshedFile(IFile file, String[] types, RefreshKind kind)RefreshKindTypeLoaderBase. refreshedFile(IFile file, String[] types, RefreshKind kind)Constructors in gw.lang.reflect with parameters of type IFile Constructor Description RefreshRequest(IFile file, String[] types, ITypeLoader typeLoader, RefreshKind kind)RefreshRequest(IFile file, String[] types, IModule module, ITypeLoader typeLoader, RefreshKind kind)RefreshRequest(IFile file, String[] types, IModule module, RefreshKind kind) -
Uses of IFile in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IFile Modifier and Type Method Description IFileIFileSystemGosuClassRepository. findFirstFile(String resourceName)IFileIFileSystemGosuClassRepository.IClassFileInfo. getFile()IFileISourceFileHandle. getFile()IFileStringSourceFileHandle. getFile()Methods in gw.lang.reflect.gs with parameters of type IFile Modifier and Type Method Description StringIFileSystemGosuClassRepository. getClassNameFromFile(IDirectory root, IFile file, String[] fileExts)Constructors in gw.lang.reflect.gs with parameters of type IFile Constructor Description StringSourceFileHandle(String typeName, CharSequence source, IFile strPath, boolean isTestResource, ClassType classType) -
Uses of IFile in gw.lang.reflect.java.asm
Methods in gw.lang.reflect.java.asm that return IFile Modifier and Type Method Description IFileAsmBackingSourceFileHandle. getFile()Methods in gw.lang.reflect.java.asm with parameters of type IFile Modifier and Type Method Description AsmClassAsmClassLoader. findClass(String fqn, IFile file)Constructors in gw.lang.reflect.java.asm with parameters of type IFile Constructor Description AsmBackingSourceFileHandle(IFile file, AsmClass asmClass, boolean bTest) -
Uses of IFile in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IFile Modifier and Type Method Description IFileIFileSystem. getFakeFile(URL url, IModule module)IFileIFileSystem. getIFile(File file)IFileIFileSystem. getIFile(URL url)IFileIFileSystem. getIFile(Path file)IFileIProtocolAdapter. getIFile(URL url) -
Uses of IFile in gw.util
Methods in gw.util that return IFile Modifier and Type Method Description static IFilePathUtil. getIFile(Path classFile)
-