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 |
Modifier and Type | Class and Description |
---|---|
class |
AdditionalDirectory |
class |
DelegateDirectory |
Modifier and Type | Method and Description |
---|---|
static IDirectory |
IDirectoryUtil.dir(IJarFileDirectory root,
String relativePath) |
IDirectory |
IDirectory.dir(String relativePath) |
IDirectory |
DelegateDirectory.dir(String relativePath) |
IDirectory |
DelegateDirectory.getDelegate() |
IDirectory |
IFileSystem.getIDirectory(File dir) |
IDirectory |
IFileSystem.getIDirectory(URL url) |
IDirectory |
DelegateDirectory.getParent() |
IDirectory |
IResource.getParent()
Gets this file's our directory's parent directory.
|
Modifier and Type | Method and Description |
---|---|
static List<IDirectory> |
Extensions.getJarsWithSources(IModule module) |
List<? extends IDirectory> |
IDirectory.listDirs() |
List<? extends IDirectory> |
AdditionalDirectory.listDirs() |
List<? extends IDirectory> |
DelegateDirectory.listDirs() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Extensions.containsManifest(IDirectory dir) |
static void |
Extensions.getExtensions(Collection<String> result,
IDirectory dir,
String headerName) |
static List<String> |
Extensions.getExtensions(IDirectory dir,
String headerName) |
static boolean |
IFileUtil.hasSourceFiles(IDirectory root)
Avoid including dependency jar files that are not meant to be scanned for source files
|
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.
|
Constructor and Description |
---|
AdditionalDirectory(IFileSystem fs,
IDirectory delegate) |
DelegateDirectory(IFileSystem fs,
IDirectory delegate) |
Constructor and Description |
---|
PathCache(IModule module,
Supplier<Collection<IDirectory>> pathSupplier,
Runnable clearHandler) |
Modifier and Type | Class and Description |
---|---|
class |
JavaDirectoryImpl |
Modifier and Type | Method and Description |
---|---|
IDirectory |
JavaDirectoryImpl.dir(String relativePath) |
IDirectory |
FileSystemImpl.getIDirectory(File dir) |
IDirectory |
FileSystemImpl.getIDirectory(URL url) |
IDirectory |
JavaResourceImpl.getParent() |
IDirectory |
FileFragmentImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
List<? extends IDirectory> |
JavaDirectoryImpl.listDirs() |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaResourceImpl.isChildOf(IDirectory dir) |
boolean |
FileFragmentImpl.isChildOf(IDirectory dir) |
boolean |
JavaResourceImpl.isDescendantOf(IDirectory dir) |
boolean |
FileFragmentImpl.isDescendantOf(IDirectory dir) |
Modifier and Type | Interface and Description |
---|---|
interface |
IJarFileDirectory |
Modifier and Type | Class and Description |
---|---|
class |
JarEntryDirectoryImpl |
class |
JarFileDirectoryImpl |
Modifier and Type | Method and Description |
---|---|
IDirectory |
JarEntryDirectoryImpl.dir(String relativePath) |
IDirectory |
JarFileDirectoryImpl.dir(String relativePath) |
IDirectory |
JarFileDirectoryImpl.getParent() |
IDirectory |
JarEntryResourceImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
List<? extends IDirectory> |
JarEntryDirectoryImpl.listDirs() |
List<? extends IDirectory> |
JarFileDirectoryImpl.listDirs() |
Modifier and Type | Method and Description |
---|---|
boolean |
JarFileDirectoryImpl.isChildOf(IDirectory dir) |
boolean |
JarEntryResourceImpl.isChildOf(IDirectory dir) |
boolean |
JarFileDirectoryImpl.isDescendantOf(IDirectory dir) |
boolean |
JarEntryResourceImpl.isDescendantOf(IDirectory dir) |
Modifier and Type | Method and Description |
---|---|
IDirectory |
URLFileImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
boolean |
URLFileImpl.isChildOf(IDirectory dir) |
boolean |
URLFileImpl.isDescendantOf(IDirectory dir) |
Modifier and Type | Method and Description |
---|---|
IDirectory[] |
IModule.getExcludedPath() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
IDirectory[] |
SimpleModule.getExcludedPath() |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleModule.setJavaClassPath(List<IDirectory> cp) |
Constructor and Description |
---|
SimpleModule(IManifoldHost host,
List<IDirectory> classpath,
List<IDirectory> sourcePath,
List<IDirectory> outputPath) |
SimpleModule(IManifoldHost host,
List<IDirectory> classpath,
List<IDirectory> sourcePath,
List<IDirectory> outputPath) |
SimpleModule(IManifoldHost host,
List<IDirectory> classpath,
List<IDirectory> sourcePath,
List<IDirectory> outputPath) |
Copyright © 2024. All rights reserved.