@OpenApiAll public interface ModuleUsageDifference extends Difference, DifferenceLocation
Modifier and Type | Interface and Description |
---|---|
static interface |
ModuleUsageDifference.Mount
Mount info.
|
Modifier and Type | Method and Description |
---|---|
AutoLoadKind |
getAutoLoadType() |
ModificationKind |
getModificationKind() |
com.nomagic.magicdraw.diff.ModuleInfo |
getModule()
Get module info.
|
java.util.Collection<ModuleUsageDifference.Mount> |
getMounts()
Information where packages are mounted.
|
com.nomagic.magicdraw.diff.ModuleInfo |
getParent()
Parent module info.
|
IVersionDescriptor |
getStickyVersion() |
boolean |
isEditable() |
boolean |
isLoadIndex() |
getModuleURI
com.nomagic.magicdraw.diff.ModuleInfo getModule()
boolean isEditable()
AutoLoadKind getAutoLoadType()
ProjectUtilities.getAutoLoadKind(com.nomagic.ci.persistence.IProject, com.nomagic.ci.persistence.IProject)
}boolean isLoadIndex()
@CheckForNull IVersionDescriptor getStickyVersion()
ProjectUtilitiesInternal.getUsedVersion(AbstractProjectAttachmentConfiguration)
ModificationKind getModificationKind()
java.util.Collection<ModuleUsageDifference.Mount> getMounts()
@CheckForNull com.nomagic.magicdraw.diff.ModuleInfo getParent()