Uses of Class
org.wildfly.prospero.api.exceptions.InvalidUpdateCandidateException
-
Packages that use InvalidUpdateCandidateException Package Description org.wildfly.prospero org.wildfly.prospero.actions -
-
Uses of InvalidUpdateCandidateException in org.wildfly.prospero
Methods in org.wildfly.prospero that return InvalidUpdateCandidateException Modifier and Type Method Description InvalidUpdateCandidateExceptionMessages. invalidRollbackCandidate(Path update, Path installation)InvalidUpdateCandidateExceptionMessages. invalidUpdateCandidate(Path update, Path installation) -
Uses of InvalidUpdateCandidateException in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that throw InvalidUpdateCandidateException Modifier and Type Method Description List<FileConflict>ApplyCandidateAction. applyUpdate(ApplyCandidateAction.Type operation)Applies changes from prepare update atupdateDirtoinstallationDir.List<FileConflict>ApplyCandidateAction. getConflicts()list conflicts between the candidate (installationDirand target serverupdateDir.ApplyCandidateAction.ValidationResultApplyCandidateAction. verifyCandidate(ApplyCandidateAction.Type operation)checks that the candidate is an update of a current state of installation
-