Class AbstractGlobalContextManager
java.lang.Object
com.xebialabs.deployit.booter.local.AbstractGlobalContextManager
- All Implemented Interfaces:
GlobalContextManager
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddContextEntries(Map<String, Object> properties) protected voidaddContextEntry(Object key, Object value) protected Stream<AbstractGlobalContextManager.Pair> protected Stringheader()protected StringtoComment(com.xebialabs.deployit.booter.local.GlobalContext.Value value) voidvalidateValues(File configFile) withContext(Map<String, com.xebialabs.deployit.booter.local.GlobalContext.Value> context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.xebialabs.deployit.booter.local.GlobalContextManager
loadStoredDefaults, storeDefaults
-
Field Details
-
logger
protected final org.slf4j.Logger logger
-
-
Constructor Details
-
AbstractGlobalContextManager
public AbstractGlobalContextManager()
-
-
Method Details
-
withContext
public GlobalContextManager withContext(Map<String, com.xebialabs.deployit.booter.local.GlobalContext.Value> context) - Specified by:
withContextin interfaceGlobalContextManager
-
addContextEntries
-
addContextEntry
-
getContextEntries
-
validateValues
- Specified by:
validateValuesin interfaceGlobalContextManager
-
validateContextEntries
-
header
-
toComment
-