Class CustomProperties
java.lang.Object
org.jenkinsci.plugins.pollmailboxtrigger.mail.utils.CustomProperties
Quick and dirty Properties implementation. (But with shorthand get/put methods).
- Author:
- Nick Grealy
-
Constructor Summary
ConstructorsConstructorDescriptionCustomProperties(String properties) CustomProperties(Map<String, String> properties1) CustomProperties(Properties properties1) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanbooleanentrySet()booleangetMap()booleanbooleaninthashCode()booleanisEmpty()keySet()voidvoidvoidvoidputAll(Properties p2) voidputAll(Properties p2, String prefix) voidvoidputAll(CustomProperties p2, String prefix) putIfBlank(Enum s, String s2) putIfBlank(String s, String s2) static CustomPropertiesvoidintsize()toString()values()
-
Constructor Details
-
CustomProperties
public CustomProperties() -
CustomProperties
-
CustomProperties
-
CustomProperties
-
-
Method Details
-
read
-
putAll
-
putAll
-
putAll
-
putAll
-
putAll
-
putAll
-
getProperties
-
getMap
-
has
-
has
-
get
-
put
-
remove
-
putIfBlank
-
putIfBlank
-
removeBlanks
public void removeBlanks() -
toString
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode()
-