Package org.jreleaser.sdk.sdkman
Interface SdkmanCommand
-
- All Known Implementing Classes:
AnnounceSdkmanCommand,DefaultSdkmanCommand,MajorReleaseSdkmanCommand,MinorReleaseSdkmanCommand,ReleaseSdkmanCommand
public interface SdkmanCommand- Since:
- 0.1.0
- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()
-
-
-
Method Detail
-
execute
void execute() throws SdkmanException- Throws:
SdkmanException
-
-