|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ddlutils.task.Parameter
public class Parameter
Specifies a parameter for the creation of the database. These are usually platform specific. A parameter consists of a name-value pair and an optional list of platforms for which the parameter shall be used.
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
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 name
true if this parameter is defined for the platform
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||