Package com.axway.apim.appexport
Class ApplicationExportApp
- java.lang.Object
-
- com.axway.apim.appexport.ApplicationExportApp
-
- All Implemented Interfaces:
com.axway.apim.cli.APIMCLIServiceProvider
public class ApplicationExportApp extends Object implements com.axway.apim.cli.APIMCLIServiceProvider
-
-
Constructor Summary
Constructors Constructor Description ApplicationExportApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.axway.apim.lib.ExportResultdelete(AppExportParams params)static intdelete(String[] args)com.axway.apim.lib.ExportResultexport(AppExportParams params)static intexport(String[] args)StringgetGroupDescription()StringgetGroupId()StringgetName()StringgetVersion()static voidmain(String[] args)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getGroupDescription
public String getGroupDescription()
- Specified by:
getGroupDescriptionin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
export
public static int export(String[] args)
-
delete
public static int delete(String[] args)
-
delete
public com.axway.apim.lib.ExportResult delete(AppExportParams params)
-
export
public com.axway.apim.lib.ExportResult export(AppExportParams params)
-
main
public static void main(String[] args)
-
-