Uses of Enum Class
org.wildfly.prospero.actions.ApplyCandidateAction.Type
Packages that use ApplyCandidateAction.Type
-
Uses of ApplyCandidateAction.Type in org.wildfly.prospero
Methods in org.wildfly.prospero with parameters of type ApplyCandidateAction.TypeModifier and TypeMethodDescriptionProsperoLogger_$logger.wrongCandidateOperation(Path candidateServer, ApplyCandidateAction.Type operationType) ProsperoLogger.wrongCandidateOperation(Path candidateServer, ApplyCandidateAction.Type operationType) -
Uses of ApplyCandidateAction.Type in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return ApplyCandidateAction.TypeModifier and TypeMethodDescriptionstatic ApplyCandidateAction.Typestatic ApplyCandidateAction.TypeReturns the enum constant of this class with the specified name.static ApplyCandidateAction.Type[]ApplyCandidateAction.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.prospero.actions with parameters of type ApplyCandidateAction.TypeModifier and TypeMethodDescriptionApplyCandidateAction.applyUpdate(ApplyCandidateAction.Type operation) Applies changes from prepare update atupdateDirtoinstallationDir.ApplyCandidateAction.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.TypeConstructors in org.wildfly.prospero.updates with parameters of type ApplyCandidateAction.Type