com.wjholden.nmap
Class NmapScan

java.lang.Object
  extended by 
      extended by com.wjholden.nmap.NmapScan
All Implemented Interfaces:
NmapConstants

public class NmapScan
extends
implements NmapConstants

Perform the actual scan. 0.4.5: - moved many local variables to private visibility - utilized previously unused NmapError class.

Version:
0.4.5
Author:
William John Holden (wjholden@gmail.com)

Field Summary
private  java.lang.String command
           
 
Fields inherited from interface com.wjholden.nmap.NmapConstants
BUFFER_SIZE, FORCE_RESTART, INSTALL_ERROR, INSTALL_FILENAMES, INSTALL_GOOD, INSTALL_NO_ROOT, INSTALL_RESOURCES, MG_DEBUG, MG_DEFAULT, MI_DEBUG_EMAIL, MI_DEBUG_ENABLE, MI_EXIT, MI_MORE_HELP, MI_REINSTALL, MI_SURVEY, RUN_COMPLETE, RUN_ERROR, RUN_LINE, SCANTYPE_NCAT, SCANTYPE_NDIFF, SCANTYPE_NMAP, SCANTYPE_NPING, TAG, THREAD_ERROR
 
Constructor Summary
NmapScan()
           
 
Method Summary
protected  java.lang.Void doInBackground(java.lang.Object... params)
           
protected  void onPostExecute(java.lang.Void myVoid)
           
protected  void onPreExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

private transient java.lang.String command
Constructor Detail

NmapScan

public NmapScan()
Method Detail

doInBackground

protected java.lang.Void doInBackground(java.lang.Object... params)

onPostExecute

protected void onPostExecute(java.lang.Void myVoid)

onPreExecute

protected void onPreExecute()