|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.detector.generic.response.GpResponse
public class GpResponse
GpResponse class.
| Constructor Summary | |
|---|---|
GpResponse()
|
|
| Method Summary | |
|---|---|
void |
setError(String error)
setError |
void |
setExitStatus(int exitStatus)
setExitStatus |
void |
setResponse(String response)
setResponse |
boolean |
validate(String banner)
validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpResponse()
| Method Detail |
|---|
public void setExitStatus(int exitStatus)
setExitStatus
exitStatus - a int.public void setResponse(String response)
setResponse
response - a String object.public void setError(String error)
setError
error - a String object.public boolean validate(String banner)
validate
banner - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||