Class ProsperoInstallationManager.ActionFactory
java.lang.Object
org.wildfly.prospero.spi.ProsperoInstallationManager.ActionFactory
- Enclosing class:
ProsperoInstallationManager
-
Method Summary
Modifier and TypeMethodDescriptionprotected ApplyCandidateActiongetApplyCandidateAction(Path candidateDir) protected InstallationHistoryActionprotected InstallationExportActionprotected MetadataActionprotected UpdateActiongetUpdateAction(List<org.wildfly.channel.Repository> repositories, boolean allowManifestDowngrades) protected UpdateActiongetUpdateAction(List<org.wildfly.channel.Repository> repositories, List<org.wildfly.installationmanager.ManifestVersion> manifestVersions, boolean allowManifestDowngrades)
-
Method Details
-
getHistoryAction
-
getUpdateAction
protected UpdateAction getUpdateAction(List<org.wildfly.channel.Repository> repositories, boolean allowManifestDowngrades) throws OperationException, org.jboss.galleon.ProvisioningException - Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-
getUpdateAction
protected UpdateAction getUpdateAction(List<org.wildfly.channel.Repository> repositories, @Nullable List<org.wildfly.installationmanager.ManifestVersion> manifestVersions, boolean allowManifestDowngrades) throws OperationException, org.jboss.galleon.ProvisioningException - Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-
getMetadataAction
- Throws:
MetadataException
-
getInstallationExportAction
-
getApplyCandidateAction
protected ApplyCandidateAction getApplyCandidateAction(Path candidateDir) throws org.jboss.galleon.ProvisioningException, OperationException - Throws:
org.jboss.galleon.ProvisioningExceptionOperationException
-