Package org.nmap4j.core.scans
Class HostDiscovery
java.lang.Object
org.nmap4j.core.scans.BaseScan
org.nmap4j.core.scans.HostDiscovery
- All Implemented Interfaces:
IScan
This is a convenience class that allows you to scan for hosts based on the
included/excluded hosts passed to the constructor.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nmap4j.core.scans.IScan
IScan.OutputType, IScan.TimingFlag
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nmap4j.core.scans.BaseScan
addFlag, addPort, addPorts, excludeHost, excludeHosts, executeAsynchronousScan, executeScan, getArgumentProperties, getNMapProperties, includeHost, includeHosts, removeExcludeHost, removeExcludeHosts, removeFlag, removeIncludeHost, removeIncludeHosts, setNMapPath, setOutputType, setScanValidator, setTiming
-
Constructor Details
-
HostDiscovery
-