Uses of Interface
gw.fs.IDirectory
-
-
Uses of IDirectory in editor
Methods in editor with parameters of type IDirectory Modifier and Type Method Description void
PackageTypeLoader. refreshedNamespace(String s, IDirectory iDirectory, RefreshKind refreshKind)
void
TypeInPackageTypeLoader. refreshedNamespace(String s, IDirectory iDirectory, RefreshKind refreshKind)
-
Uses of IDirectory in editor.run
Method parameters in editor.run with type arguments of type IDirectory Modifier and Type Method Description String
InProcessRunner. run(String typeName, List<IDirectory> classpath)
-
Uses of IDirectory in editor.util
Methods in editor.util with parameters of type IDirectory Modifier and Type Method Description static String
TypeNameUtil. getTypeNameFromFile(IDirectory root, IFile file)
-
Uses of IDirectory in gw.fs
Classes in gw.fs that implement IDirectory Modifier and Type Class Description class
AdditionalDirectory
class
DelegateDirectory
class
IncludeModuleDirectory
Methods in gw.fs that return IDirectory Modifier and Type Method Description IDirectory
DelegateDirectory. dir(String relativePath)
IDirectory
IDirectory. dir(String relativePath)
static IDirectory
IDirectoryUtil. dir(IJarFileDirectory root, String relativePath)
IDirectory
DelegateDirectory. getDelegate()
IDirectory
FileFactory. getIDirectory(File f)
IDirectory
FileFactory. getIDirectory(String absolutePath)
IDirectory
DelegateDirectory. getParent()
IDirectory
IResource. getParent()
Gets this file's our directory's parent directory.Methods in gw.fs that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>
AdditionalDirectory. listDirs()
List<? extends IDirectory>
DelegateDirectory. listDirs()
List<? extends IDirectory>
IDirectory. listDirs()
Methods in gw.fs with parameters of type IDirectory Modifier and Type Method Description static DynamicArray<? extends IFile>
IDirectoryUtil. allContainedFilesExcludingIgnored(IDirectory dir)
boolean
DelegateDirectory. isChildOf(IDirectory dir)
boolean
IResource. isChildOf(IDirectory dir)
Indicates whether this resource is a direct child of the given directory.boolean
DelegateDirectory. isDescendantOf(IDirectory dir)
boolean
IResource. isDescendantOf(IDirectory dir)
Indicates whether this resource is a descendant of the given directory.Constructors in gw.fs with parameters of type IDirectory Constructor Description AdditionalDirectory(IDirectory delegate)
DelegateDirectory(IDirectory delegate)
IncludeModuleDirectory(IDirectory delegate)
-
Uses of IDirectory in gw.fs.jar
Subinterfaces of IDirectory in gw.fs.jar Modifier and Type Interface Description interface
IJarFileDirectory
Classes in gw.fs.jar that implement IDirectory Modifier and Type Class Description class
JarEntryDirectoryImpl
class
JarFileDirectoryImpl
Methods in gw.fs.jar that return IDirectory Modifier and Type Method Description IDirectory
JarEntryDirectoryImpl. dir(String relativePath)
IDirectory
JarFileDirectoryImpl. dir(String relativePath)
IDirectory
JarEntryResourceImpl. getParent()
IDirectory
JarFileDirectoryImpl. getParent()
Methods in gw.fs.jar that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>
JarEntryDirectoryImpl. listDirs()
List<? extends IDirectory>
JarFileDirectoryImpl. listDirs()
Methods in gw.fs.jar with parameters of type IDirectory Modifier and Type Method Description boolean
JarEntryResourceImpl. isChildOf(IDirectory dir)
boolean
JarFileDirectoryImpl. isChildOf(IDirectory dir)
boolean
JarEntryResourceImpl. isDescendantOf(IDirectory dir)
boolean
JarFileDirectoryImpl. isDescendantOf(IDirectory dir)
-
Uses of IDirectory in gw.fs.physical
Classes in gw.fs.physical that implement IDirectory Modifier and Type Class Description class
PhysicalDirectoryImpl
Methods in gw.fs.physical that return IDirectory Modifier and Type Method Description IDirectory
PhysicalDirectoryImpl. dir(String relativePath)
IDirectory
PhysicalResourceImpl. getParent()
Methods in gw.fs.physical that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>
PhysicalDirectoryImpl. listDirs()
Methods in gw.fs.physical with parameters of type IDirectory Modifier and Type Method Description boolean
PhysicalResourceImpl. isChildOf(IDirectory dir)
boolean
PhysicalResourceImpl. isDescendantOf(IDirectory dir)
-
Uses of IDirectory in gw.fs.url
Methods in gw.fs.url that return IDirectory Modifier and Type Method Description IDirectory
URLFileImpl. getParent()
Methods in gw.fs.url with parameters of type IDirectory Modifier and Type Method Description boolean
URLFileImpl. isChildOf(IDirectory dir)
boolean
URLFileImpl. isDescendantOf(IDirectory dir)
-
Uses of IDirectory in gw.internal.gosu.dynamic
Methods in gw.internal.gosu.dynamic with parameters of type IDirectory Modifier and Type Method Description void
DynamicTypeLoader. refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind)
-
Uses of IDirectory in gw.internal.gosu.module
Methods in gw.internal.gosu.module that return IDirectory Modifier and Type Method Description IDirectory
Module. getOutputPath()
Methods in gw.internal.gosu.module that return types with arguments of type IDirectory Modifier and Type Method Description protected List<IDirectory>
DefaultSingleModule. getAdditionalSourceRoots()
protected List<IDirectory>
Module. getAdditionalSourceRoots()
List<IDirectory>
Module. getBackingSourcePath()
List<IDirectory>
Module. getExcludedPaths()
List<IDirectory>
Module. getJavaClassPath()
List<IDirectory>
Module. getSourcePath()
Method parameters in gw.internal.gosu.module with type arguments of type IDirectory Modifier and Type Method Description void
Module. configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths, List<IDirectory> backingSourcePaths)
void
Module. setBackingSourcePath(List<IDirectory> backingSourcePath)
void
Module. setExcludedPaths(List<IDirectory> paths)
void
Module. setJavaClassPath(List<IDirectory> classpath)
void
Module. setSourcePath(List<IDirectory> sourcePaths)
-
Uses of IDirectory in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IDirectory Modifier and Type Class Description class
JavaDirectoryImpl
class
PathDirectoryImpl
Methods in gw.internal.gosu.module.fs that return IDirectory Modifier and Type Method Description IDirectory
JavaDirectoryImpl. dir(String relativePath)
IDirectory
PathDirectoryImpl. dir(String relativePath)
IDirectory
FileSystemImpl. getIDirectory(File dir)
IDirectory
FileSystemImpl. getIDirectory(URL url)
IDirectory
FileSystemImpl. getIDirectory(Path dir)
IDirectory
JavaResourceImpl. getParent()
IDirectory
PathResourceImpl. getParent()
Methods in gw.internal.gosu.module.fs that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>
JavaDirectoryImpl. listDirs()
List<? extends IDirectory>
PathDirectoryImpl. listDirs()
Methods in gw.internal.gosu.module.fs with parameters of type IDirectory Modifier and Type Method Description boolean
JavaResourceImpl. isChildOf(IDirectory dir)
boolean
PathResourceImpl. isChildOf(IDirectory dir)
boolean
JavaResourceImpl. isDescendantOf(IDirectory dir)
boolean
PathResourceImpl. isDescendantOf(IDirectory dir)
-
Uses of IDirectory in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IDirectory Modifier and Type Method Description IDirectory[]
FileSystemGosuClassRepository. getExcludedPath()
IDirectory
FileSystemGosuClassRepository.ClassFileInfo. getParentFile()
IDirectory[]
FileSystemGosuClassRepository. getSourcePath()
Methods in gw.internal.gosu.parser that return types with arguments of type IDirectory Modifier and Type Method Description static List<IDirectory>
ExecutionEnvironment. createDefaultClassPath()
List<IDirectory>
DefaultEntityAccess. getAdditionalSourceRoots()
ArrayList<IDirectory>
ClassPath. getPaths()
Methods in gw.internal.gosu.parser with parameters of type IDirectory Modifier and Type Method Description IFileSystemGosuClassRepository
GosuIndustrialParkImpl. createFileSystemGosuClassRepository(IModule module, IDirectory[] files)
IFileSystemGosuClassRepository
GosuIndustrialParkImpl. createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions)
String
FileSystemGosuClassRepository. getClassNameFromFile(IDirectory root, IFile file, String[] fileExts)
void
FileSystemGosuClassRepository. namespaceRefreshed(String namespace, IDirectory dir, RefreshKind kind)
void
DefaultTypeLoader. refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind)
void
FileSystemGosuClassRepository. setExcludedPath(IDirectory[] excludedPath)
void
FileSystemGosuClassRepository. setSourcePath(IDirectory[] sourcePath)
-
Uses of IDirectory in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties with parameters of type IDirectory Modifier and Type Method Description void
PropertiesTypeLoader. refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind)
-
Uses of IDirectory in gw.lang
Methods in gw.lang that return types with arguments of type IDirectory Modifier and Type Method Description static List<IDirectory>
Gosu. deriveClasspathFrom(Class clazz)
static List<IDirectory>
Gosu. deriveClasspathFrom_Java9(Class clazz)
static List<IDirectory>
Gosu. getClasspath()
Methods in gw.lang with parameters of type IDirectory Modifier and Type Method Description static IFileSystemGosuClassRepository
GosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files)
static IFileSystemGosuClassRepository
GosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions)
IFileSystemGosuClassRepository
IGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files)
IFileSystemGosuClassRepository
IGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions)
Method parameters in gw.lang with type arguments of type IDirectory Modifier and Type Method Description static void
Gosu. init(List<IDirectory> classpath)
static void
Gosu. setClasspath(List<IDirectory> classpath)
-
Uses of IDirectory in gw.lang.gosuc
Methods in gw.lang.gosuc that return IDirectory Modifier and Type Method Description static IDirectory
GosucUtil. getDirectoryForPath(String uriPath)
IDirectory
GosucModule. getOutputPath()
Methods in gw.lang.gosuc that return types with arguments of type IDirectory Modifier and Type Method Description static List<IDirectory>
GosucUtil. toDirectories(List<String> uriPaths)
Method parameters in gw.lang.gosuc with type arguments of type IDirectory Modifier and Type Method Description static List<String>
GosucUtil. makeStringPaths(List<IDirectory> sourcePaths)
-
Uses of IDirectory in gw.lang.init
Methods in gw.lang.init that return IDirectory Modifier and Type Method Description static IDirectory
ClasspathToGosuPathEntryUtil. findModuleRootFromSourceEntry(IDirectory dir)
IDirectory
GosuPathEntry. getRoot()
Returns the root directory for this GosuPathEntry.Methods in gw.lang.init that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>
GosuPathEntry. getSources()
Returns the source directories for this path entry.Methods in gw.lang.init with parameters of type IDirectory Modifier and Type Method Description static IDirectory
ClasspathToGosuPathEntryUtil. findModuleRootFromSourceEntry(IDirectory dir)
Method parameters in gw.lang.init with type arguments of type IDirectory Modifier and Type Method Description static List<GosuPathEntry>
ClasspathToGosuPathEntryUtil. convertClasspathToGosuPathEntries(List<IDirectory> classpath)
Converts a set of Files into a list of GosuPathEntries.Constructors in gw.lang.init with parameters of type IDirectory Constructor Description GosuPathEntry(IDirectory root, List<? extends IDirectory> srcs)
Constructs a new GosuPathEntry with the specified data.Constructor parameters in gw.lang.init with type arguments of type IDirectory Constructor Description GosuPathEntry(IDirectory root, List<? extends IDirectory> srcs)
Constructs a new GosuPathEntry with the specified data. -
Uses of IDirectory in gw.lang.reflect
Methods in gw.lang.reflect that return types with arguments of type IDirectory Modifier and Type Method Description List<IDirectory>
IEntityAccess. getAdditionalSourceRoots()
Methods in gw.lang.reflect with parameters of type IDirectory Modifier and Type Method Description String
ITypeLoader. getNamespaceForDirectory(IDirectory dir)
String
SimpleTypeLoader. getNamespaceForDirectory(IDirectory dir)
String
TypeLoaderBase. getNamespaceForDirectory(IDirectory dir)
boolean
ITypeLoader. handlesDirectory(IDirectory dir)
boolean
SimpleTypeLoader. handlesDirectory(IDirectory dir)
boolean
TypeLoaderBase. handlesDirectory(IDirectory dir)
void
ITypeLoader. refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind)
-
Uses of IDirectory in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IDirectory Modifier and Type Method Description IDirectory[]
IFileSystemGosuClassRepository. getExcludedPath()
IDirectory
IFileSystemGosuClassRepository.IClassFileInfo. getParentFile()
IDirectory
IFileSystemGosuClassRepository.ClassPathEntry. getPath()
IDirectory[]
IFileSystemGosuClassRepository. getSourcePath()
Methods in gw.lang.reflect.gs with parameters of type IDirectory Modifier and Type Method Description String
IFileSystemGosuClassRepository. getClassNameFromFile(IDirectory root, IFile file, String[] fileExts)
void
IGosuClassRepository. namespaceRefreshed(String namespace, IDirectory dir, RefreshKind kind)
Called when a namespace is refreshedvoid
GosuClassTypeLoader. refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind)
void
IFileSystemGosuClassRepository. setExcludedPath(IDirectory[] excludedPath)
void
IFileSystemGosuClassRepository. setSourcePath(IDirectory[] sourcePath)
Constructors in gw.lang.reflect.gs with parameters of type IDirectory Constructor Description ClassPathEntry(IDirectory path, boolean testResource)
-
Uses of IDirectory in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IDirectory Modifier and Type Method Description IDirectory
IFileSystem. getIDirectory(File dir)
IDirectory
IFileSystem. getIDirectory(URL url)
IDirectory
IFileSystem. getIDirectory(Path dir)
IDirectory
IProtocolAdapter. getIDirectory(URL url)
IDirectory
IModule. getOutputPath()
IDirectory
INativeModule. getOutputPath()
Methods in gw.lang.reflect.module that return types with arguments of type IDirectory Modifier and Type Method Description List<IDirectory>
IModule. getBackingSourcePath()
List<IDirectory>
IModule. getExcludedPaths()
List<IDirectory>
IModule. getJavaClassPath()
ArrayList<IDirectory>
IClassPath. getPaths()
List<IDirectory>
IModule. getSourcePath()
Method parameters in gw.lang.reflect.module with type arguments of type IDirectory Modifier and Type Method Description default void
IModule. configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths)
Configure both source and Java classpaths of the module in a semi-automated way.void
IModule. configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths, List<IDirectory> backingSourcePaths)
Configure both source and Java classpaths of the module in a semi-automated way.void
IModule. setBackingSourcePath(List<IDirectory> paths)
void
IModule. setExcludedPaths(List<IDirectory> paths)
void
IModule. setJavaClassPath(List<IDirectory> paths)
void
IModule. setSourcePath(List<IDirectory> path)
-
Uses of IDirectory in gw.test
Methods in gw.test that return types with arguments of type IDirectory Modifier and Type Method Description static List<IDirectory>
ClassPathUtil. constructClasspathFromSystemClasspath()
Turns the java.class.path system property value into a list of directories and jarsprotected List<IDirectory>
TestEnvironment. constructClasspathFromSystemClasspath()
protected List<IDirectory>
Suite. createDefaultGosuClassSearchPath()
protected List<IDirectory>
Suite. createDefaultJavaClassSearchPath()
-
Uses of IDirectory in gw.util
Methods in gw.util that return types with arguments of type IDirectory Modifier and Type Method Description static List<IDirectory>
Extensions. getJarsWithSources(IModule module)
Methods in gw.util with parameters of type IDirectory Modifier and Type Method Description static boolean
Extensions. containsManifest(IDirectory dir)
static List<String>
Extensions. getExtensions(IDirectory dir, String headerName)
static void
Extensions. getExtensions(Collection<String> result, IDirectory dir, String headerName)
-