Package | Description |
---|---|
manifold.api.fs | |
manifold.api.fs.def | |
manifold.api.host | |
manifold.api.type | |
manifold.api.util.cache | |
manifold.internal.host | |
manifold.internal.javac |
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
IFileSystem.getHost() |
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
FileSystemImpl.getHost() |
Constructor and Description |
---|
FileSystemImpl(IManifoldHost host,
IFileSystem.CachingMode cachingMode) |
Modifier and Type | Interface and Description |
---|---|
interface |
IRuntimeManifoldHost
A Manifold host exclusive to the runtime environment.
|
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
IModule.getHost() |
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
IModel.getHost() |
IManifoldHost |
AbstractSingleFileModel.getHost() |
Constructor and Description |
---|
AbstractSingleFileModel(IManifoldHost host,
String fqn,
Set<IFile> files) |
Modifier and Type | Method and Description |
---|---|
static <K,V> TypeSystemAwareCache<K,V> |
TypeSystemAwareCache.make(IManifoldHost host,
String name,
int size,
manifold.util.concurrent.Cache.Loader<K,V> loader) |
Constructor and Description |
---|
TypeSystemAwareCache(IManifoldHost host,
String name,
int size,
manifold.util.concurrent.Cache.Loader<K,V> loader) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractManifoldHost |
class |
JavacManifoldHost
JavacManifoldHost is exclusive to an instance of JavacPlugin . |
class |
RuntimeManifoldHost |
class |
SingleModuleManifoldHost |
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
SimpleModule.getHost() |
Constructor and Description |
---|
SimpleModule(IManifoldHost host,
List<IDirectory> classpath,
List<IDirectory> sourcePath,
List<IDirectory> outputPath) |
Modifier and Type | Method and Description |
---|---|
IManifoldHost |
CompiledTypeProcessor.getHost() |
IManifoldHost |
JavaParser.getHost() |
Constructor and Description |
---|
JavaParser(IManifoldHost host)
For internal use only.
|
WriterJavaFileObject(IManifoldHost host,
String fqn) |
WriterJavaFileObject(IManifoldHost host,
String pkg,
String filename) |
Copyright © 2024. All rights reserved.