Package com.axway.apim.appexport.impl
Class YamlApplicationExporter
- java.lang.Object
-
- com.axway.apim.appexport.impl.ApplicationExporter
-
- com.axway.apim.appexport.impl.JsonApplicationExporter
-
- com.axway.apim.appexport.impl.YamlApplicationExporter
-
public class YamlApplicationExporter extends JsonApplicationExporter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.axway.apim.appexport.impl.ApplicationExporter
ApplicationExporter.ResultHandler
-
-
Constructor Summary
Constructors Constructor Description YamlApplicationExporter(AppExportParams params, com.axway.apim.lib.ExportResult result)
-
Method Summary
-
Methods inherited from class com.axway.apim.appexport.impl.JsonApplicationExporter
export, getFilter, saveApplicationLocally, storeCaCert, writeBytesToFile
-
Methods inherited from class com.axway.apim.appexport.impl.ApplicationExporter
create, getBaseFilterBuilder, getCreatedBy, getCreatedOn, getCustomProperties, hasError
-
-
-
-
Constructor Detail
-
YamlApplicationExporter
public YamlApplicationExporter(AppExportParams params, com.axway.apim.lib.ExportResult result)
-
-