Package org.wildfly.prospero.actions
Class InstallationRestoreAction
- java.lang.Object
-
- org.wildfly.prospero.actions.InstallationRestoreAction
-
public class InstallationRestoreAction extends Object
-
-
Constructor Summary
Constructors Constructor Description InstallationRestoreAction(Path installDir, MavenOptions mavenOptions, Console console)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrestore(Path metadataBundleZip, List<org.wildfly.channel.Repository> remoteRepositories)
-
-
-
Constructor Detail
-
InstallationRestoreAction
public InstallationRestoreAction(Path installDir, MavenOptions mavenOptions, Console console) throws org.jboss.galleon.ProvisioningException
- Throws:
org.jboss.galleon.ProvisioningException
-
-
Method Detail
-
restore
public void restore(Path metadataBundleZip, List<org.wildfly.channel.Repository> remoteRepositories) throws org.jboss.galleon.ProvisioningException, IOException, OperationException
- Throws:
org.jboss.galleon.ProvisioningExceptionIOExceptionOperationException
-
-