Skip to content

Commit fe05da1

Browse files
committed
Restructuring, refactoring and JavaDoc updates
Changed build to 1.3 Signed-off-by: Joshua Gager <jlgager@outlook.com>
1 parent 8369c8c commit fe05da1

File tree

142 files changed

+1965
-1606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1965
-1606
lines changed

docs/allclasses-frame.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:48 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:20 EDT 2017 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -43,7 +43,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
4343
<li><a href="com/jgcomptech/tools/dialogs/MessageBoxDefaultButton.html" title="enum in com.jgcomptech.tools.dialogs" target="classFrame">MessageBoxDefaultButton</a></li>
4444
<li><a href="com/jgcomptech/tools/dialogs/MessageBoxIcon.html" title="enum in com.jgcomptech.tools.dialogs" target="classFrame">MessageBoxIcon</a></li>
4545
<li><a href="com/jgcomptech/tools/Misc.html" title="class in com.jgcomptech.tools" target="classFrame">Misc</a></li>
46-
<li><a href="com/jgcomptech/tools/Misc.Init.html" title="class in com.jgcomptech.tools" target="classFrame">Misc.Init</a></li>
46+
<li><a href="com/jgcomptech/tools/Misc.SecondsConverter.html" title="class in com.jgcomptech.tools" target="classFrame">Misc.SecondsConverter</a></li>
47+
<li><a href="com/jgcomptech/tools/Misc.SecondsConverter.NegativeNumberException.html" title="class in com.jgcomptech.tools" target="classFrame">Misc.SecondsConverter.NegativeNumberException</a></li>
4748
<li><a href="com/jgcomptech/tools/NativeMethods.html" title="class in com.jgcomptech.tools" target="classFrame">NativeMethods</a></li>
4849
<li><a href="com/jgcomptech/tools/NativeMethods.Kernel32.html" title="interface in com.jgcomptech.tools" target="classFrame"><span class="interfaceName">NativeMethods.Kernel32</span></a></li>
4950
<li><a href="com/jgcomptech/tools/NativeMethods.Secur32.html" title="interface in com.jgcomptech.tools" target="classFrame"><span class="interfaceName">NativeMethods.Secur32</span></a></li>

docs/allclasses-noframe.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:48 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:20 EDT 2017 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -43,7 +43,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
4343
<li><a href="com/jgcomptech/tools/dialogs/MessageBoxDefaultButton.html" title="enum in com.jgcomptech.tools.dialogs">MessageBoxDefaultButton</a></li>
4444
<li><a href="com/jgcomptech/tools/dialogs/MessageBoxIcon.html" title="enum in com.jgcomptech.tools.dialogs">MessageBoxIcon</a></li>
4545
<li><a href="com/jgcomptech/tools/Misc.html" title="class in com.jgcomptech.tools">Misc</a></li>
46-
<li><a href="com/jgcomptech/tools/Misc.Init.html" title="class in com.jgcomptech.tools">Misc.Init</a></li>
46+
<li><a href="com/jgcomptech/tools/Misc.SecondsConverter.html" title="class in com.jgcomptech.tools">Misc.SecondsConverter</a></li>
47+
<li><a href="com/jgcomptech/tools/Misc.SecondsConverter.NegativeNumberException.html" title="class in com.jgcomptech.tools">Misc.SecondsConverter.NegativeNumberException</a></li>
4748
<li><a href="com/jgcomptech/tools/NativeMethods.html" title="class in com.jgcomptech.tools">NativeMethods</a></li>
4849
<li><a href="com/jgcomptech/tools/NativeMethods.Kernel32.html" title="interface in com.jgcomptech.tools"><span class="interfaceName">NativeMethods.Kernel32</span></a></li>
4950
<li><a href="com/jgcomptech/tools/NativeMethods.Secur32.html" title="interface in com.jgcomptech.tools"><span class="interfaceName">NativeMethods.Secur32</span></a></li>

