Skip to content

Commit 41c2fb1

Browse files
committed
Updated to 1.4.0 RELEASE
Added UserManagerException Added PasswordHashingFailedException Added isAdminLoggedIn method Added getAdminOverride and getUserVerification methods Added requireAdmin and requireAndVerifyAdmin methods Added isLoggedIn method Fixed rare bugs with loginUser and logoutUser methods Fixed exception that was thrown if user did not exist on login dialog Limited number of SQLException and GeneralSecurityException checked exceptions Changed Session Manager dialogs to use instance vars for parameters(old methods deprecated) Signed-off-by: Joshua Gager <[email protected]>
1 parent 226faed commit 41c2fb1

File tree

372 files changed

+3093
-1573
lines changed

Some content is hidden

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

372 files changed

+3093
-1573
lines changed

Changelog.txt

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.4.1 changes (1/22/2018):
2+
* Added UserManagerException
3+
* Added PasswordHashingFailedException
4+
* Added isAdminLoggedIn method
5+
* Added getAdminOverride and getUserVerification methods
6+
* Added requireAdmin and requireAndVerifyAdmin methods
7+
* Added isLoggedIn method
8+
* Fixed rare bugs with loginUser and logoutUser methods
9+
* Fixed exception that was thrown if user did not exist on login dialog
10+
* Limited number of SQLException and GeneralSecurityException checked exceptions
11+
* Changed Session Manager dialogs to use instance vars for parameters(old methods deprecated)
12+
113
Version 1.4.0 changes (1/19/2018):
214
* Added User Management Classes (UserManager, UserAccount, UserRoleManager and UserRole)
315
* Added Permission Management Classes (Permission Manager and Permission)
@@ -11,7 +23,7 @@ NOTE: Some API changes have occurred:
1123
* Moved Database.Users class to UsersManager class
1224
* Made Database class constructor auto-connect to database
1325
* Deprecated DatabaseConnectionInfo fields and replaced with getters/setters
14-
* Made all utility classes final and have have private constructors
26+
* Made all utility classes final and have private constructors
1527
* Made all method parameters and most existing classes final
1628
* Added period to first line of all javadoc comments
1729
* Updated SecurityTools.getFileHash to use Apache Commons Codec Library (Java 9 Fix)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaUltimateTools v1.4.0 [![Build Status](https://travis-ci.org/JGCompTech/JavaUltimateTools.svg?branch=master)](https://travis-ci.org/JGCompTech/JavaUltimateTools) [![Dependency Status](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/) [![Javadocs](http://www.javadoc.io/badge/com.jgcomptech.tools/java-ultimate-tools.svg?style=flat-square)](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools)
1+
# JavaUltimateTools v1.4.1 [![Build Status](https://travis-ci.org/JGCompTech/JavaUltimateTools.svg?branch=master)](https://travis-ci.org/JGCompTech/JavaUltimateTools) [![Dependency Status](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/) [![Javadocs](http://www.javadoc.io/badge/com.jgcomptech.tools/java-ultimate-tools.svg?style=flat-square)](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools)
22

33
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
44
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
@@ -23,7 +23,7 @@ Want to contribute? Great!
2323
Any help with development is greatly appreciated. If you want to add something or fix any issues please submit a pull request and if it is helpful it may be merged. Please check out our [Code of Conduct for Contributors](https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md).
2424

2525
# Download
26-
**[Download v1.4.0](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.4.0)**
26+
**[Download v1.4.1](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.4.1)**
2727

2828
The changelog can be found [here](https://github.com/JGCompTech/JavaUltimateTools/blob/master/Changelog.txt)
2929

@@ -35,7 +35,7 @@ fragments into your pom.xml file. With those settings, your Maven will automatic
3535
<dependency>
3636
<groupId>com.jgcomptech.tools</groupId>
3737
<artifactId>java-ultimate-tools</artifactId>
38-
<version>1.4.0</version>
38+
<version>1.4.1</version>
3939
</dependency>
4040
</dependencies>
4141

docs/allclasses-frame.html

+5-3
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 Fri Jan 19 20:15:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:53 EST 2018 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -86,6 +86,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
8686
<li><a href="com/jgcomptech/tools/enums/OSList.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">OSList</a></li>
8787
<li><a href="com/jgcomptech/tools/enums/OSType.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">OSType</a></li>
8888
<li><a href="com/jgcomptech/tools/enums/OtherConsts.html" title="class in com.jgcomptech.tools.enums" target="classFrame">OtherConsts</a></li>
89+
<li><a href="com/jgcomptech/tools/exceptions/PasswordHashingFailedException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">PasswordHashingFailedException</a></li>
8990
<li><a href="com/jgcomptech/tools/permissions/Permission.html" title="class in com.jgcomptech.tools.permissions" target="classFrame">Permission</a></li>
9091
<li><a href="com/jgcomptech/tools/events/PermissionEvent.html" title="class in com.jgcomptech.tools.events" target="classFrame">PermissionEvent</a></li>
9192
<li><a href="com/jgcomptech/tools/permissions/PermissionManager.html" title="class in com.jgcomptech.tools.permissions" target="classFrame">PermissionManager</a></li>
@@ -108,13 +109,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
108109
<li><a href="com/jgcomptech/tools/databasetools/jbdc/SQLBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">SQLBuilder</a></li>
109110
<li><a href="com/jgcomptech/tools/StringUtils.html" title="class in com.jgcomptech.tools" target="classFrame">StringUtils</a></li>
110111
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TableBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TableBuilder</a></li>
111-
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TableNotFoundException.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TableNotFoundException</a></li>
112+
<li><a href="com/jgcomptech/tools/exceptions/TableNotFoundException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">TableNotFoundException</a></li>
112113
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests" target="classFrame">Tests</a></li>
113114
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TypedStatement</a></li>
114115
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.Type.html" title="enum in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TypedStatement.Type</a></li>
115116
<li><a href="com/jgcomptech/tools/databasetools/jbdc/UpdateBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">UpdateBuilder</a></li>
116117
<li><a href="com/jgcomptech/tools/authenication/UserAccount.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserAccount</a></li>
117118
<li><a href="com/jgcomptech/tools/authenication/UserManager.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserManager</a></li>
119+
<li><a href="com/jgcomptech/tools/exceptions/UserManagerException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">UserManagerException</a></li>
118120
<li><a href="com/jgcomptech/tools/authenication/UserRole.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserRole</a></li>
119121
<li><a href="com/jgcomptech/tools/authenication/UserRoleManager.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserRoleManager</a></li>
120122
<li><a href="com/jgcomptech/tools/authenication/UserRoleManager.SystemUserRoles.html" title="enum in com.jgcomptech.tools.authenication" target="classFrame">UserRoleManager.SystemUserRoles</a></li>

docs/allclasses-noframe.html

+5-3
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 Fri Jan 19 20:15:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:53 EST 2018 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -86,6 +86,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
8686
<li><a href="com/jgcomptech/tools/enums/OSList.html" title="enum in com.jgcomptech.tools.enums">OSList</a></li>
8787
<li><a href="com/jgcomptech/tools/enums/OSType.html" title="enum in com.jgcomptech.tools.enums">OSType</a></li>
8888
<li><a href="com/jgcomptech/tools/enums/OtherConsts.html" title="class in com.jgcomptech.tools.enums">OtherConsts</a></li>
89+
<li><a href="com/jgcomptech/tools/exceptions/PasswordHashingFailedException.html" title="class in com.jgcomptech.tools.exceptions">PasswordHashingFailedException</a></li>
8990
<li><a href="com/jgcomptech/tools/permissions/Permission.html" title="class in com.jgcomptech.tools.permissions">Permission</a></li>
9091
<li><a href="com/jgcomptech/tools/events/PermissionEvent.html" title="class in com.jgcomptech.tools.events">PermissionEvent</a></li>
9192
<li><a href="com/jgcomptech/tools/permissions/PermissionManager.html" title="class in com.jgcomptech.tools.permissions">PermissionManager</a></li>
@@ -108,13 +109,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
108109
<li><a href="com/jgcomptech/tools/databasetools/jbdc/SQLBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">SQLBuilder</a></li>
109110
<li><a href="com/jgcomptech/tools/StringUtils.html" title="class in com.jgcomptech.tools">StringUtils</a></li>
110111
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TableBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TableBuilder</a></li>
111-
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TableNotFoundException.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TableNotFoundException</a></li>
112+
<li><a href="com/jgcomptech/tools/exceptions/TableNotFoundException.html" title="class in com.jgcomptech.tools.exceptions">TableNotFoundException</a></li>
112113
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests">Tests</a></li>
113114
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TypedStatement</a></li>
114115
<li><a href="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.Type.html" title="enum in com.jgcomptech.tools.databasetools.jbdc">TypedStatement.Type</a></li>
115116
<li><a href="com/jgcomptech/tools/databasetools/jbdc/UpdateBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">UpdateBuilder</a></li>
116117
<li><a href="com/jgcomptech/tools/authenication/UserAccount.html" title="class in com.jgcomptech.tools.authenication">UserAccount</a></li>
117118
<li><a href="com/jgcomptech/tools/authenication/UserManager.html" title="class in com.jgcomptech.tools.authenication">UserManager</a></li>
119+
<li><a href="com/jgcomptech/tools/exceptions/UserManagerException.html" title="class in com.jgcomptech.tools.exceptions">UserManagerException</a></li>
118120
<li><a href="com/jgcomptech/tools/authenication/UserRole.html" title="class in com.jgcomptech.tools.authenication">UserRole</a></li>
119121
<li><a href="com/jgcomptech/tools/authenication/UserRoleManager.html" title="class in com.jgcomptech.tools.authenication">UserRoleManager</a></li>
120122
<li><a href="com/jgcomptech/tools/authenication/UserRoleManager.SystemUserRoles.html" title="enum in com.jgcomptech.tools.authenication">UserRoleManager.SystemUserRoles</a></li>

docs/com/jgcomptech/tools/CollectionUtils.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>CollectionUtils</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.Output.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>CommandInfo.Output</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>CommandInfo</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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/ComputerInfo.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>ComputerInfo</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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/EmailValidator.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>EmailValidator</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.BIOS.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.BIOS</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.BIOSObject.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.BIOSObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.DriveObject.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.DriveObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.HWObject.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.HWObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.Network.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.Network</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.NetworkObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.OEM.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.OEM</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.Processor.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.Processor</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.ProcessorObject.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.ProcessorObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.RAM.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.RAM</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.RAMObject.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.RAMObject</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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.Storage.html

+2-2
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 Fri Jan 19 20:15:48 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
66
<title>HWInfo.Storage</title>
7-
<meta name="date" content="2018-01-19">
7+
<meta name="date" content="2018-01-22">
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)