public class Parameter extends Object
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name.
|
String |
getValue()
Returns the value.
|
boolean |
isForPlatform(String platformName)
Determines whether this parameter is applicable for the indicated platform.
|
void |
setName(String name)
Specifies the name of the parameter.
|
void |
setPlatforms(String platforms)
Specifies the platforms - a comma-separated list of platform names - for which this parameter
shall be used (see the
databaseType attribute of the tasks for possible values). |
void |
setValue(String value)
Specifies the parameter value.
|
public String getName()
public void setName(String name)
name - The namepublic String getValue()
public void setValue(String value)
value - The valuepublic void setPlatforms(String platforms)
databaseType attribute of the tasks for possible values).
For every platform not in this list, the parameter is ignored.platforms - The platformspublic boolean isForPlatform(String platformName)
platformName - The platform nametrue if this parameter is defined for the platformCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.