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