org.apache.openejb.testng
Class PropertiesBuilder

java.lang.Object
  extended by org.apache.openejb.testng.PropertiesBuilder

public class PropertiesBuilder
extends Object


Constructor Summary
PropertiesBuilder()
           
 
Method Summary
 Map<String,String> asMap()
           
 Properties build()
           
 PropertiesBuilder p(String key, String value)
           
 PropertiesBuilder property(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesBuilder

public PropertiesBuilder()
Method Detail

p

public PropertiesBuilder p(String key,
                           String value)

property

public PropertiesBuilder property(String key,
                                  String value)

build

public Properties build()

asMap

public Map<String,String> asMap()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.