Skip to content
Snippets Groups Projects
Commit 7a22869c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc links to example log capture

parent 174dd954
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,11 @@ import org.apache.commons.io.FilenameUtils; ...@@ -27,8 +27,11 @@ import org.apache.commons.io.FilenameUtils;
/** Utility to save PDUs received over the network to disk, greatly simplifying the capture of DIS streams by applications. /** Utility to save PDUs received over the network to disk, greatly simplifying the capture of DIS streams by applications.
* *
* Example <code>main()</code> self-test response shown in log file. * Example <code>main()</code> self-test response shown in log file, example results also included.
* @see <a href="https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTest.log.txt">https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTest.log.txt</a> * @see <a href="https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTest.log.txt">https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTest.log.txt</a>
* @see <a href="https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_BASE64_PduCaptureLog.dislog">https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_BASE64_PduCaptureLog.dislog</a>
* @see <a href="https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_BINARY_PduCaptureLog.dislog">https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_BINARY_PduCaptureLog.dislog</a>
* @see <a href="https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_PLAINTEXT_PduCaptureLog.dislog">https://github.com/open-dis/open-dis7-java/blob/master/src/edu/nps/moves/dis7/utilities/stream/PduRecorderSelfTestENCODING_PLAINTEXT_PduCaptureLog.dislog</a>
* *
* @author Don Brutzman, brutzman@nps.edu * @author Don Brutzman, brutzman@nps.edu
* @author Mike Bailey, jmbailey@nps.edu * @author Mike Bailey, jmbailey@nps.edu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment