Uses of Interface
gw.fs.IFile
-
-
Uses of IFile in editor
Methods in editor that return IFile Modifier and Type Method Description IFile[]TypeInPackageType. getSourceFiles() -
Uses of IFile in editor.util
Methods in editor.util with parameters of type IFile Modifier and Type Method Description static java.lang.StringTypeNameUtil. getTypeNameFromFile(IDirectory root, IFile file) -
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(java.lang.String path)IFileIDirectory. file(java.lang.String path)Constucts a file given the path.static IFileIDirectoryUtil. file(IJarFileDirectory root, java.lang.String path)IFileFileFactory. getIFile(java.io.File f)IFileFileFactory. getIFile(java.lang.String absolutePath)IFileFileFactory. getIFile(java.net.URI uri)IFileFileFactory. getIFile(java.net.URI uri, boolean bCreateIfNotExists)IFileFileFactory. getIFile(java.net.URL url)IFileFileFactory. getIFile(java.net.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)java.util.List<? extends IFile>DelegateDirectory. listFiles()java.util.List<? extends IFile>IDirectory. listFiles()Methods in gw.fs with parameters of type IFile Modifier and Type Method Description static java.lang.StringIFileUtil. getBaseName(IFile file)static java.lang.StringIFileUtil. getExtension(IFile file)Method parameters in gw.fs with type arguments of type IFile Modifier and Type Method Description private static voidIDirectoryUtil. allContainedFilesExcludingIgnored(IDirectory root, IDirectory dir, DynamicArray<IFile> files) -
Uses of IFile in gw.fs.jar
Classes in gw.fs.jar that implement IFile Modifier and Type Class Description classJarEntryFileImplFields in gw.fs.jar with type parameters of type IFile Modifier and Type Field Description private java.util.List<IFile>JarEntryDirectoryImpl. _childFilesprivate java.util.List<IFile>JarFileDirectoryImpl. _childFilesMethods in gw.fs.jar that return IFile Modifier and Type Method Description IFileJarEntryDirectoryImpl. file(java.lang.String path)IFileJarFileDirectoryImpl. file(java.lang.String path)Methods in gw.fs.jar that return types with arguments of type IFile Modifier and Type Method Description java.util.List<? extends IFile>JarEntryDirectoryImpl. listFiles()java.util.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(java.lang.String path)Methods in gw.fs.physical that return types with arguments of type IFile Modifier and Type Method Description java.util.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.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IFile Modifier and Type Class Description classJavaFileImplclassPathFileImplFields in gw.internal.gosu.module.fs with type parameters of type IFile Modifier and Type Field Description protected java.util.List<IFile>JavaDirectoryImpl.CachingFileRetrievalStrategy. _filesMethods in gw.internal.gosu.module.fs that return IFile Modifier and Type Method Description IFileJavaDirectoryImpl. file(java.lang.String path)IFilePathDirectoryImpl. file(java.lang.String path)IFileFileSystemImpl. getFakeFile(java.net.URL url, IModule module)IFileFileSystemImpl. getIFile(java.io.File file)IFileFileSystemImpl. getIFile(java.net.URL url)IFileFileSystemImpl. getIFile(java.nio.file.Path path)(package private) IFileFileSystemImpl.IFileResourceExtractor. getIResourceFromJarDirectoryAndEntryName(IDirectory jarFS, java.lang.String entryName)(package private) IFileFileSystemImpl.IFileResourceExtractor. getIResourceFromJavaFile(java.net.URL location)(package private) IFileFileSystemImpl.IFileResourceExtractor. getIResourceFromPath(java.nio.file.Path path)(package private) IFileFileSystemImpl.IFileResourceExtractor. getIResourceFromURL(java.net.URL location)Methods in gw.internal.gosu.module.fs that return types with arguments of type IFile Modifier and Type Method Description java.util.List<IFile>JavaDirectoryImpl.CachingFileRetrievalStrategy. listFiles()java.util.List<? extends IFile>JavaDirectoryImpl.FileRetrievalStrategy. listFiles()java.util.List<? extends IFile>JavaDirectoryImpl. listFiles()java.util.List<? extends IFile>JavaDirectoryImpl.UncachedFileRetrievalStrategy. listFiles()java.util.List<? extends IFile>PathDirectoryImpl. listFiles() -
Uses of IFile in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IFile Modifier and Type Field Description private IFileFileSystemGosuClassRepository.ClassFileInfo. _fileMethods in gw.internal.gosu.parser that return IFile Modifier and Type Method Description IFileFileSystemGosuClassRepository. findFirstFile(java.lang.String resourceName)private IFileFileSystemGosuClassRepository. findFirstFile(java.lang.String resourceName, java.util.List<? extends IDirectory> searchPath)IFileClassPath. get(java.lang.String fqn)IFileFileSystemGosuClassRepository.ClassFileInfo. getFile()IFileFileSystemGosuClassRepository.FileSystemSourceFileHandle. getFile()IFileInnerClassFileSystemSourceFileHandle. getFile()private IFilePackageToClassPathEntryTreeMap. getFile(IFileSystemGosuClassRepository.ClassPathEntry root, java.lang.String strFileName)private IFilePackageToClassPathEntryTreeMap. getFileMatchCase(IDirectory dir, java.lang.String strFileName)IFile[]GosuClass. getSourceFiles()IFile[]JavaType. getSourceFiles()Methods in gw.internal.gosu.parser with parameters of type IFile Modifier and Type Method Description GosuPathEntryGosuIndustrialParkImpl. createPathEntryFromModuleFile(IFile f)private booleanPackageToClassPathEntryTreeMap. doesFileMatchCase(java.lang.String strFileName, IFile file)private java.lang.StringClassPath. getClassNameFromFile(IDirectory root, IFile file)java.lang.StringFileSystemGosuClassRepository. getClassNameFromFile(IDirectory root, IFile file, java.lang.String[] fileExts)java.lang.String[]TypeLoaderAccess. getTypesForFile(IModule module, IFile file)private voidClassPath. putClassName(IFile file, java.lang.String strClassName, IClassPath.ClassPathFilter filter)private booleanModuleTypeLoader. refreshFile(IFile file, java.lang.String typeName, RefreshKind kind)Constructors in gw.internal.gosu.parser with parameters of type IFile Constructor Description ClassFileInfo(IFileSystemGosuClassRepository.ClassPathEntry entry, IFile file, boolean isTestClass) -
Uses of IFile in gw.internal.gosu.properties
Fields in gw.internal.gosu.properties declared as IFile Modifier and Type Field Description private IFilePropertiesType. _fileFields in gw.internal.gosu.properties with type parameters of type IFile Modifier and Type Field Description private LockingLazyVar<java.util.Map<java.lang.String,IFile>>PropertiesPropertySet.Source. _filesByTypeNameMethods in gw.internal.gosu.properties that return IFile Modifier and Type Method Description IFilePropertiesPropertySet.Source. getFile(java.lang.String name)IFilePropertySetSource. getFile(java.lang.String name)Returns the file for the given name.IFile[]PropertiesType. getSourceFiles()Methods in gw.internal.gosu.properties that return types with arguments of type IFile Modifier and Type Method Description java.util.List<Pair<java.lang.String,IFile>>PropertiesPropertySet.Source. findAllFilesByExtension(java.lang.String extension)Methods in gw.internal.gosu.properties with parameters of type IFile Modifier and Type Method Description private ITypePropertiesTypeLoader. createPropertyTypesFromPropertyNodeTree(java.util.HashMap<java.lang.String,IType> resultMap, PropertyNode node, IFile file)PropertySetPropertiesPropertySet.Source. getPropertySetForFile(IFile file)PropertySetPropertySetSource. getPropertySetForFile(IFile file)Return the property set for the given filejava.lang.String[]PropertiesTypeLoader. getTypesForFile(IFile file)booleanPropertiesTypeLoader. handlesFile(IFile file)RefreshKindPropertiesTypeLoader. refreshedFile(IFile file, java.lang.String[] types, RefreshKind kind)Method parameters in gw.internal.gosu.properties with type arguments of type IFile Modifier and Type Method Description private voidPropertiesPropertySet.Source. addAllLocalResourceFilesByExtensionInternal(java.lang.String relativePath, IDirectory dir, java.lang.String extension, java.util.List<Pair<java.lang.String,IFile>> results)Constructors in gw.internal.gosu.properties with parameters of type IFile Constructor Description PropertiesType(PropertiesTypeLoader typeLoader, PropertyNode propertyNode, IFile 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 objectvoidClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock. doIt(IDirectory dir, IFile moduleFile)voidClasspathToGosuPathEntryUtil.ModuleFindFromSourceEntryBlock. doIt(IDirectory dir, IFile moduleFile)voidClasspathToGosuPathEntryUtil.SourceDirectoryBlock. doIt(IDirectory dir, IFile moduleFile)private static booleanClasspathToGosuPathEntryUtil. moduleContainsSourceDir(IFile moduleFile, IDirectory dir) -
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 private static ITypeLoaderRefreshRequest. getLoader(IFile file, IModule module)java.lang.String[]ITypeLoader. getTypesForFile(IFile file)Returns ALL type names associated with the given file whether or not the types have been loaded yet.java.lang.String[]ITypeSystem. getTypesForFile(IModule module, IFile file)java.lang.String[]SimpleTypeLoader. getTypesForFile(IFile file)java.lang.String[]TypeLoaderBase. getTypesForFile(IFile file)static java.lang.String[]TypeSystem. getTypesForFile(IModule module, IFile file)booleanITypeLoader. handlesFile(IFile file)booleanSimpleTypeLoader. handlesFile(IFile file)booleanTypeLoaderBase. handlesFile(IFile file)RefreshKindITypeLoader. refreshedFile(IFile file, java.lang.String[] types, RefreshKind kind)Notifies the type loader that a file has been refreshed.RefreshKindSimpleTypeLoader. refreshedFile(IFile file, java.lang.String[] types, RefreshKind kind)RefreshKindTypeLoaderBase. refreshedFile(IFile file, java.lang.String[] types, RefreshKind kind)Constructors in gw.lang.reflect with parameters of type IFile Constructor Description RefreshRequest(IFile file, java.lang.String[] types, ITypeLoader typeLoader, RefreshKind kind)RefreshRequest(IFile file, java.lang.String[] types, IModule module, ITypeLoader typeLoader, RefreshKind kind)RefreshRequest(IFile file, java.lang.String[] types, IModule module, RefreshKind kind) -
Uses of IFile in gw.lang.reflect.gs
Fields in gw.lang.reflect.gs declared as IFile Modifier and Type Field Description private IFileStringSourceFileHandle. _fileMethods in gw.lang.reflect.gs that return IFile Modifier and Type Method Description IFileIFileSystemGosuClassRepository. findFirstFile(java.lang.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 java.lang.StringIFileSystemGosuClassRepository. getClassNameFromFile(IDirectory root, IFile file, java.lang.String[] fileExts)Constructors in gw.lang.reflect.gs with parameters of type IFile Constructor Description StringSourceFileHandle(java.lang.String typeName, java.lang.CharSequence source, IFile strPath, boolean isTestResource, ClassType classType) -
Uses of IFile in gw.lang.reflect.java.asm
Fields in gw.lang.reflect.java.asm declared as IFile Modifier and Type Field Description private IFileAsmBackingSourceFileHandle. _fileMethods 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(java.lang.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(java.net.URL url, IModule module)IFileIFileSystem. getIFile(java.io.File file)IFileIFileSystem. getIFile(java.net.URL url)IFileIFileSystem. getIFile(java.nio.file.Path file)IFileIProtocolAdapter. getIFile(java.net.URL url) -
Uses of IFile in gw.test
Fields in gw.test with type parameters of type IFile Modifier and Type Field Description private java.util.List<Predicate<IFile>>Suite. _iFileFiltersprivate java.util.List<Predicate<IFile>>TestClassFinder. _iFileFiltersMethods in gw.test with parameters of type IFile Modifier and Type Method Description private voidTestClassFinder. possiblyAddTest(IFile entry, IDirectory root, TestClassFinder.TestClassFindType findType, java.util.ArrayList<IType> types)private booleanTestClassFinder. shouldConsiderFile(IFile entry, TestClassFinder.TestClassFindType findType)Method parameters in gw.test with type arguments of type IFile Modifier and Type Method Description TSuite. withIFileFilter(Predicate<IFile> fileFilter)Adds a file filter to this suite, allowing certain tests to be excluded.Constructor parameters in gw.test with type arguments of type IFile Constructor Description TestClassFinder(java.util.List<Predicate<IFile>> iFileFilters, java.util.List<Predicate<java.lang.String>> packageFilters, java.util.List<java.lang.String> withPackages, java.util.List<Predicate<IType>> typeFilters) -
Uses of IFile in gw.util
Methods in gw.util that return IFile Modifier and Type Method Description static IFilePathUtil. getIFile(java.nio.file.Path classFile)
-