Uses of Interface
gw.fs.IFile
Packages that use IFile
Package
Description
-
Uses of IFile in editor
-
Uses of IFile in editor.util
Methods in editor.util with parameters of type IFileModifier and TypeMethodDescriptionstatic StringTypeNameUtil.getTypeNameFromFile(IDirectory root, IFile file) -
Uses of IFile in gw.config
-
Uses of IFile in gw.fs
Modifier and TypeMethodDescriptionConstucts a file given the path.static IFileIDirectoryUtil.file(IJarFileDirectory root, String path) Modifier and TypeMethodDescriptionstatic DynamicArray<? extends IFile> IDirectoryUtil.allContainedFilesExcludingIgnored(IDirectory dir) DelegateDirectory.listFiles()IDirectory.listFiles()Modifier and TypeMethodDescriptionstatic StringIFileUtil.getBaseName(IFile file) static StringIFileUtil.getExtension(IFile file) -
Uses of IFile in gw.fs.jar
Modifier and TypeMethodDescription -
Uses of IFile in gw.fs.physical
Classes in gw.fs.physical that implement IFileMethods in gw.fs.physical that return IFileMethods in gw.fs.physical that return types with arguments of type IFile -
Uses of IFile in gw.fs.url
-
Uses of IFile in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IFileMethods in gw.internal.gosu.module.fs that return IFileMethods in gw.internal.gosu.module.fs that return types with arguments of type IFile -
Uses of IFile in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IFileModifier and TypeMethodDescriptionFileSystemGosuClassRepository.findFirstFile(String resourceName) FileSystemGosuClassRepository.ClassFileInfo.getFile()FileSystemGosuClassRepository.FileSystemSourceFileHandle.getFile()InnerClassFileSystemSourceFileHandle.getFile()IFile[]GosuClass.getSourceFiles()Methods in gw.internal.gosu.parser with parameters of type IFileModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createPathEntryFromModuleFile(IFile f) FileSystemGosuClassRepository.getClassNameFromFile(IDirectory root, IFile file, String[] fileExts) String[]TypeLoaderAccess.getTypesForFile(IModule module, IFile file) Constructors in gw.internal.gosu.parser with parameters of type IFileModifierConstructorDescriptionClassFileInfo(IFileSystemGosuClassRepository.ClassPathEntry entry, IFile file, boolean isTestClass) -
Uses of IFile in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return IFileModifier and TypeMethodDescriptionReturns the file for the given name.IFile[]PropertiesType.getSourceFiles()Methods in gw.internal.gosu.properties that return types with arguments of type IFileModifier and TypeMethodDescriptionPropertiesPropertySet.Source.findAllFilesByExtension(String extension) Methods in gw.internal.gosu.properties with parameters of type IFileModifier and TypeMethodDescriptionPropertiesPropertySet.Source.getPropertySetForFile(IFile file) PropertySetSource.getPropertySetForFile(IFile file) Return the property set for the given fileString[]PropertiesTypeLoader.getTypesForFile(IFile file) booleanPropertiesTypeLoader.handlesFile(IFile file) PropertiesTypeLoader.refreshedFile(IFile file, String[] types, RefreshKind kind) Constructors in gw.internal.gosu.properties with parameters of type IFileModifierConstructorDescriptionPropertiesType(PropertiesTypeLoader typeLoader, PropertyNode propertyNode, IFile file) -
Uses of IFile in gw.lang
Modifier and TypeMethodDescriptionstatic GosuPathEntryGosuShop.createPathEntryFromModuleFile(IFile f) IGosuShop.createPathEntryFromModuleFile(IFile f) -
Uses of IFile in gw.lang.init
Methods in gw.lang.init with parameters of type IFileModifier and TypeMethodDescriptionstatic 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 IFileMethods in gw.lang.reflect that return IFileModifier and TypeMethodDescriptionIFileBasedFeature.getSourceFile()default IFile[]IType.getSourceFiles()Methods in gw.lang.reflect with parameters of type IFileModifier and TypeMethodDescriptionString[]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) ITypeLoader.refreshedFile(IFile file, String[] types, RefreshKind kind) Notifies the type loader that a file has been refreshed.SimpleTypeLoader.refreshedFile(IFile file, String[] types, RefreshKind kind) TypeLoaderBase.refreshedFile(IFile file, String[] types, RefreshKind kind) Constructors in gw.lang.reflect with parameters of type IFileModifierConstructorDescriptionRefreshRequest(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 IFileModifier and TypeMethodDescriptionIFileSystemGosuClassRepository.findFirstFile(String resourceName) IFileSystemGosuClassRepository.IClassFileInfo.getFile()ISourceFileHandle.getFile()StringSourceFileHandle.getFile()Methods in gw.lang.reflect.gs with parameters of type IFileModifier and TypeMethodDescriptionIFileSystemGosuClassRepository.getClassNameFromFile(IDirectory root, IFile file, String[] fileExts) Constructors in gw.lang.reflect.gs with parameters of type IFileModifierConstructorDescriptionStringSourceFileHandle(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 IFileMethods in gw.lang.reflect.java.asm with parameters of type IFileConstructors in gw.lang.reflect.java.asm with parameters of type IFileModifierConstructorDescriptionAsmBackingSourceFileHandle(IFile file, AsmClass asmClass, boolean bTest) -
Uses of IFile in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IFile -
Uses of IFile in gw.test
Modifier and TypeMethodDescriptionfinal TSuite.withIFileFilter(Predicate<IFile> fileFilter) Adds a file filter to this suite, allowing certain tests to be excluded. -
Uses of IFile in gw.util