Package manifold.api.service
Interface IService
- All Superinterfaces:
IPluginHost
- All Known Subinterfaces:
IFileSystem,IManifoldHost,IRuntimeManifoldHost
- All Known Implementing Classes:
AbstractManifoldHost,BaseService,FileSystemImpl,JavacManifoldHost,JavaTypeManifold,ResourceFileTypeManifold,RuntimeManifoldHost,SingleModuleManifoldHost,UrlTypeManifold
-
Method Summary
Methods inherited from interface manifold.api.service.IPluginHost
getInterface
-
Method Details
-
isInited
boolean isInited()- Returns:
- true if this service has been initialized, false otherwise
-
init
void init()Initialize this service -
uninit
void uninit()Uninitialize this service
-