public class EnvInjectInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
populateTriggerCause
Deprecated.
|
protected String |
propertiesContent |
protected String |
propertiesFilePath |
Constructor and Description |
---|
EnvInjectInfo(String propertiesFilePath,
String propertiesContent) |
Modifier and Type | Method and Description |
---|---|
protected String |
fixCrLf(String s)
Fix CR/LF and always make it Unix style.
|
String |
getPropertiesContent() |
Map<String,String> |
getPropertiesContentMap(Map<String,String> currentEnvVars) |
String |
getPropertiesFilePath() |
@CheckForNull protected String propertiesFilePath
@CheckForNull protected String propertiesContent
@Deprecated @CheckForNull protected transient boolean populateTriggerCause
@CheckForNull public String getPropertiesFilePath()
@CheckForNull public String getPropertiesContent()
@CheckForNull public Map<String,String> getPropertiesContentMap(@Nonnull Map<String,String> currentEnvVars)
@Nullable protected String fixCrLf(@CheckForNull String s)
null
only for null
inputCopyright © 2016–2017. All rights reserved.