Method Summary |
|
public void | addLocation(String location) Adds a location to this configuration. |
public void | addProperty(String name, String value) Adds a property with the name and value to the current properties
map. |
public Map | getAllProperties() Retrieves all properties including all those found in the given locations. |
public boolean | isOverwrite() Whether or not the application should be overwritten if it already exits. |
public void | setOverwrite(boolean overwrite) Sets whether or not the application should be overwritten if it previously existed. |