docs/com/jgcomptech/tools/CommandInfo.Output.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>CommandInfo.Output</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/com/jgcomptech/tools/CommandInfo.html

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>CommandInfo</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -204,14 +204,19 @@ <h3>Method Detail</h3>
204204
<li class="blockList">
205205
<h4>Run</h4>
206206
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a>&nbsp;Run(java.lang.String&nbsp;command,
207-
java.lang.String&nbsp;args)</pre>
207+
java.lang.String&nbsp;args)
208+
throws java.io.IOException,
209+
java.lang.InterruptedException</pre>
208210
<div class="block">Runs command and returns results to ArrayList in Output object</div>
209211
<dl>
210212
<dt><span class="paramLabel">Parameters:</span></dt>
211213
<dd><code>command</code> - Command to run</dd>
212214
<dd><code>args</code> - Arguments to pass to command</dd>
213215
<dt><span class="returnLabel">Returns:</span></dt>
214216
<dd>Output object</dd>
217+
<dt><span class="throwsLabel">Throws:</span></dt>
218+
<dd><code>java.io.IOException</code> - if error occurs</dd>
219+
<dd><code>java.lang.InterruptedException</code> - if command is interrupted</dd>
215220
</dl>
216221
</li>
217222
</ul>
@@ -223,7 +228,9 @@ <h4>Run</h4>
223228
<h4>Run</h4>
224229
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a>&nbsp;Run(java.lang.String&nbsp;command,
225230
java.lang.String&nbsp;args,
226-
boolean&nbsp;elevate)</pre>
231+
boolean&nbsp;elevate)
232+
throws java.io.IOException,
233+
java.lang.InterruptedException</pre>
227234
<div class="block">Runs command elevated, shows cmd window and pauses window when command is complete <p>
228235
If "elevate" parameter is false, it is ignored and and results will be saved to Output object <p>
229236
If OS is not Windows, "elevate" parameter is ignored and results will be saved to Output object</div>
@@ -234,6 +241,9 @@ <h4>Run</h4>
234241
<dd><code>elevate</code> - Boolean to set if command should be run elevated, if true Output object will be empty</dd>
235242
<dt><span class="returnLabel">Returns:</span></dt>
236243
<dd>Output object</dd>
244+
<dt><span class="throwsLabel">Throws:</span></dt>
245+
<dd><code>java.io.IOException</code> - if error occurs</dd>
246+
<dd><code>java.lang.InterruptedException</code> - if command is interrupted</dd>
237247
</dl>
238248
</li>
239249
</ul>
@@ -243,12 +253,13 @@ <h4>Run</h4>
243253
<ul class="blockListLast">
244254
<li class="blockList">
245255
<h4>Run</h4>
246-
<pre>@NotNull
247-
public static&nbsp;<a href="../../../com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a>&nbsp;Run(java.lang.String&nbsp;command,
248-
java.lang.String&nbsp;args,
249-
boolean&nbsp;elevate,
250-
boolean&nbsp;hideWindow,
251-
boolean&nbsp;keepWindowOpen)</pre>
256+
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a>&nbsp;Run(java.lang.String&nbsp;command,
257+
java.lang.String&nbsp;args,
258+
boolean&nbsp;elevate,
259+
boolean&nbsp;hideWindow,
260+
boolean&nbsp;keepWindowOpen)
261+
throws java.io.IOException,
262+
java.lang.InterruptedException</pre>
252263
<div class="block">Runs command according to parameters, will only open cmd window if OS is Windows <p>
253264
If OS is not Windows, all boolean parameters are ignored and results will be saved to Output object</div>
254265
<dl>
@@ -265,6 +276,9 @@ <h4>Run</h4>
265276
open when hidden and unnecessarily using RAM</dd>
266277
<dt><span class="returnLabel">Returns:</span></dt>
267278
<dd>Output object</dd>
279+
<dt><span class="throwsLabel">Throws:</span></dt>
280+
<dd><code>java.io.IOException</code> - if error occurs</dd>
281+
<dd><code>java.lang.InterruptedException</code> - if command is interrupted</dd>
268282
</dl>
269283
</li>
270284
</ul>

