Class ChangeSetUtility
java.lang.Object
com.nomagic.magicdraw.changespanel.ChangeSetUtility
API to work with Change Sets tab content.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetService
getChangesService
(Project project) ReturnsChangeSetService
to work with Change Sets tab content.
-
Constructor Details
-
ChangeSetUtility
public ChangeSetUtility()
-
-
Method Details
-
getChangesService
@CheckForNull public static ChangeSetService getChangesService(Project project) throws IllegalStateException ReturnsChangeSetService
to 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 orChangesService
is not registered in the project.
-