org.jenkinsci.plugins.pollmailboxtrigger.mail
Class CustomProperties

java.lang.Object
  extended by org.jenkinsci.plugins.pollmailboxtrigger.mail.CustomProperties

public class CustomProperties
extends Object

Quick and dirty Properties implementation. (But with shorthand get/put methods).

Author:
Nick Grealy

Constructor Summary
CustomProperties()
           
CustomProperties(Properties properties1)
           
CustomProperties(String properties)
           
 
Method Summary
 void clear()
           
 boolean containsKey(String o)
           
 boolean containsValue(String o)
           
 Set<Map.Entry<String,String>> entrySet()
           
 boolean equals(Object o)
           
 String get(String o)
           
 Properties getProperties()
           
 boolean has(String o)
           
 int hashCode()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 String put(String s, String s2)
           
 void putAll(Map<? extends String,? extends String> map)
           
 void putAll(Properties properties1)
           
 String remove(String o)
           
 int size()
           
 Collection<String> values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProperties

public CustomProperties()

CustomProperties

public CustomProperties(Properties properties1)

CustomProperties

public CustomProperties(String properties)
                 throws IOException
Throws:
IOException
Method Detail

putAll

public void putAll(Properties properties1)

getProperties

public Properties getProperties()

has

public boolean has(String o)

size

public int size()

isEmpty

public boolean isEmpty()

containsKey

public boolean containsKey(String o)

containsValue

public boolean containsValue(String o)

get

public String get(String o)

put

public String put(String s,
                  String s2)

remove

public String remove(String o)

putAll

public void putAll(Map<? extends String,? extends String> map)

clear

public void clear()

keySet

public Set<String> keySet()

values

public Collection<String> values()

entrySet

public Set<Map.Entry<String,String>> entrySet()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2014. All Rights Reserved.