Class ProjectContainer

    • Constructor Detail

      • ProjectContainer

        public ProjectContainer​(Project project,
                                Configuration location)
        Default constructor for a created of loaded Project.
        Parameters:
        project - A valid project, which shall be managed by this ModelContainer.
        location - The location (folder) of the managed project.
      • ProjectContainer

        public ProjectContainer​(Project project,
                                SemanticErrorDescription description,
                                Configuration location)
        Constructor if an Exception occurred during parsing the Project. The Project can be used but not be saved, as long the semantic error is not solved.
        Parameters:
        project - The Project, which should be managed by this container.
        description - description A description of an occurred semantic error while parsing the Project. Can be null, then this constructor has the same behavior as #ProjectContainer(Project).
        location - The location (folder) of the managed project.