public class Configuration extends Object implements PluginPreference
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Property property)
Adds given property as configuration
|
Property |
get(String key)
Gets property for a given property key
|
List<? extends Property> |
list()
Returns copy of properties list
|
int |
size()
Returns number of properties in this configuration
|
public void add(Property property)
property - this is the property to be added to the configurationpublic Property get(String key)
key - the key whose associated property to be returnedpublic int size()
Copyright © 2014 ThoughtWorks, Inc. Go Version: 16.2.1-175