Package com.axway.apim.lib
Class EnvironmentProperties
- java.lang.Object
-
- com.axway.apim.lib.EnvironmentProperties
-
-
Field Summary
Fields Modifier and Type Field Description static booleanRETAIN_BACKED_URL
-
Constructor Summary
Constructors Constructor Description EnvironmentProperties(String stage)EnvironmentProperties(String stage, String swaggerPromoteHome)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,String>>entrySet()Stringget(Object key)booleanisEmpty()Set<String>keySet()Stringput(String key, String value)voidputAll(Map<? extends String,? extends String> m)Stringremove(Object key)static StringresolveValueWithEnvVars(String value)intsize()Collection<String>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
EnvironmentProperties
public EnvironmentProperties(String stage) throws AppException
- Throws:
AppException
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,String>
-
-