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 String
TypeNameUtil. 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 boolean
AbstractPlatformHelper. 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_ARRAY
Methods in gw.fs that return IFile Modifier and Type Method Description IFile
DelegateDirectory. file(String path)
IFile
IDirectory. file(String path)
Constucts a file given the path.static IFile
IDirectoryUtil. file(IJarFileDirectory root, String path)
IFile
FileFactory. getIFile(File f)
IFile
FileFactory. getIFile(String absolutePath)
IFile
FileFactory. getIFile(URI uri)
IFile
FileFactory. getIFile(URI uri, boolean bCreateIfNotExists)
IFile
FileFactory. getIFile(URL url)
IFile
FileFactory. 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 String
IFileUtil. getBaseName(IFile file)
static String
IFileUtil. getExtension(IFile file)
-
Uses of IFile in gw.fs.jar
Classes in gw.fs.jar that implement IFile Modifier and Type Class Description class
JarEntryFileImpl
Methods in gw.fs.jar that return IFile Modifier and Type Method Description IFile
JarEntryDirectoryImpl. file(String path)
IFile
JarFileDirectoryImpl. 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 class
PhysicalFileImpl
Methods in gw.fs.physical that return IFile Modifier and Type Method Description IFile
PhysicalDirectoryImpl. 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 class
URLFileImpl
HTTP-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 class
JavaFileImpl
class
PathFileImpl
Methods in gw.internal.gosu.module.fs that return IFile Modifier and Type Method Description IFile
JavaDirectoryImpl. file(String path)
IFile
PathDirectoryImpl. file(String path)
IFile
FileSystemImpl. getFakeFile(URL url, IModule module)
IFile
FileSystemImpl. getIFile(File file)
IFile
FileSystemImpl. getIFile(URL url)
IFile
FileSystemImpl. getIFile(Path path)
Methods in gw.internal.gosu.module.fs that return types with arguments of type IFile Modifier and Type Method Description List<? extends IFile>
JavaDirectoryImpl. listFiles()
List<? extends IFile>
PathDirectoryImpl. listFiles()
-
Uses of IFile in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IFile Modifier and Type Method Description IFile
FileSystemGosuClassRepository. findFirstFile(String resourceName)
IFile
ClassPath. get(String fqn)
IFile
FileSystemGosuClassRepository.ClassFileInfo. getFile()
IFile
FileSystemGosuClassRepository.FileSystemSourceFileHandle. getFile()
IFile
InnerClassFileSystemSourceFileHandle. getFile()
IFile[]
GosuClass. getSourceFiles()
Methods in gw.internal.gosu.parser with parameters of type IFile Modifier and Type Method Description GosuPathEntry
GosuIndustrialParkImpl. createPathEntryFromModuleFile(IFile f)
String
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 IFile Constructor Description ClassFileInfo(IFileSystemGosuClassRepository.ClassPathEntry entry, IFile file, boolean isTestClass)
-
Uses of IFile in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return IFile Modifier and Type Method Description IFile
PropertiesPropertySet.Source. getFile(String name)
IFile
PropertySetSource. getFile(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 List<Pair<String,IFile>>
PropertiesPropertySet.Source. findAllFilesByExtension(String extension)
Methods in gw.internal.gosu.properties with parameters of type IFile Modifier and Type Method Description PropertySet
PropertiesPropertySet.Source. getPropertySetForFile(IFile file)
PropertySet
PropertySetSource. getPropertySetForFile(IFile file)
Return the property set for the given fileString[]
PropertiesTypeLoader. getTypesForFile(IFile file)
boolean
PropertiesTypeLoader. handlesFile(IFile file)
RefreshKind
PropertiesTypeLoader. refreshedFile(IFile file, String[] types, RefreshKind kind)
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 GosuPathEntry
GosuShop. createPathEntryFromModuleFile(IFile f)
GosuPathEntry
IGosuShop. 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 GosuPathEntry
ModuleFileUtil. 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 IFile
RefreshRequest. file
Methods in gw.lang.reflect that return IFile Modifier and Type Method Description IFile
IFileBasedFeature. 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)
boolean
ITypeLoader. handlesFile(IFile file)
boolean
SimpleTypeLoader. handlesFile(IFile file)
boolean
TypeLoaderBase. handlesFile(IFile file)
RefreshKind
ITypeLoader. refreshedFile(IFile file, String[] types, RefreshKind kind)
Notifies the type loader that a file has been refreshed.RefreshKind
SimpleTypeLoader. refreshedFile(IFile file, String[] types, RefreshKind kind)
RefreshKind
TypeLoaderBase. 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 IFile
IFileSystemGosuClassRepository. findFirstFile(String resourceName)
IFile
IFileSystemGosuClassRepository.IClassFileInfo. getFile()
IFile
ISourceFileHandle. getFile()
IFile
StringSourceFileHandle. getFile()
Methods in gw.lang.reflect.gs with parameters of type IFile Modifier and Type Method Description String
IFileSystemGosuClassRepository. 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 IFile
AsmBackingSourceFileHandle. getFile()
Methods in gw.lang.reflect.java.asm with parameters of type IFile Modifier and Type Method Description AsmClass
AsmClassLoader. 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 IFile
IFileSystem. getFakeFile(URL url, IModule module)
IFile
IFileSystem. getIFile(File file)
IFile
IFileSystem. getIFile(URL url)
IFile
IFileSystem. getIFile(Path file)
IFile
IProtocolAdapter. getIFile(URL url)
-
Uses of IFile in gw.test
Method parameters in gw.test with type arguments of type IFile Modifier and Type Method Description T
Suite. withIFileFilter(Predicate<IFile> fileFilter)
Adds a file filter to this suite, allowing certain tests to be excluded. -
Uses of IFile in gw.util
Methods in gw.util that return IFile Modifier and Type Method Description static IFile
PathUtil. getIFile(Path classFile)
-