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
public interface IService extends IPluginHost
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()Initialize this servicebooleanisInited()voiduninit()Uninitialize this service-
Methods inherited from interface manifold.api.service.IPluginHost
getInterface
-
-