Uses of Class
org.wildfly.prospero.actions.ApplyCandidateAction.Type
-
Packages that use ApplyCandidateAction.Type Package Description org.wildfly.prospero.actions org.wildfly.prospero.updates -
-
Uses of ApplyCandidateAction.Type in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return ApplyCandidateAction.Type Modifier and Type Method Description static ApplyCandidateAction.TypeApplyCandidateAction.Type. from(String text)static ApplyCandidateAction.TypeApplyCandidateAction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplyCandidateAction.Type[]ApplyCandidateAction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.prospero.actions with parameters of type ApplyCandidateAction.Type Modifier and Type Method Description List<FileConflict>ApplyCandidateAction. applyUpdate(ApplyCandidateAction.Type operation)Applies changes from prepare update atupdateDirtoinstallationDir.ApplyCandidateAction.ValidationResultApplyCandidateAction. verifyCandidate(ApplyCandidateAction.Type operation)checks that the candidate is an update of a current state of installation -
Uses of ApplyCandidateAction.Type in org.wildfly.prospero.updates
Methods in org.wildfly.prospero.updates that return ApplyCandidateAction.Type Modifier and Type Method Description ApplyCandidateAction.TypeMarkerFile. getOperation()Constructors in org.wildfly.prospero.updates with parameters of type ApplyCandidateAction.Type Constructor Description MarkerFile(String state, ApplyCandidateAction.Type operation)
-