aQute.lib.env
Class Props

java.lang.Object
  extended by aQute.lib.env.Props
All Implemented Interfaces:
Map<String,String>

public class Props
extends Object
implements Map<String,String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static Props EMPTY_ATTRS
           
 
Constructor Summary
Props(Props... attrs)
           
 
Method Summary
 void append(StringBuilder sb)
           
 void clear()
           
 boolean containsKey(Object name)
          Deprecated. 
 boolean containsKey(String name)
           
 boolean containsValue(Object value)
          Deprecated. 
 boolean containsValue(String value)
           
 Set<Map.Entry<String,String>> entrySet()
           
 boolean equals(Object other)
          Deprecated. 
 String get(Object key)
          Deprecated. 
 String get(String key)
           
 String get(String key, String deflt)
           
 String getVersion()
           
 int hashCode()
          Deprecated. 
 boolean isEmpty()
           
 boolean isEqual(Props other)
           
 Set<String> keySet()
           
 String put(String key, String value)
           
 void putAll(Map<? extends String,? extends String> map)
           
 String remove(Object var0)
          Deprecated. 
 String remove(String var0)
           
 int size()
           
 String toString()
           
 Collection<String> values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_ATTRS

public static Props EMPTY_ATTRS
Constructor Detail

Props

public Props(Props... attrs)
Method Detail

clear

public void clear()
Specified by:
clear in interface Map<String,String>

containsKey

public boolean containsKey(String name)

containsKey

@Deprecated
public boolean containsKey(Object name)
Deprecated. 

Specified by:
containsKey in interface Map<String,String>

containsValue

public boolean containsValue(String value)

containsValue

@Deprecated
public boolean containsValue(Object value)
Deprecated. 

Specified by:
containsValue in interface Map<String,String>

entrySet

public Set<Map.Entry<String,String>> entrySet()
Specified by:
entrySet in interface Map<String,String>

get

@Deprecated
public String get(Object key)
Deprecated. 

Specified by:
get in interface Map<String,String>

get

public String get(String key)

get

public String get(String key,
                  String deflt)

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,String>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,String>

put

public String put(String key,
                  String value)
Specified by:
put in interface Map<String,String>

putAll

public void putAll(Map<? extends String,? extends String> map)
Specified by:
putAll in interface Map<String,String>

remove

@Deprecated
public String remove(Object var0)
Deprecated. 

Specified by:
remove in interface Map<String,String>

remove

public String remove(String var0)

size

public int size()
Specified by:
size in interface Map<String,String>

values

public Collection<String> values()
Specified by:
values in interface Map<String,String>

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object

append

public void append(StringBuilder sb)

equals

@Deprecated
public boolean equals(Object other)
Deprecated. 

Specified by:
equals in interface Map<String,String>
Overrides:
equals in class Object

hashCode

@Deprecated
public int hashCode()
Deprecated. 

Specified by:
hashCode in interface Map<String,String>
Overrides:
hashCode in class Object

isEqual

public boolean isEqual(Props other)


Copyright © 2014 aQute SARL. All rights reserved.