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