| 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractPlatformHelper.isConfigFile(IFile file) |
| Modifier and Type | Field and Description |
|---|---|
static IFile[] |
IFile.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static IFile |
IDirectoryUtil.file(IJarFileDirectory root,
String path) |
IFile |
DelegateDirectory.file(String path) |
IFile |
IDirectory.file(String path)
Constucts a file given the 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) |
| Modifier and Type | Method and Description |
|---|---|
static DynamicArray<? extends IFile> |
IDirectoryUtil.allContainedFilesExcludingIgnored(IDirectory dir) |
List<? extends IFile> |
DelegateDirectory.listFiles() |
List<? extends IFile> |
IDirectory.listFiles() |
| Modifier and Type | Method and Description |
|---|---|
static String |
IFileUtil.getBaseName(IFile file) |
static String |
IFileUtil.getExtension(IFile file) |
| Modifier and Type | Class and Description |
|---|---|
class |
JarEntryFileImpl |
| Modifier and Type | Method and Description |
|---|---|
IFile |
JarEntryDirectoryImpl.file(String path) |
IFile |
JarFileDirectoryImpl.file(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFile> |
JarEntryDirectoryImpl.listFiles() |
List<? extends IFile> |
JarFileDirectoryImpl.listFiles() |
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicalFileImpl |
| Modifier and Type | Method and Description |
|---|---|
IFile |
PhysicalDirectoryImpl.file(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFile> |
PhysicalDirectoryImpl.listFiles() |
| Modifier and Type | Class and Description |
|---|---|
class |
URLFileImpl
HTTP-backed file.
|
| Modifier and Type | Method and Description |
|---|---|
static GosuPathEntry |
GosuShop.createPathEntryFromModuleFile(IFile f) |
GosuPathEntry |
IGosuShop.createPathEntryFromModuleFile(IFile f) |
| Modifier and Type | Method and Description |
|---|---|
static GosuPathEntry |
ModuleFileUtil.createPathEntryForModuleFile(IFile moduleFile)
Reads a pom.xml file into a GosuPathEntry object
|
| Modifier and Type | Field and Description |
|---|---|
IFile |
RefreshRequest.file |
| Modifier and Type | Method and Description |
|---|---|
IFile |
IFileBasedFeature.getSourceFile() |
default IFile[] |
IType.getSourceFiles() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
TypeLoaderBase.getTypesForFile(IFile file) |
String[] |
SimpleTypeLoader.getTypesForFile(IFile file) |
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) |
static String[] |
TypeSystem.getTypesForFile(IModule module,
IFile file) |
boolean |
TypeLoaderBase.handlesFile(IFile file) |
boolean |
SimpleTypeLoader.handlesFile(IFile file) |
boolean |
ITypeLoader.handlesFile(IFile file) |
RefreshKind |
TypeLoaderBase.refreshedFile(IFile file,
String[] types,
RefreshKind kind) |
RefreshKind |
SimpleTypeLoader.refreshedFile(IFile file,
String[] types,
RefreshKind kind) |
RefreshKind |
ITypeLoader.refreshedFile(IFile file,
String[] types,
RefreshKind kind)
Notifies the type loader that a file has been refreshed.
|
| Constructor and Description |
|---|
RefreshRequest(IFile file,
String[] types,
IModule module,
ITypeLoader typeLoader,
RefreshKind kind) |
RefreshRequest(IFile file,
String[] types,
IModule module,
RefreshKind kind) |
RefreshRequest(IFile file,
String[] types,
ITypeLoader typeLoader,
RefreshKind kind) |
| Modifier and Type | Method and Description |
|---|---|
IFile |
IFileSystemGosuClassRepository.findFirstFile(String resourceName) |
IFile |
ISourceFileHandle.getFile() |
IFile |
IFileSystemGosuClassRepository.IClassFileInfo.getFile() |
IFile |
StringSourceFileHandle.getFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
IFileSystemGosuClassRepository.getClassNameFromFile(IDirectory root,
IFile file,
String[] fileExts) |
| Constructor and Description |
|---|
StringSourceFileHandle(String typeName,
CharSequence source,
IFile strPath,
boolean isTestResource,
ClassType classType) |
| Modifier and Type | Method and Description |
|---|---|
IFile |
AsmBackingSourceFileHandle.getFile() |
| Modifier and Type | Method and Description |
|---|---|
AsmClass |
AsmClassLoader.findClass(String fqn,
IFile file) |
| Constructor and Description |
|---|
AsmBackingSourceFileHandle(IFile file,
AsmClass asmClass,
boolean bTest) |
| Modifier and Type | Method and Description |
|---|---|
IFile |
IFileSystem.getFakeFile(URL url,
IModule module) |
IFile |
IFileSystem.getIFile(File file) |
IFile |
IFileSystem.getIFile(Path file) |
IFile |
IFileSystem.getIFile(URL url) |
IFile |
IProtocolAdapter.getIFile(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static IFile |
PathUtil.getIFile(Path classFile) |
Copyright © 2020. All rights reserved.