public class PropertiesBuilder extends Object
| Constructor and Description |
|---|
PropertiesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap() |
Properties |
build() |
PropertiesBuilder |
p(String key,
String value) |
PropertiesBuilder |
property(String key,
String value) |
public PropertiesBuilder p(String key, String value)
public PropertiesBuilder property(String key, String value)
public Properties build()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.