Uses of Interface
gw.lang.reflect.module.IFileSystem
-
Packages that use IFileSystem Package Description gw.config gw.internal.gosu.module.fs gw.internal.gosu.parser gw.lang.gosuc.simple -
-
Uses of IFileSystem in gw.config
Fields in gw.config declared as IFileSystem Modifier and Type Field Description private static IFileSystemCommonServices. _fileSystemMethods in gw.config that return IFileSystem Modifier and Type Method Description private static IFileSystemCommonServices. getDefaultFileSystemInstance()static IFileSystemCommonServices. getFileSystem() -
Uses of IFileSystem in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IFileSystem Modifier and Type Class Description classFileSystemImpl -
Uses of IFileSystem in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IFileSystem Modifier and Type Field Description private IFileSystemClassPath. _fs -
Uses of IFileSystem in gw.lang.gosuc.simple
Methods in gw.lang.gosuc.simple that return IFileSystem Modifier and Type Method Description private static IFileSystemGosuCompiler. createFileSystemInstance()
-