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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassLoaderForFile(IFile file) booleanisPathIgnored(String path) Methods inherited from class manifold.api.service.BaseService
doInit, doUninit, init, isInited, uninitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface manifold.api.host.IManifoldHost
addTypeSystemListenerAsWeakRef, createdType, getArrayTypeName, getFileSystem, getJavaParser, getSingleModuleMethods inherited from interface manifold.api.service.IPluginHost
getInterface
-
Constructor Details
-
AbstractManifoldHost
public AbstractManifoldHost()
-
-
Method Details
-
getActualClassLoader
- Specified by:
getActualClassLoaderin interfaceIManifoldHost
-
getClassLoaderForFile
- Specified by:
getClassLoaderForFilein interfaceIManifoldHost
-
isPathIgnored
- Specified by:
isPathIgnoredin interfaceIManifoldHost
-