|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.data.EventGeneric
net.fenyo.gnetwatch.data.EventNmap
public class EventNmap
This event stores the output of nmap.
| Field Summary | |
|---|---|
private static Log |
log
|
private java.lang.String |
output
|
| Constructor Summary | |
|---|---|
EventNmap()
Default constructor. |
|
EventNmap(java.lang.String output)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getOutput()
Returns the stored output. |
void |
setOutput(java.lang.String output)
|
| Methods inherited from class net.fenyo.gnetwatch.data.EventGeneric |
|---|
getDate, getEventList, getId, getIntValue, setDate, setEventList, setId, setIntValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private java.lang.String output
| Constructor Detail |
|---|
public EventNmap(java.lang.String output)
output - output of Nmap process.public EventNmap()
none. - | Method Detail |
|---|
public java.lang.String getOutput()
none. -
public void setOutput(java.lang.String output)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||