|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.JasmineTarget
public class JasmineTarget
Provides a JASMINe target definition elements
| Field Summary | |
|---|---|
static int |
TARGET_FAILED
|
static int |
TARGET_RUNNING
|
static int |
TARGET_UNKNOWN
|
| Constructor Summary | |
|---|---|
JasmineTarget()
default constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
String |
getName()
|
Map<String,String> |
getProperties()
|
int |
getState()
|
String |
getType()
|
String |
getUrl()
Deprecated. |
void |
setName(String name)
|
void |
setProperties(Map<String,String> properties)
|
void |
setState(int state)
|
void |
setType(String type)
|
void |
setUrl(String url)
Deprecated. |
String |
toLine()
Build a single line description of this object. |
String |
toString()
Build a full description of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TARGET_UNKNOWN
public static final int TARGET_RUNNING
public static final int TARGET_FAILED
| Constructor Detail |
|---|
public JasmineTarget()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public int getState()
public void setState(int state)
public Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
public String getUrl()
public void setUrl(String url)
public String toString()
toString in class Objectpublic String toLine()
public boolean equals(Object obj)
equals in class Objectobj - The other object to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||