net.fenyo.gnetwatch.data
Class EventNmap

java.lang.Object
  extended by net.fenyo.gnetwatch.data.EventGeneric
      extended by net.fenyo.gnetwatch.data.EventNmap

public class EventNmap
extends EventGeneric

This event stores the output of nmap.

Version:
$Id: EventNmap.java,v 1.4 2008/04/15 23:58:18 fenyo Exp $
Author:
Alexandre Fenyo

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

log

private static Log log

output

private java.lang.String output
Constructor Detail

EventNmap

public EventNmap(java.lang.String output)
Constructor.

Parameters:
output - output of Nmap process.

EventNmap

public EventNmap()
Default constructor.

Parameters:
none. -
Method Detail

getOutput

public java.lang.String getOutput()
Returns the stored output.

Parameters:
none. -
Returns:
String stored output.

setOutput

public void setOutput(java.lang.String output)