Class ProfileApplicationConstantsAndUtil
java.lang.Object
org.modelversioning.emfprofile.application.registry.ui.ProfileApplicationConstantsAndUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final ResourceSetgetResourceSet(IWorkbenchPart workbenchPart) Returns the resolved resource set from the editing domain of the suppliedworkbenchPart.
-
Field Details
-
EMF_PROFILE_APPLICATION_FILE_EXTENSION
- See Also:
-
-
Method Details
-
getResourceSet
Returns the resolved resource set from the editing domain of the suppliedworkbenchPart. If noResourceSetcan be resolved, anullwill be returned, so the registry will use fall back resource set instead.- Parameters:
workbenchPart- to resolve resource set.- Returns:
- the resource set.
-