Uses of Interface
gw.fs.IDirectory
Packages that use IDirectory
Package
Description
-
Uses of IDirectory in editor
Methods in editor with parameters of type IDirectoryModifier and TypeMethodDescriptionvoidPackageTypeLoader.refreshedNamespace(String s, IDirectory iDirectory, RefreshKind refreshKind) voidTypeInPackageTypeLoader.refreshedNamespace(String s, IDirectory iDirectory, RefreshKind refreshKind) -
Uses of IDirectory in editor.run
Method parameters in editor.run with type arguments of type IDirectoryModifier and TypeMethodDescriptionInProcessRunner.run(String typeName, List<IDirectory> classpath) -
Uses of IDirectory in editor.util
Methods in editor.util with parameters of type IDirectoryModifier and TypeMethodDescriptionstatic StringTypeNameUtil.getTypeNameFromFile(IDirectory root, IFile file) -
Uses of IDirectory in gw.fs
Classes in gw.fs that implement IDirectoryModifier and TypeClassDescriptionclassclassclassMethods in gw.fs that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectoryIDirectoryUtil.dir(IJarFileDirectory root, String relativePath) DelegateDirectory.getDelegate()FileFactory.getIDirectory(File f) FileFactory.getIDirectory(String absolutePath) DelegateDirectory.getParent()IResource.getParent()Gets this file's our directory's parent directory.Methods in gw.fs that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionList<? extends IDirectory> AdditionalDirectory.listDirs()List<? extends IDirectory> DelegateDirectory.listDirs()List<? extends IDirectory> IDirectory.listDirs()Methods in gw.fs with parameters of type IDirectoryModifier and TypeMethodDescriptionstatic DynamicArray<? extends IFile> IDirectoryUtil.allContainedFilesExcludingIgnored(IDirectory dir) booleanDelegateDirectory.isChildOf(IDirectory dir) booleanIResource.isChildOf(IDirectory dir) Indicates whether this resource is a direct child of the given directory.booleanDelegateDirectory.isDescendantOf(IDirectory dir) booleanIResource.isDescendantOf(IDirectory dir) Indicates whether this resource is a descendant of the given directory.Constructors in gw.fs with parameters of type IDirectoryModifierConstructorDescriptionAdditionalDirectory(IDirectory delegate) DelegateDirectory(IDirectory delegate) IncludeModuleDirectory(IDirectory delegate) -
Uses of IDirectory in gw.fs.jar
Subinterfaces of IDirectory in gw.fs.jarClasses in gw.fs.jar that implement IDirectoryMethods in gw.fs.jar that return IDirectoryModifier and TypeMethodDescriptionJarEntryResourceImpl.getParent()JarFileDirectoryImpl.getParent()Methods in gw.fs.jar that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionList<? extends IDirectory> JarEntryDirectoryImpl.listDirs()List<? extends IDirectory> JarFileDirectoryImpl.listDirs()Methods in gw.fs.jar with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanJarEntryResourceImpl.isChildOf(IDirectory dir) booleanJarFileDirectoryImpl.isChildOf(IDirectory dir) booleanJarEntryResourceImpl.isDescendantOf(IDirectory dir) booleanJarFileDirectoryImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in gw.fs.physical
Classes in gw.fs.physical that implement IDirectoryMethods in gw.fs.physical that return IDirectoryMethods in gw.fs.physical that return types with arguments of type IDirectoryMethods in gw.fs.physical with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanPhysicalResourceImpl.isChildOf(IDirectory dir) booleanPhysicalResourceImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in gw.fs.url
Methods in gw.fs.url that return IDirectoryMethods in gw.fs.url with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanURLFileImpl.isChildOf(IDirectory dir) booleanURLFileImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in gw.internal.gosu.dynamic
Methods in gw.internal.gosu.dynamic with parameters of type IDirectoryModifier and TypeMethodDescriptionvoidDynamicTypeLoader.refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind) -
Uses of IDirectory in gw.internal.gosu.module
Methods in gw.internal.gosu.module that return IDirectoryMethods in gw.internal.gosu.module that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionprotected List<IDirectory> DefaultSingleModule.getAdditionalSourceRoots()protected List<IDirectory> Module.getAdditionalSourceRoots()Module.getBackingSourcePath()Module.getExcludedPaths()Module.getJavaClassPath()Module.getSourcePath()Method parameters in gw.internal.gosu.module with type arguments of type IDirectoryModifier and TypeMethodDescriptionvoidModule.configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths, List<IDirectory> backingSourcePaths) voidModule.setBackingSourcePath(List<IDirectory> backingSourcePath) voidModule.setExcludedPaths(List<IDirectory> paths) voidModule.setJavaClassPath(List<IDirectory> classpath) voidModule.setSourcePath(List<IDirectory> sourcePaths) -
Uses of IDirectory in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IDirectoryMethods in gw.internal.gosu.module.fs that return IDirectoryModifier and TypeMethodDescriptionFileSystemImpl.getIDirectory(File dir) FileSystemImpl.getIDirectory(URL url) FileSystemImpl.getIDirectory(Path dir) JavaResourceImpl.getParent()PathResourceImpl.getParent()Methods in gw.internal.gosu.module.fs that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionList<? extends IDirectory> JavaDirectoryImpl.listDirs()List<? extends IDirectory> PathDirectoryImpl.listDirs()Methods in gw.internal.gosu.module.fs with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanJavaResourceImpl.isChildOf(IDirectory dir) booleanPathResourceImpl.isChildOf(IDirectory dir) booleanJavaResourceImpl.isDescendantOf(IDirectory dir) booleanPathResourceImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IDirectoryModifier and TypeMethodDescriptionFileSystemGosuClassRepository.getExcludedPath()FileSystemGosuClassRepository.ClassFileInfo.getParentFile()FileSystemGosuClassRepository.getSourcePath()Methods in gw.internal.gosu.parser that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionstatic List<IDirectory> ExecutionEnvironment.createDefaultClassPath()DefaultEntityAccess.getAdditionalSourceRoots()ClassPath.getPaths()Methods in gw.internal.gosu.parser with parameters of type IDirectoryModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createFileSystemGosuClassRepository(IModule module, IDirectory[] files) GosuIndustrialParkImpl.createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions) FileSystemGosuClassRepository.getClassNameFromFile(IDirectory root, IFile file, String[] fileExts) voidFileSystemGosuClassRepository.namespaceRefreshed(String namespace, IDirectory dir, RefreshKind kind) voidDefaultTypeLoader.refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind) voidFileSystemGosuClassRepository.setExcludedPath(IDirectory[] excludedPath) voidFileSystemGosuClassRepository.setSourcePath(IDirectory[] sourcePath) -
Uses of IDirectory in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties with parameters of type IDirectoryModifier and TypeMethodDescriptionvoidPropertiesTypeLoader.refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind) -
Uses of IDirectory in gw.lang
Methods in gw.lang that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionstatic 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 IDirectoryModifier and TypeMethodDescriptionGosuShop.createFileSystemGosuClassRepository(IModule module, IDirectory[] files) GosuShop.createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions) IGosuShop.createFileSystemGosuClassRepository(IModule module, IDirectory[] files) IGosuShop.createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions) Method parameters in gw.lang with type arguments of type IDirectoryModifier and TypeMethodDescriptionstatic voidGosu.init(List<IDirectory> classpath) static voidGosu.setClasspath(List<IDirectory> classpath) -
Uses of IDirectory in gw.lang.gosuc
Methods in gw.lang.gosuc that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectoryGosucUtil.getDirectoryForPath(String uriPath) GosucModule.getOutputPath()Methods in gw.lang.gosuc that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionstatic List<IDirectory> GosucUtil.toDirectories(List<String> uriPaths) Method parameters in gw.lang.gosuc with type arguments of type IDirectory -
Uses of IDirectory in gw.lang.init
Methods in gw.lang.init that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectoryClasspathToGosuPathEntryUtil.findModuleRootFromSourceEntry(IDirectory dir) GosuPathEntry.getRoot()Returns the root directory for this GosuPathEntry.Methods in gw.lang.init that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionList<? extends IDirectory> GosuPathEntry.getSources()Returns the source directories for this path entry.Methods in gw.lang.init with parameters of type IDirectoryModifier and TypeMethodDescriptionstatic IDirectoryClasspathToGosuPathEntryUtil.findModuleRootFromSourceEntry(IDirectory dir) Method parameters in gw.lang.init with type arguments of type IDirectoryModifier and TypeMethodDescriptionstatic 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 IDirectoryModifierConstructorDescriptionGosuPathEntry(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 IDirectoryModifierConstructorDescriptionGosuPathEntry(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 IDirectoryMethods in gw.lang.reflect with parameters of type IDirectoryModifier and TypeMethodDescriptionITypeLoader.getNamespaceForDirectory(IDirectory dir) SimpleTypeLoader.getNamespaceForDirectory(IDirectory dir) TypeLoaderBase.getNamespaceForDirectory(IDirectory dir) booleanITypeLoader.handlesDirectory(IDirectory dir) booleanSimpleTypeLoader.handlesDirectory(IDirectory dir) booleanTypeLoaderBase.handlesDirectory(IDirectory dir) voidITypeLoader.refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind) -
Uses of IDirectory in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IDirectoryModifier and TypeMethodDescriptionIFileSystemGosuClassRepository.getExcludedPath()IFileSystemGosuClassRepository.IClassFileInfo.getParentFile()IFileSystemGosuClassRepository.ClassPathEntry.getPath()IFileSystemGosuClassRepository.getSourcePath()Methods in gw.lang.reflect.gs with parameters of type IDirectoryModifier and TypeMethodDescriptionIFileSystemGosuClassRepository.getClassNameFromFile(IDirectory root, IFile file, String[] fileExts) voidIGosuClassRepository.namespaceRefreshed(String namespace, IDirectory dir, RefreshKind kind) Called when a namespace is refreshedvoidGosuClassTypeLoader.refreshedNamespace(String namespace, IDirectory dir, RefreshKind kind) voidIFileSystemGosuClassRepository.setExcludedPath(IDirectory[] excludedPath) voidIFileSystemGosuClassRepository.setSourcePath(IDirectory[] sourcePath) Constructors in gw.lang.reflect.gs with parameters of type IDirectory -
Uses of IDirectory in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IDirectoryModifier and TypeMethodDescriptionIFileSystem.getIDirectory(File dir) IFileSystem.getIDirectory(URL url) IFileSystem.getIDirectory(Path dir) IProtocolAdapter.getIDirectory(URL url) IModule.getOutputPath()INativeModule.getOutputPath()Methods in gw.lang.reflect.module that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionIModule.getBackingSourcePath()IModule.getExcludedPaths()IModule.getJavaClassPath()IClassPath.getPaths()IModule.getSourcePath()Method parameters in gw.lang.reflect.module with type arguments of type IDirectoryModifier and TypeMethodDescriptiondefault voidIModule.configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths) Configure both source and Java classpaths of the module in a semi-automated way.voidIModule.configurePaths(List<IDirectory> classpath, List<IDirectory> sourcePaths, List<IDirectory> backingSourcePaths) Configure both source and Java classpaths of the module in a semi-automated way.voidIModule.setBackingSourcePath(List<IDirectory> paths) voidIModule.setExcludedPaths(List<IDirectory> paths) voidIModule.setJavaClassPath(List<IDirectory> paths) voidIModule.setSourcePath(List<IDirectory> path) -
Uses of IDirectory in gw.test
Methods in gw.test that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionstatic 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 IDirectoryModifier and TypeMethodDescriptionstatic List<IDirectory> Extensions.getJarsWithSources(IModule module) Methods in gw.util with parameters of type IDirectoryModifier and TypeMethodDescriptionstatic booleanExtensions.containsManifest(IDirectory dir) Extensions.getExtensions(IDirectory dir, String headerName) static voidExtensions.getExtensions(Collection<String> result, IDirectory dir, String headerName)