docs/com/jgcomptech/tools/ComputerInfo.html

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>ComputerInfo</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -18,7 +18,7 @@
1818
catch(err) {
1919
}
2020
//-->
21-
var methods = {"i0":9};
21+
var methods = {"i0":9,"i1":9};
2222
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
2323
var altColor = "altColor";
2424
var rowColor = "rowColor";
@@ -170,8 +170,12 @@ <h3>Method Summary</h3>
170170
<th class="colLast" scope="col">Method and Description</th>
171171
</tr>
172172
<tr id="i0" class="altColor">
173+
<td class="colFirst"><code>static <a href="../../../com/jgcomptech/tools/HWInfo.HWObject.html" title="class in com.jgcomptech.tools">HWInfo.HWObject</a></code></td>
174+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/jgcomptech/tools/ComputerInfo.html#ReInitalizeHW--">ReInitalizeHW</a></span>()</code>&nbsp;</td>
175+
</tr>
176+
<tr id="i1" class="rowColor">
173177
<td class="colFirst"><code>static <a href="../../../com/jgcomptech/tools/OSInfo.OSObject.html" title="class in com.jgcomptech.tools">OSInfo.OSObject</a></code></td>
174-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/jgcomptech/tools/ComputerInfo.html#ReinitalizeOS--">ReinitalizeOS</a></span>()</code>&nbsp;</td>
178+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/jgcomptech/tools/ComputerInfo.html#ReInitalizeOS--">ReInitalizeOS</a></span>()</code>&nbsp;</td>
175179
</tr>
176180
</table>
177181
<ul class="blockList">
@@ -201,7 +205,7 @@ <h3>Field Detail</h3>
201205
<ul class="blockList">
202206
<li class="blockList">
203207
<h4>OS</h4>
204-
<pre>public final&nbsp;<a href="../../../com/jgcomptech/tools/OSInfo.OSObject.html" title="class in com.jgcomptech.tools">OSInfo.OSObject</a> OS</pre>
208+
<pre>public&nbsp;<a href="../../../com/jgcomptech/tools/OSInfo.OSObject.html" title="class in com.jgcomptech.tools">OSInfo.OSObject</a> OS</pre>
205209
</li>
206210
</ul>
207211
<a name="HW">
@@ -210,7 +214,7 @@ <h4>OS</h4>
210214
<ul class="blockListLast">
211215
<li class="blockList">
212216
<h4>HW</h4>
213-
<pre>public final&nbsp;<a href="../../../com/jgcomptech/tools/HWInfo.HWObject.html" title="class in com.jgcomptech.tools">HWInfo.HWObject</a> HW</pre>
217+
<pre>public&nbsp;<a href="../../../com/jgcomptech/tools/HWInfo.HWObject.html" title="class in com.jgcomptech.tools">HWInfo.HWObject</a> HW</pre>
214218
</li>
215219
</ul>
216220
</li>
@@ -227,7 +231,14 @@ <h3>Constructor Detail</h3>
227231
<ul class="blockListLast">
228232
<li class="blockList">
229233
<h4>ComputerInfo</h4>
230-
<pre>public&nbsp;ComputerInfo()</pre>
234+
<pre>public&nbsp;ComputerInfo()
235+
throws java.io.IOException,
236+
java.lang.InterruptedException</pre>
237+
<dl>
238+
<dt><span class="throwsLabel">Throws:</span></dt>
239+
<dd><code>java.io.IOException</code></dd>
240+
<dd><code>java.lang.InterruptedException</code></dd>
241+
</dl>
231242
</li>
232243
</ul>
233244
</li>
@@ -238,13 +249,34 @@ <h4>ComputerInfo</h4>
238249
<!-- -->
239250
</a>
240251
<h3>Method Detail</h3>
241-
<a name="ReinitalizeOS--">
252+
<a name="ReInitalizeOS--">
253+
<!-- -->
254+
</a>
255+
<ul class="blockList">
256+
<li class="blockList">
257+
<h4>ReInitalizeOS</h4>
258+
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/OSInfo.OSObject.html" title="class in com.jgcomptech.tools">OSInfo.OSObject</a>&nbsp;ReInitalizeOS()
259+
throws java.io.IOException,
260+
java.lang.InterruptedException</pre>
261+
<dl>
262+
<dt><span class="throwsLabel">Throws:</span></dt>
263+
<dd><code>java.io.IOException</code></dd>
264+
<dd><code>java.lang.InterruptedException</code></dd>
265+
</dl>
266+
</li>
267+
</ul>
268+
<a name="ReInitalizeHW--">
242269
<!-- -->
243270
</a>
244271
<ul class="blockListLast">
245272
<li class="blockList">
246-
<h4>ReinitalizeOS</h4>
247-
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/OSInfo.OSObject.html" title="class in com.jgcomptech.tools">OSInfo.OSObject</a>&nbsp;ReinitalizeOS()</pre>
273+
<h4>ReInitalizeHW</h4>
274+
<pre>public static&nbsp;<a href="../../../com/jgcomptech/tools/HWInfo.HWObject.html" title="class in com.jgcomptech.tools">HWInfo.HWObject</a>&nbsp;ReInitalizeHW()
275+
throws java.io.IOException</pre>
276+
<dl>
277+
<dt><span class="throwsLabel">Throws:</span></dt>
278+
<dd><code>java.io.IOException</code></dd>
279+
</dl>
248280
</li>
249281
</ul>
250282
</li>

