Class APIManagerCLI

java.lang.Object
com.axway.apim.cli.APIManagerCLI

public class APIManagerCLI
extends Object
This class implements a pluggable CLI interface that allows to dynamically add new CLI services. A CLI-Service is for instance the management of Client-Apps or the KPS. Such module needs to implement the APIMCLIServiceProvider interface and make the implementation available through the ServiceLoader approach (META-INF/services/ com.axway.apim.lib.APIMCLIServiceProvider). With that in place, the module is detected automatically and becomes part of the CLI.