Package com.axway.apim.lib
Class StandardExportParams
- java.lang.Object
-
- com.axway.apim.lib.CoreParameters
-
- com.axway.apim.lib.StandardExportParams
-
- All Implemented Interfaces:
Parameters
public class StandardExportParams extends CoreParameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandardExportParams.OutputFormatstatic classStandardExportParams.Wide-
Nested classes/interfaces inherited from class com.axway.apim.lib.CoreParameters
CoreParameters.Mode
-
-
Field Summary
-
Fields inherited from class com.axway.apim.lib.CoreParameters
APIM_CLI_HOME
-
-
Constructor Summary
Constructors Constructor Description StandardExportParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardExportParamsgetInstance()StandardExportParams.OutputFormatgetOutputFormat()StringgetTarget()StandardExportParams.WidegetWide()BooleanisDeleteTarget()voidsetDeleteTarget(Boolean deleteTarget)voidsetOutputFormat(StandardExportParams.OutputFormat outputFormat)voidsetTarget(String target)voidsetWide(StandardExportParams.Wide wide)-
Methods inherited from class com.axway.apim.lib.CoreParameters
clearCaches, createCacheList, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getDetailsExportFile, getHostname2, getPassword, getPort2, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getTimeout, getUsername, isDisableCompression, isForce, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isOverrideSpecBasePath, isRollback, isZeroDowntimeUpdate, setAPIManagerURL, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setDetailsExportFile, setDisableCompression, setForce, setHostname, setIgnoreCache, setIgnoreQuotas, setOverrideSpecBasePath, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setTimeout, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
-
-
-
-
Method Detail
-
getInstance
public static StandardExportParams getInstance()
-
getWide
public StandardExportParams.Wide getWide()
-
setWide
public void setWide(StandardExportParams.Wide wide)
-
getOutputFormat
public StandardExportParams.OutputFormat getOutputFormat()
-
setOutputFormat
public void setOutputFormat(StandardExportParams.OutputFormat outputFormat)
-
isDeleteTarget
public Boolean isDeleteTarget()
-
setDeleteTarget
public void setDeleteTarget(Boolean deleteTarget)
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
-