Uses of Interface
manifold.api.fs.IDirectory
Packages that use IDirectory
Package
Description
-
Uses of IDirectory in manifold.api.fs
Classes in manifold.api.fs that implement IDirectoryMethods in manifold.api.fs that return IDirectoryModifier and TypeMethodDescriptionstatic IDirectoryIDirectoryUtil.dir(IJarFileDirectory root, String relativePath) DelegateDirectory.getDelegate()IFileSystem.getIDirectory(File dir) IFileSystem.getIDirectory(URL url) DelegateDirectory.getParent()IResource.getParent()Gets this file's our directory's parent directory.Methods in manifold.api.fs that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionstatic List<IDirectory> Extensions.getJarsWithSources(IModule module) List<? extends IDirectory> AdditionalDirectory.listDirs()List<? extends IDirectory> DelegateDirectory.listDirs()List<? extends IDirectory> IDirectory.listDirs()Methods in manifold.api.fs with parameters of type IDirectoryModifier and TypeMethodDescriptionstatic booleanExtensions.containsManifest(IDirectory dir) static voidExtensions.getExtensions(Collection<String> result, IDirectory dir, String headerName) Extensions.getExtensions(IDirectory dir, String headerName) static booleanIFileUtil.hasSourceFiles(IDirectory root) Avoid including dependency jar files that are not meant to be scanned for source filesbooleanDelegateDirectory.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 manifold.api.fs with parameters of type IDirectoryModifierConstructorDescriptionAdditionalDirectory(IFileSystem fs, IDirectory delegate) DelegateDirectory(IFileSystem fs, IDirectory delegate) -
Uses of IDirectory in manifold.api.fs.cache
Constructor parameters in manifold.api.fs.cache with type arguments of type IDirectoryModifierConstructorDescriptionPathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler) -
Uses of IDirectory in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IDirectoryMethods in manifold.api.fs.def that return IDirectoryModifier and TypeMethodDescriptionFileSystemImpl.getIDirectory(File dir) FileSystemImpl.getIDirectory(URL url) FileFragmentImpl.getParent()JavaResourceImpl.getParent()Methods in manifold.api.fs.def that return types with arguments of type IDirectoryMethods in manifold.api.fs.def with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanFileFragmentImpl.isChildOf(IDirectory dir) booleanJavaResourceImpl.isChildOf(IDirectory dir) booleanFileFragmentImpl.isDescendantOf(IDirectory dir) booleanJavaResourceImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in manifold.api.fs.jar
Subinterfaces of IDirectory in manifold.api.fs.jarClasses in manifold.api.fs.jar that implement IDirectoryMethods in manifold.api.fs.jar that return IDirectoryModifier and TypeMethodDescriptionJarEntryResourceImpl.getParent()JarFileDirectoryImpl.getParent()Methods in manifold.api.fs.jar that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionList<? extends IDirectory> JarEntryDirectoryImpl.listDirs()List<? extends IDirectory> JarFileDirectoryImpl.listDirs()Methods in manifold.api.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 manifold.api.fs.url
Methods in manifold.api.fs.url that return IDirectoryMethods in manifold.api.fs.url with parameters of type IDirectoryModifier and TypeMethodDescriptionbooleanURLFileImpl.isChildOf(IDirectory dir) booleanURLFileImpl.isDescendantOf(IDirectory dir) -
Uses of IDirectory in manifold.api.host
Methods in manifold.api.host that return IDirectoryMethods in manifold.api.host that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionIModule.getCollectiveJavaClassPath()IModule.getCollectiveSourcePath()IModule.getJavaClassPath()IModule.getOutputPath()IModule.getSourcePath()The path[s] having source files that should be exposed to this module. -
Uses of IDirectory in manifold.internal.host
Methods in manifold.internal.host that return IDirectoryMethods in manifold.internal.host that return types with arguments of type IDirectoryModifier and TypeMethodDescriptionprotected List<IDirectory> RuntimeManifoldHost.createDefaultClassPath()SimpleModule.getCollectiveJavaClassPath()SimpleModule.getCollectiveSourcePath()SimpleModule.getJavaClassPath()SimpleModule.getOutputPath()SimpleModule.getSourcePath()Method parameters in manifold.internal.host with type arguments of type IDirectoryModifier and TypeMethodDescriptionprotected voidSimpleModule.setJavaClassPath(List<IDirectory> cp) Constructor parameters in manifold.internal.host with type arguments of type IDirectoryModifierConstructorDescriptionSimpleModule(IManifoldHost host, List<IDirectory> classpath, List<IDirectory> sourcePath, List<IDirectory> outputPath)