Package org.wildfly.prospero.cli.spi
Class CliProviderImpl
- java.lang.Object
-
- org.wildfly.prospero.cli.spi.CliProviderImpl
-
- All Implemented Interfaces:
CliProvider
public class CliProviderImpl extends Object implements CliProvider
implementation ofCliProvider
-
-
Constructor Summary
Constructors Constructor Description CliProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplyRevertCommand(Path installationPath, Path candidatePath)StringgetApplyUpdateCommand(Path installationPath, Path candidatePath)StringgetScriptName(org.wildfly.installationmanager.spi.OsShell shell)
-
-
-
Method Detail
-
getScriptName
public String getScriptName(org.wildfly.installationmanager.spi.OsShell shell)
- Specified by:
getScriptNamein interfaceCliProvider
-
getApplyUpdateCommand
public String getApplyUpdateCommand(Path installationPath, Path candidatePath)
- Specified by:
getApplyUpdateCommandin interfaceCliProvider
-
getApplyRevertCommand
public String getApplyRevertCommand(Path installationPath, Path candidatePath)
- Specified by:
getApplyRevertCommandin interfaceCliProvider
-
-