docs/com/jgcomptech/tools/HWInfo.BIOS.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.BIOS</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -179,8 +179,7 @@ <h3>Method Detail</h3>
179179
<ul class="blockList">
180180
<li class="blockList">
181181
<h4>getReleaseDate</h4>
182-
<pre>@NotNull
183-
public static&nbsp;java.lang.String&nbsp;getReleaseDate()</pre>
182+
<pre>public static&nbsp;java.lang.String&nbsp;getReleaseDate()</pre>
184183
<div class="block">Returns the system BIOS release date stored in the registry</div>
185184
<dl>
186185
<dt><span class="returnLabel">Returns:</span></dt>
@@ -194,8 +193,7 @@ <h4>getReleaseDate</h4>
194193
<ul class="blockList">
195194
<li class="blockList">
196195
<h4>getVersion</h4>
197-
<pre>@NotNull
198-
public static&nbsp;java.lang.String&nbsp;getVersion()</pre>
196+
<pre>public static&nbsp;java.lang.String&nbsp;getVersion()</pre>
199197
<div class="block">Returns the system BIOS version stored in the registry</div>
200198
<dl>
201199
<dt><span class="returnLabel">Returns:</span></dt>
@@ -209,8 +207,7 @@ <h4>getVersion</h4>
209207
<ul class="blockListLast">
210208
<li class="blockList">
211209
<h4>getVendor</h4>
212-
<pre>@NotNull
213-
public static&nbsp;java.lang.String&nbsp;getVendor()</pre>
210+
<pre>public static&nbsp;java.lang.String&nbsp;getVendor()</pre>
214211
<div class="block">Returns the system BIOS vendor name stored in the registry</div>
215212
<dl>
216213
<dt><span class="returnLabel">Returns:</span></dt>

docs/com/jgcomptech/tools/HWInfo.BIOSObject.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.BIOSObject</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -114,6 +114,7 @@ <h2 title="Class HWInfo.BIOSObject" class="title">Class HWInfo.BIOSObject</h2>
114114
<br>
115115
<pre>public static class <span class="typeNameLabel">HWInfo.BIOSObject</span>
116116
extends java.lang.Object</pre>
117+
<div class="block">A BIOS Object for use with the <a href="../../../com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools"><code>ComputerInfo</code></a> class</div>
117118
</li>
118119
</ul>
119120
</div>

docs/com/jgcomptech/tools/HWInfo.DriveObject.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.DriveObject</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -114,6 +114,7 @@ <h2 title="Class HWInfo.DriveObject" class="title">Class HWInfo.DriveObject</h2>
114114
<br>
115115
<pre>public static class <span class="typeNameLabel">HWInfo.DriveObject</span>
116116
extends java.lang.Object</pre>
117+
<div class="block">A Drive Object for use with the <a href="../../../com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools"><code>ComputerInfo</code></a> class</div>
117118
</li>
118119
</ul>
119120
</div>

docs/com/jgcomptech/tools/HWInfo.HWObject.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.HWObject</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -114,6 +114,7 @@ <h2 title="Class HWInfo.HWObject" class="title">Class HWInfo.HWObject</h2>
114114
<br>
115115
<pre>public static class <span class="typeNameLabel">HWInfo.HWObject</span>
116116
extends java.lang.Object</pre>
117+
<div class="block">A Hardware Object for use with the <a href="../../../com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools"><code>ComputerInfo</code></a> class</div>
117118
</li>
118119
</ul>
119120
</div>

docs/com/jgcomptech/tools/HWInfo.Network.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.Network</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/com/jgcomptech/tools/HWInfo.NetworkObject.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.NetworkObject</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -114,6 +114,7 @@ <h2 title="Class HWInfo.NetworkObject" class="title">Class HWInfo.NetworkObject<
114114
<br>
115115
<pre>public static class <span class="typeNameLabel">HWInfo.NetworkObject</span>
116116
extends java.lang.Object</pre>
117+
<div class="block">A Network Object for use with the <a href="../../../com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools"><code>ComputerInfo</code></a> class</div>
117118
</li>
118119
</ul>
119120
</div>

docs/com/jgcomptech/tools/HWInfo.OEM.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 23:29:47 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 31 20:19:18 EDT 2017 -->
66
<title>HWInfo.OEM</title>
7-
<meta name="date" content="2017-03-29">
7+
<meta name="date" content="2017-03-31">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)