|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.JasmineObject
org.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
|
| Fields inherited from class org.ow2.jasmine.probe.JasmineObject |
|---|
name, properties, type |
| Constructor Summary | |
|---|---|
JasmineTarget()
default constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
int |
getState()
|
String |
getUrl()
Deprecated. |
void |
setState(int state)
|
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 org.ow2.jasmine.probe.JasmineObject |
|---|
getName, getProperties, getType, setName, setProperties, setType |
| 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 int getState()
public void setState(int state)
public String getUrl()
public void setUrl(String url)
public String toString()
toString in class Objectpublic String toLine()
toLine in class JasmineObjectpublic 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 | |||||||||