Interface Context.Manager

All Known Implementing Classes:
FolderContextManager
Enclosing class:
Context

public static interface Context.Manager
A manager for creating, loading, and saving contexts.
Since:
4.14
Author:
Eike Stepper
No Implement
This package is currently considered provisional.
No Extend
This package is currently considered provisional.
No Reference
This package is currently considered provisional.
  • Field Details

    • PRODUCT_GROUP

      static final String PRODUCT_GROUP
      The product group for context manager implementations.
      See Also:
  • Method Details

    • getSupport

      Returns the model evolution support associated with this context manager.
    • setSupport

      void setSupport(PhasedModelEvolutionSupport support)
      Sets the model evolution support associated with this context manager.
      No Reference
      This method is not intended to be called by clients.
    • createContext

      Context createContext() throws Exception
      Creates a new context for model evolution.
      Throws:
      Exception
    • loadContext

      Context loadContext() throws Exception
      Loads an existing context for model evolution.
      Throws:
      Exception
    • saveContext

      void saveContext(Context context) throws Exception
      Saves the given context for model evolution.
      Throws:
      Exception