com.basilv.envgen
Class EnvironmentProperties
java.lang.Object
com.basilv.envgen.EnvironmentProperties
public class EnvironmentProperties
- extends Object
Holds a set of properties (as a map) for each environment.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentProperties
public EnvironmentProperties(int environmentCount)
addProperty
public void addProperty(int environment,
String property,
String value)
getNumberOfEnvironments
public int getNumberOfEnvironments()
getEnvPropertiesList
public List getEnvPropertiesList()
getPropertiesForEnvironment
public Map getPropertiesForEnvironment(int environment)
EnvGen available from www.basilv.com/psd/software Copyright © 2007 Basil Vandegriend. All Rights Reserved.