Uses of Interface
manifold.api.fs.IDirectory
-
Packages that use IDirectory Package Description manifold.api.fs manifold.api.fs.cache manifold.api.fs.def manifold.api.fs.jar manifold.api.fs.url manifold.api.host manifold.internal.host -
-
Uses of IDirectory in manifold.api.fs
Classes in manifold.api.fs that implement IDirectory Modifier and Type Class Description classAdditionalDirectoryclassDelegateDirectoryMethods in manifold.api.fs that return IDirectory Modifier and Type Method Description IDirectoryDelegateDirectory. dir(String relativePath)IDirectoryIDirectory. dir(String relativePath)static IDirectoryIDirectoryUtil. dir(IJarFileDirectory root, String relativePath)IDirectoryDelegateDirectory. getDelegate()IDirectoryIFileSystem. getIDirectory(File dir)IDirectoryIFileSystem. getIDirectory(URL url)IDirectoryDelegateDirectory. getParent()IDirectoryIResource. getParent()Gets this file's our directory's parent directory.Methods in manifold.api.fs that return types with arguments of type IDirectory Modifier and Type Method Description static 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 IDirectory Modifier and Type Method Description static booleanExtensions. containsManifest(IDirectory dir)static voidExtensions. getExtensions(Collection<String> result, IDirectory dir, String headerName)static List<String>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 IDirectory Constructor Description AdditionalDirectory(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 IDirectory Constructor Description PathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler) -
Uses of IDirectory in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IDirectory Modifier and Type Class Description classJavaDirectoryImplMethods in manifold.api.fs.def that return IDirectory Modifier and Type Method Description IDirectoryJavaDirectoryImpl. dir(String relativePath)IDirectoryFileSystemImpl. getIDirectory(File dir)IDirectoryFileSystemImpl. getIDirectory(URL url)IDirectoryFileFragmentImpl. getParent()IDirectoryJavaResourceImpl. getParent()Methods in manifold.api.fs.def that return types with arguments of type IDirectory Modifier and Type Method Description List<? extends IDirectory>JavaDirectoryImpl. listDirs()Methods in manifold.api.fs.def with parameters of type IDirectory Modifier and Type Method Description booleanFileFragmentImpl. 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.jar Modifier and Type Interface Description interfaceIJarFileDirectoryClasses in manifold.api.fs.jar that implement IDirectory Modifier and Type Class Description classJarEntryDirectoryImplclassJarFileDirectoryImplMethods in manifold.api.fs.jar that return IDirectory Modifier and Type Method Description IDirectoryJarEntryDirectoryImpl. dir(String relativePath)IDirectoryJarFileDirectoryImpl. dir(String relativePath)IDirectoryJarEntryResourceImpl. getParent()IDirectoryJarFileDirectoryImpl. getParent()Methods in manifold.api.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 manifold.api.fs.jar with parameters of type IDirectory Modifier and Type Method Description booleanJarEntryResourceImpl. 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 IDirectory Modifier and Type Method Description IDirectoryURLFileImpl. getParent()Methods in manifold.api.fs.url with parameters of type IDirectory Modifier and Type Method Description booleanURLFileImpl. isChildOf(IDirectory dir)booleanURLFileImpl. isDescendantOf(IDirectory dir) -
Uses of IDirectory in manifold.api.host
Methods in manifold.api.host that return IDirectory Modifier and Type Method Description IDirectory[]IModule. getExcludedPath()Methods in manifold.api.host that return types with arguments of type IDirectory Modifier and Type Method Description List<IDirectory>IModule. getCollectiveJavaClassPath()List<IDirectory>IModule. getCollectiveSourcePath()List<IDirectory>IModule. getJavaClassPath()List<IDirectory>IModule. getOutputPath()List<IDirectory>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 IDirectory Modifier and Type Method Description IDirectory[]SimpleModule. getExcludedPath()Methods in manifold.internal.host that return types with arguments of type IDirectory Modifier and Type Method Description protected List<IDirectory>RuntimeManifoldHost. createDefaultClassPath()List<IDirectory>SimpleModule. getCollectiveJavaClassPath()List<IDirectory>SimpleModule. getCollectiveSourcePath()List<IDirectory>SimpleModule. getJavaClassPath()List<IDirectory>SimpleModule. getOutputPath()List<IDirectory>SimpleModule. getSourcePath()Method parameters in manifold.internal.host with type arguments of type IDirectory Modifier and Type Method Description protected voidSimpleModule. setJavaClassPath(List<IDirectory> cp)Constructor parameters in manifold.internal.host with type arguments of type IDirectory Constructor Description SimpleModule(IManifoldHost host, List<IDirectory> classpath, List<IDirectory> sourcePath, List<IDirectory> outputPath)
-