Package org.wildfly.prospero.spi
Class ProsperoInstallationManager.ActionFactory
- java.lang.Object
-
- org.wildfly.prospero.spi.ProsperoInstallationManager.ActionFactory
-
- Enclosing class:
- ProsperoInstallationManager
protected static class ProsperoInstallationManager.ActionFactory extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InstallationHistoryActiongetHistoryAction()protected InstallationExportActiongetInstallationExportAction()protected MetadataActiongetMetadataAction()protected UpdateActiongetUpdateAction(List<org.wildfly.channel.Repository> repositories)
-
-
-
Method Detail
-
getHistoryAction
protected InstallationHistoryAction getHistoryAction()
-
getUpdateAction
protected UpdateAction getUpdateAction(List<org.wildfly.channel.Repository> repositories) throws OperationException, org.jboss.galleon.ProvisioningException
- Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-
getMetadataAction
protected MetadataAction getMetadataAction() throws MetadataException
- Throws:
MetadataException
-
getInstallationExportAction
protected InstallationExportAction getInstallationExportAction()
-
-