Interface IProjectSpecificManager

  • All Known Subinterfaces:
    IDependentProjectManager, IExtensionProjectManager, IExternalObjectProjectManager

    public interface IProjectSpecificManager
    A manager dealing with a concrete kind of V8 projects.

    Every concrete instance of IV8Project is expected to be handled by a specific manager responsible for its creation and project-level modification. The V8 project manager allows to obtain the project-specific manager dealing with the specified V8 project and ensures that the type of the returned manager will correspond to the type of the V8 project.