|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.action.ConfigurationActionFactory
public class ConfigurationActionFactory
| Field Summary | |
|---|---|
static java.lang.String |
KEY_CREATE
Define the key create (String) constant. |
static java.lang.String |
KEY_CREATE_OR_UPDATE
Define the key create or update (String) constant. |
static java.lang.String |
KEY_DELETE
Define the key delete (String) constant. |
static java.lang.String |
KEY_UPDATE
Define the key update (String) constant. |
| Constructor Summary | |
|---|---|
ConfigurationActionFactory()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
static ConfigurationAction |
create(java.lang.String key)
Create with the specified key parameter and return the ConfigurationAction result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KEY_CREATE
public static final java.lang.String KEY_CREATE_OR_UPDATE
public static final java.lang.String KEY_DELETE
public static final java.lang.String KEY_UPDATE
| Constructor Detail |
|---|
public ConfigurationActionFactory()
| Method Detail |
|---|
public static ConfigurationAction create(java.lang.String key)
key - The key (String) parameter.
ConfigurationAction) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||