Package net.ionite.docval.server
Class DocValHttpClientMain
java.lang.Object
net.ionite.docval.server.DocValHttpClientMain
Main class of the command-line client for the HTTP server validator.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DocValHttpClientMain
public DocValHttpClientMain()
-
-
Method Details
-
main
Parse the command-line arguments and pass the given document to the server for validation. Theb parse the server response and print the result. Exit code is the number of errors found by the validation, or a negative number if the file could not be read or the server could not be reached.
-