Package manifold.internal.host
Class SingleModuleManifoldHost
- java.lang.Object
-
- manifold.api.service.BaseService
-
- manifold.internal.host.AbstractManifoldHost
-
- manifold.internal.host.SingleModuleManifoldHost
-
- All Implemented Interfaces:
IManifoldHost,IPluginHost,IService
- Direct Known Subclasses:
JavacManifoldHost,RuntimeManifoldHost
public abstract class SingleModuleManifoldHost extends AbstractManifoldHost
-
-
Constructor Summary
Constructors Constructor Description SingleModuleManifoldHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTypeSystemListenerAsWeakRef(Object ctx, ITypeSystemListener listener)voidcreatedType(IFileFragment file, String[] types)IFileSystemgetFileSystem()JavaParsergetJavaParser()IModulegetSingleModule()-
Methods inherited from class manifold.internal.host.AbstractManifoldHost
getActualClassLoader, getClassLoaderForFile, isPathIgnored
-
Methods inherited from class manifold.api.service.BaseService
doInit, doUninit, init, isInited, uninit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface manifold.api.host.IManifoldHost
getArrayTypeName
-
Methods inherited from interface manifold.api.service.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getFileSystem
public IFileSystem getFileSystem()
-
getJavaParser
public JavaParser getJavaParser()
-
getSingleModule
public IModule getSingleModule()
-
addTypeSystemListenerAsWeakRef
public void addTypeSystemListenerAsWeakRef(Object ctx, ITypeSystemListener listener)
-
createdType
public void createdType(IFileFragment file, String[] types)
-
-