Package org.nmap4j
Interface INmap4j
- All Known Implementing Classes:
Nmap4j
public interface INmap4j
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
excludeHosts
(String hosts) void
execute()
boolean
hasError()
void
includeHosts
(String hosts)
-
Method Details
-
execute
-
addFlags
-
includeHosts
-
excludeHosts
-
getOutput
String getOutput() -
getResult
NMapRun getResult() -
hasError
boolean hasError() -
getExecutionResults
ExecutionResults getExecutionResults()
-