Package org.wildfly.prospero.spi
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)
-
Method Details
-
getHistoryAction
-
getUpdateAction
protected UpdateAction getUpdateAction(List<org.wildfly.channel.Repository> repositories) 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
-