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

    Modifier and Type
    Method
    Description
    void
    Initialize this service
    boolean
     
    void
    Uninitialize this service

    Methods inherited from interface 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