Class ChangeSetUtility
java.lang.Object
com.nomagic.magicdraw.changespanel.ChangeSetUtility
API to work with Change Sets tab content.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetServicegetChangesService(Project project) ReturnsChangeSetServiceto work with Change Sets tab content.
-
Constructor Details
-
ChangeSetUtility
public ChangeSetUtility()
-
-
Method Details
-
getChangesService
@CheckForNull public static ChangeSetService getChangesService(Project project) throws IllegalStateException ReturnsChangeSetServiceto work with Change Sets tab content.- Parameters:
project- project- Returns:
- service to work with change sets tab content.
- Throws:
IllegalStateException- if specified project is not active or is not a TWC project orChangesServiceis not registered in the project.
-