Class JavacManifoldHost

All Implemented Interfaces:
IManifoldHost, IPluginHost, IService

public class JavacManifoldHost extends SingleModuleManifoldHost
JavacManifoldHost is exclusive to an instance of JavacPlugin. There can be multiple JavacTasks, therefore multiple JavacPlugins, therefore multiple JavacManifoldHosts per process. Moreover, instances of JavacManifoldHost can coexist with the RuntimeManifoldHost instance. Likewise, instances of IjManifoldHost can coexist with instanceof JavacManifoldHost and the RuntimeManifoldHost. More generally, any two host instances must not share state that contributes to the IManifoldHost semantic contract.
  • Constructor Details

    • JavacManifoldHost

      public JavacManifoldHost()
  • Method Details