|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.envinject.service.PropertiesService
public class PropertiesService
Constructor Summary | |
---|---|
PropertiesService()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getVarsFromPropertiesContent(java.lang.String fileContent)
Get a map environment variables from the content |
java.util.Map<java.lang.String,java.lang.String> |
getVarsFromPropertiesFile(java.io.File propertiesFile)
Get a map environment variables from a properties file path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesService()
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getVarsFromPropertiesFile(java.io.File propertiesFile) throws EnvInjectException
propertiesFile
- the properties file
EnvInjectException
public java.util.Map<java.lang.String,java.lang.String> getVarsFromPropertiesContent(java.lang.String fileContent) throws EnvInjectException
fileContent
-
EnvInjectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |