Package com.axway.apim.cli
Interface APIMCLIServiceProvider
public interface APIMCLIServiceProvider
-
Method Summary
Modifier and Type Method Description StringgetGroupDescription()StringgetGroupId()StringgetName()This name is used by the CLI in the module summary when executed.StringgetVersion()This version is used by the CLI in the module summary when executed.
-
Method Details
-
getName
String getName()This name is used by the CLI in the module summary when executed.- Returns:
- the name of the module. Used to show it at execution time.
-
getVersion
String getVersion()This version is used by the CLI in the module summary when executed.- Returns:
- the version of the module. Used to show it at execution time.
-
getGroupId
String getGroupId()- Returns:
- The id of group. Services with the same ID will be grouped into one
-
getGroupDescription
String getGroupDescription()- Returns:
- the description of the group - The first will be used
-