@OpenApiAll
public class UsedProjectHasIncompatibleProfilesException
extends java.lang.Exception
| Constructor and Description |
|---|
UsedProjectHasIncompatibleProfilesException(IAttachedProject targetProject,
boolean projectProfileDowngradeNeeded)
Creates new instance of
UsedProjectHasIncompatibleProfilesException |
| Modifier and Type | Method and Description |
|---|---|
IAttachedProject |
getTargetProject()
Gets the target project
|
boolean |
isProjectProfileDowngradeNeeded()
Determines project has profiles that are newer that these of the installation
|
public UsedProjectHasIncompatibleProfilesException(IAttachedProject targetProject, boolean projectProfileDowngradeNeeded)
UsedProjectHasIncompatibleProfilesExceptiontargetProject - the projectprojectProfileDowngradeNeeded - true if project has profiles that are newer
that these of the installation, false if all project's profiles in
older onlypublic IAttachedProject getTargetProject()
public boolean isProjectProfileDowngradeNeeded()
true if project profiles would require downgrade, false
otherwise