Package manifold.internal.host
Class AbstractManifoldHost
- java.lang.Object
-
- manifold.api.service.BaseService
-
- manifold.internal.host.AbstractManifoldHost
-
- All Implemented Interfaces:
IManifoldHost,IPluginHost,IService
- Direct Known Subclasses:
SingleModuleManifoldHost
public abstract class AbstractManifoldHost extends BaseService implements IManifoldHost
-
-
Constructor Summary
Constructors Constructor Description AbstractManifoldHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoadergetActualClassLoader()ClassLoadergetClassLoaderForFile(IFile file)booleanisPathIgnored(String path)-
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
addTypeSystemListenerAsWeakRef, createdType, getArrayTypeName, getFileSystem, getJavaParser, getSingleModule
-
Methods inherited from interface manifold.api.service.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getActualClassLoader
public ClassLoader getActualClassLoader()
- Specified by:
getActualClassLoaderin interfaceIManifoldHost
-
getClassLoaderForFile
public ClassLoader getClassLoaderForFile(IFile file)
- Specified by:
getClassLoaderForFilein interfaceIManifoldHost
-
isPathIgnored
public boolean isPathIgnored(String path)
- Specified by:
isPathIgnoredin interfaceIManifoldHost
-
-