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 TypeMethodDescriptionvoid
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 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 String
TypeNameUtil.getTypeNameFromFile
(IDirectory root, IFile file) -
Uses of IDirectory in gw.fs
Classes in gw.fs that implement IDirectoryModifier and TypeClassDescriptionclass
class
class
Fields in gw.fs declared as IDirectoryMethods in gw.fs that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectory
IDirectoryUtil.dir
(IJarFileDirectory root, String relativePath) private static IDirectory
IDirectoryUtil.findParentDirectory
(IDirectory root, List<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) private static void
IDirectoryUtil.allContainedFilesExcludingIgnored
(IDirectory root, IDirectory dir, DynamicArray<IFile> files) private static IDirectory
IDirectoryUtil.findParentDirectory
(IDirectory root, List<String> relativePath) 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 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 IDirectoryFields in gw.fs.jar with type parameters of type IDirectoryModifier and TypeFieldDescriptionprivate List<IDirectory>
JarEntryDirectoryImpl._childDirs
private List<IDirectory>
JarFileDirectoryImpl._childDirs
Methods 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 TypeMethodDescriptionboolean
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 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 TypeMethodDescriptionboolean
PhysicalResourceImpl.isChildOf
(IDirectory dir) boolean
PhysicalResourceImpl.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 TypeMethodDescriptionboolean
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 IDirectoryModifier and TypeMethodDescriptionvoid
DynamicTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) -
Uses of IDirectory in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util that return IDirectoryModifier and TypeMethodDescriptionprivate static IDirectory
RequiresReflectionDeterminer.getSourcePathFor
(IFileRepositoryBasedType gsClass) -
Uses of IDirectory in gw.internal.gosu.module
Fields in gw.internal.gosu.module with type parameters of type IDirectoryModifier and TypeFieldDescriptionprivate List<IDirectory>
Module._backingSourcePath
private List<IDirectory>
Module._classpath
Methods in gw.internal.gosu.module that return IDirectoryModifier and TypeMethodDescriptionprivate IDirectory[]
GlobalModule.getAllSourcePaths()
Module.getOutputPath()
Methods in gw.internal.gosu.module that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionprivate List<IDirectory>
Module.addFromManifestClassPath
(List<IDirectory> classpath) This will add items to the Gosu classpath, but only under very specific circumstances.protected 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 TypeMethodDescriptionprivate List<IDirectory>
Module.addFromManifestClassPath
(List<IDirectory> classpath) This will add items to the Gosu classpath, but only under very specific circumstances.void
Module.configurePaths
(List<IDirectory> classpath, List<IDirectory> sourcePaths, List<IDirectory> backingSourcePaths) private static void
Module.scanPaths
(List<IDirectory> paths, Set<String> extensions, List<IDirectory> roots) 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 IDirectoryFields in gw.internal.gosu.module.fs with type parameters of type IDirectoryModifier and TypeFieldDescriptionprivate Map<File,
IDirectory> FileSystemImpl._cachedDirInfo
protected List<IDirectory>
JavaDirectoryImpl.CachingFileRetrievalStrategy._directories
Methods in gw.internal.gosu.module.fs that return IDirectoryModifier and TypeMethodDescriptionprivate IDirectory
FileSystemImpl.getIDirectory
(File dir) FileSystemImpl.getIDirectory
(URL url) FileSystemImpl.getIDirectory
(Path dir) protected IDirectory
FileSystemImpl.IDirectoryResourceExtractor.getIResourceFromJarDirectoryAndEntryName
(IDirectory dir, String entryName) protected IDirectory
FileSystemImpl.IDirectoryResourceExtractor.getIResourceFromJavaFile
(URL location) (package private) IDirectory
FileSystemImpl.IDirectoryResourceExtractor.getIResourceFromPath
(Path path) (package private) IDirectory
FileSystemImpl.IDirectoryResourceExtractor.getIResourceFromURL
(URL location) JavaResourceImpl.getParent()
PathResourceImpl.getParent()
Methods in gw.internal.gosu.module.fs that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionJavaDirectoryImpl.CachingFileRetrievalStrategy.listDirs()
List<? extends IDirectory>
JavaDirectoryImpl.FileRetrievalStrategy.listDirs()
List<? extends IDirectory>
JavaDirectoryImpl.listDirs()
List<? extends IDirectory>
JavaDirectoryImpl.UncachedFileRetrievalStrategy.listDirs()
List<? extends IDirectory>
PathDirectoryImpl.listDirs()
Methods in gw.internal.gosu.module.fs with parameters of type IDirectoryModifier and TypeMethodDescriptionprotected IDirectory
FileSystemImpl.IDirectoryResourceExtractor.getIResourceFromJarDirectoryAndEntryName
(IDirectory dir, String entryName) (package private) IFile
FileSystemImpl.IFileResourceExtractor.getIResourceFromJarDirectoryAndEntryName
(IDirectory jarFS, String entryName) (package private) abstract J
FileSystemImpl.ResourceExtractor.getIResourceFromJarDirectoryAndEntryName
(IDirectory jarFS, String entryName) 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
Fields in gw.internal.gosu.parser with type parameters of type IDirectoryModifier and TypeFieldDescriptionprivate Set<IDirectory>
FileSystemGosuClassRepository._excludedPath
Methods in gw.internal.gosu.parser that return IDirectoryModifier and TypeMethodDescriptionprivate IDirectory
PackageToClassPathEntryTreeMap.getDir
(IFileSystemGosuClassRepository.ClassPathEntry root) FileSystemGosuClassRepository.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()
private static List<IDirectory>
DefaultEntityAccess.getAdditionalSourceRoots()
ClassPath.getPaths()
Methods in gw.internal.gosu.parser with parameters of type IDirectoryModifier and TypeMethodDescriptionprivate void
ClassPath.addClassNames
(IDirectory root, IDirectory dir, IClassPath.ClassPathFilter filter) private void
FileSystemGosuClassRepository.addTypeNames
(IDirectory root, IDirectory path, Set<String> classNames, String[] fileExts) private boolean
FileSystemGosuClassRepository.areDifferent
(IDirectory[] cp1, List<IFileSystemGosuClassRepository.ClassPathEntry> cp2) GosuIndustrialParkImpl.createFileSystemGosuClassRepository
(IModule module, IDirectory[] files) GosuIndustrialParkImpl.createFileSystemGosuClassRepository
(IModule module, IDirectory[] files, String[] extensions) void
PackageToClassPathEntryTreeMap.delete
(IDirectory dir) private String
ClassPath.getClassNameFromFile
(IDirectory root, IFile file) FileSystemGosuClassRepository.getClassNameFromFile
(IDirectory root, IFile file, String[] fileExts) private IFile
PackageToClassPathEntryTreeMap.getFileMatchCase
(IDirectory dir, String strFileName) private static boolean
FileSystemGosuClassRepository.isTestFolder
(IDirectory file) private boolean
FileSystemGosuClassRepository.isValidDirectory
(IDirectory dir) void
FileSystemGosuClassRepository.namespaceRefreshed
(String namespace, IDirectory dir, RefreshKind kind) private void
FileSystemGosuClassRepository.processDirectory
(PackageToClassPathEntryTreeMap node, IFileSystemGosuClassRepository.ClassPathEntry entry, IDirectory path) private boolean
ModuleTypeLoader.refreshDirectory
(IDirectory directory, RefreshKind kind) void
DefaultTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) private void
FileSystemGosuClassRepository.removeFromPackageCache
(String fqn, IDirectory dir) void
FileSystemGosuClassRepository.setExcludedPath
(IDirectory[] excludedPath) void
FileSystemGosuClassRepository.setSourcePath
(IDirectory[] sourcePath) Method parameters in gw.internal.gosu.parser with type arguments of type IDirectoryModifier and TypeMethodDescriptionprivate void
ClassPath.addJreJars
(List<IDirectory> javaClassPath) private IFile
FileSystemGosuClassRepository.findFirstFile
(String resourceName, List<? extends IDirectory> searchPath) -
Uses of IDirectory in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties with parameters of type IDirectoryModifier and TypeMethodDescriptionprivate void
PropertiesPropertySet.Source.addAllLocalResourceFilesByExtensionInternal
(String relativePath, IDirectory dir, String extension, List<Pair<String, IFile>> results) void
PropertiesTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) -
Uses of IDirectory in gw.lang
Fields in gw.lang with type parameters of type IDirectoryMethods 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()
private static List<IDirectory>
Gosu.makeClasspath
(String cpValue, String scriptRoot, boolean cmdLineCP) 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 void
Gosu.init
(List<IDirectory> classpath) private static void
Gosu.reinitGosu
(List<IDirectory> classpath) private static void
Gosu.removeDups
(List<IDirectory> classpath) static void
Gosu.setClasspath
(List<IDirectory> classpath) -
Uses of IDirectory in gw.lang.gosuc
Methods in gw.lang.gosuc that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectory
GosucUtil.getDirectoryForPath
(String uriPath) GosucModule.getOutputPath()
Methods in gw.lang.gosuc that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionprivate Map<String,
List<IDirectory>> Gosuc.createClassPathMap
(GosucModule[] allGosucModules) private static List<IDirectory>
Gosuc.getBackingSourcePaths
(GosucModule gosucModule) private static List<IDirectory>
Gosuc.getClassPaths
(GosucModule gosucModule) private List<IDirectory>
Gosuc.getExcludedFolders
(GosucModule gosucModule) private List<IDirectory>
Gosuc.getReferencedTotalClasspath
(GosucModule gosucModule, Map<String, List<IDirectory>> classpathMap) private List<IDirectory>
Gosuc.getSourceFolders
(GosucModule gosucModule) static List<IDirectory>
GosucUtil.toDirectories
(List<String> uriPaths) Method parameters in gw.lang.gosuc with type arguments of type IDirectoryModifier and TypeMethodDescriptionprivate List<IDirectory>
Gosuc.getReferencedTotalClasspath
(GosucModule gosucModule, Map<String, List<IDirectory>> classpathMap) GosucUtil.makeStringPaths
(List<IDirectory> sourcePaths) -
Uses of IDirectory in gw.lang.init
Fields in gw.lang.init declared as IDirectoryModifier and TypeFieldDescriptionClasspathToGosuPathEntryUtil.ModuleFindFromSourceEntryBlock._moduleDir
private IDirectory
GosuPathEntry._root
Fields in gw.lang.init with type parameters of type IDirectoryMethods in gw.lang.init that return IDirectoryModifier and TypeMethodDescriptionprivate static IDirectory
ClasspathToGosuPathEntryUtil.executeOnSourceDirectory
(IDirectory dir, ClasspathToGosuPathEntryUtil.SourceDirectoryBlock block) static IDirectory
ClasspathToGosuPathEntryUtil.findModuleRootFromSourceEntry
(IDirectory dir) ClasspathToGosuPathEntryUtil.ModuleFindFromSourceEntryBlock.getModuleDir()
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 TypeMethodDescriptionvoid
ClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock.doIt
(IDirectory dir, IFile moduleFile) void
ClasspathToGosuPathEntryUtil.ModuleFindFromSourceEntryBlock.doIt
(IDirectory dir, IFile moduleFile) void
ClasspathToGosuPathEntryUtil.SourceDirectoryBlock.doIt
(IDirectory dir, IFile moduleFile) private static IDirectory
ClasspathToGosuPathEntryUtil.executeOnSourceDirectory
(IDirectory dir, ClasspathToGosuPathEntryUtil.SourceDirectoryBlock block) static IDirectory
ClasspathToGosuPathEntryUtil.findModuleRootFromSourceEntry
(IDirectory dir) private boolean
GosuRuntimeManifoldHost.isIntelliJGeneratedClasspathJar
(IDirectory e) private boolean
ClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock.moduleAlreadyIncluded
(IDirectory rootDir, List<GosuPathEntry> pathEntries) private static boolean
ClasspathToGosuPathEntryUtil.moduleContainsSourceDir
(IFile moduleFile, 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.GosuRuntimeManifoldHost.removeNonFiles
(List<IDirectory> dirs) 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) 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
Fields in gw.lang.reflect.gs declared as IDirectoryModifier and TypeFieldDescriptionprivate final IDirectory
IFileSystemGosuClassRepository.ClassPathEntry._path
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) 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 -
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 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
Fields in gw.test with type parameters of type IDirectoryModifier and TypeFieldDescriptionprivate final List<IDirectory>
Suite._gosuClassSearchPath
private final List<IDirectory>
Suite._javaClassSearchPath
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()
Methods in gw.test with parameters of type IDirectoryModifier and TypeMethodDescriptionTestClassFinder.findTestTypes
(IDirectory entry, TestClassFinder.TestClassFindType findType) private void
TestClassFinder.findTestTypesImpl
(IDirectory root, IDirectory entry, TestClassFinder.TestClassFindType findType, ArrayList<IType> types) private void
TestClassFinder.possiblyAddTest
(IFile entry, IDirectory root, TestClassFinder.TestClassFindType findType, ArrayList<IType> types) Method parameters in gw.test with type arguments of type IDirectoryModifier and TypeMethodDescriptionTestClassFinder.findTests
(List<IDirectory> gosuSourceRoots, List<IDirectory> javaClassRoots) -
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 boolean
Extensions.containsManifest
(IDirectory dir) Extensions.getExtensions
(IDirectory dir, String headerName) static void
Extensions.getExtensions
(Collection<String> result, IDirectory dir, String headerName)