Uses of Interface
manifold.api.host.IManifoldHost
Packages that use IManifoldHost
Package
Description
-
Uses of IManifoldHost in manifold.api.fs
Methods in manifold.api.fs that return IManifoldHost -
Uses of IManifoldHost in manifold.api.fs.def
Methods in manifold.api.fs.def that return IManifoldHostConstructors in manifold.api.fs.def with parameters of type IManifoldHostModifierConstructorDescriptionFileSystemImpl(IManifoldHost host, IFileSystem.CachingMode cachingMode) -
Uses of IManifoldHost in manifold.api.host
Subinterfaces of IManifoldHost in manifold.api.hostModifier and TypeInterfaceDescriptioninterfaceA Manifold host exclusive to the runtime environment.Methods in manifold.api.host that return IManifoldHost -
Uses of IManifoldHost in manifold.api.type
Methods in manifold.api.type that return IManifoldHostConstructors in manifold.api.type with parameters of type IManifoldHostModifierConstructorDescriptionAbstractSingleFileModel(IManifoldHost host, String fqn, Set<IFile> files) -
Uses of IManifoldHost in manifold.api.util.cache
Methods in manifold.api.util.cache with parameters of type IManifoldHostModifier and TypeMethodDescriptionstatic <K,V> TypeSystemAwareCache <K, V> TypeSystemAwareCache.make(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K, V> loader) Constructors in manifold.api.util.cache with parameters of type IManifoldHostModifierConstructorDescriptionTypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K, V> loader) -
Uses of IManifoldHost in manifold.internal.host
Classes in manifold.internal.host that implement IManifoldHostModifier and TypeClassDescriptionclassclassJavacManifoldHostis exclusive to an instance ofJavacPlugin.classclassMethods in manifold.internal.host that return IManifoldHostConstructors in manifold.internal.host with parameters of type IManifoldHostModifierConstructorDescriptionSimpleModule(IManifoldHost host, List<IDirectory> classpath, List<IDirectory> sourcePath, List<IDirectory> outputPath) -
Uses of IManifoldHost in manifold.internal.javac
Methods in manifold.internal.javac that return IManifoldHostConstructors in manifold.internal.javac with parameters of type IManifoldHostModifierConstructorDescriptionJavaParser(IManifoldHost host) For internal use only.WriterJavaFileObject(IManifoldHost host, String fqn) WriterJavaFileObject(IManifoldHost host, String pkg, String filename)