Package com.axway.apim.lib
Class StandardImportParams
- java.lang.Object
-
- com.axway.apim.lib.CoreParameters
-
- com.axway.apim.lib.StandardImportParams
-
- All Implemented Interfaces:
Parameters
public class StandardImportParams extends CoreParameters
-
-
Nested Class Summary
-
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 StandardImportParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfig()StringgetEnabledCaches()List<CacheType>getEnabledCacheTypes()static StandardImportParamsgetInstance()StringgetStageConfig()booleanisIgnoreCache()voidsetConfig(String config)voidsetEnabledCaches(String enabledCaches)voidsetStageConfig(String stageConfig)StringtoString()-
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, 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, validateRequiredParameters
-
-
-
-
Method Detail
-
getConfig
public String getConfig()
-
setConfig
public void setConfig(String config)
-
getStageConfig
public String getStageConfig()
-
setStageConfig
public void setStageConfig(String stageConfig)
-
getInstance
public static StandardImportParams getInstance()
-
isIgnoreCache
public boolean isIgnoreCache()
- Overrides:
isIgnoreCachein classCoreParameters
-
getEnabledCaches
public String getEnabledCaches()
-
setEnabledCaches
public void setEnabledCaches(String enabledCaches)
-
toString
public String toString()
- Overrides:
toStringin classCoreParameters
-
-