Skip to content

Commit 33bce6c

Browse files
committed
Merged Settings and Users classes with Database Class
Signed-off-by: Joshua Gager <[email protected]>
1 parent 3da7f36 commit 33bce6c

File tree

118 files changed

+677
-697
lines changed

Some content is hidden

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

118 files changed

+677
-697
lines changed

docs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:15 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:11 EDT 2017 -->
66
<title>All Classes</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -16,6 +16,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
1616
<li><a href="com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools" target="classFrame">CommandInfo.Output</a></li>
1717
<li><a href="com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools" target="classFrame">ComputerInfo</a></li>
1818
<li><a href="com/jgcomptech/tools/databasetools/Database.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Database</a></li>
19+
<li><a href="com/jgcomptech/tools/databasetools/Database.Settings.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Database.Settings</a></li>
20+
<li><a href="com/jgcomptech/tools/databasetools/Database.Users.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Database.Users</a></li>
1921
<li><a href="com/jgcomptech/tools/databasetools/DatabaseConnectionInfo.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">DatabaseConnectionInfo</a></li>
2022
<li><a href="com/jgcomptech/tools/databasetools/DatabaseType.html" title="enum in com.jgcomptech.tools.databasetools" target="classFrame">DatabaseType</a></li>
2123
<li><a href="com/jgcomptech/tools/dialogs/DialogResult.html" title="class in com.jgcomptech.tools.dialogs" target="classFrame">DialogResult</a></li>
@@ -77,9 +79,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
7779
<li><a href="com/jgcomptech/tools/SecurityTools.PasswordHashes.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.PasswordHashes</a></li>
7880
<li><a href="com/jgcomptech/tools/SecurityTools.RSAFiles.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.RSAFiles</a></li>
7981
<li><a href="com/jgcomptech/tools/SecurityTools.RSAHashes.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.RSAHashes</a></li>
80-
<li><a href="com/jgcomptech/tools/databasetools/Settings.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Settings</a></li>
8182
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests" target="classFrame">Tests</a></li>
82-
<li><a href="com/jgcomptech/tools/databasetools/Users.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Users</a></li>
8383
<li><a href="com/jgcomptech/tools/enums/VERSuite.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">VERSuite</a></li>
8484
<li><a href="com/jgcomptech/tools/WebTools.html" title="class in com.jgcomptech.tools" target="classFrame">WebTools</a></li>
8585
<li><a href="com/jgcomptech/tools/WebTools.HTML.html" title="class in com.jgcomptech.tools" target="classFrame">WebTools.HTML</a></li>

docs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:15 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:11 EDT 2017 -->
66
<title>All Classes</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -16,6 +16,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
1616
<li><a href="com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a></li>
1717
<li><a href="com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools">ComputerInfo</a></li>
1818
<li><a href="com/jgcomptech/tools/databasetools/Database.html" title="class in com.jgcomptech.tools.databasetools">Database</a></li>
19+
<li><a href="com/jgcomptech/tools/databasetools/Database.Settings.html" title="class in com.jgcomptech.tools.databasetools">Database.Settings</a></li>
20+
<li><a href="com/jgcomptech/tools/databasetools/Database.Users.html" title="class in com.jgcomptech.tools.databasetools">Database.Users</a></li>
1921
<li><a href="com/jgcomptech/tools/databasetools/DatabaseConnectionInfo.html" title="class in com.jgcomptech.tools.databasetools">DatabaseConnectionInfo</a></li>
2022
<li><a href="com/jgcomptech/tools/databasetools/DatabaseType.html" title="enum in com.jgcomptech.tools.databasetools">DatabaseType</a></li>
2123
<li><a href="com/jgcomptech/tools/dialogs/DialogResult.html" title="class in com.jgcomptech.tools.dialogs">DialogResult</a></li>
@@ -77,9 +79,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
7779
<li><a href="com/jgcomptech/tools/SecurityTools.PasswordHashes.html" title="class in com.jgcomptech.tools">SecurityTools.PasswordHashes</a></li>
7880
<li><a href="com/jgcomptech/tools/SecurityTools.RSAFiles.html" title="class in com.jgcomptech.tools">SecurityTools.RSAFiles</a></li>
7981
<li><a href="com/jgcomptech/tools/SecurityTools.RSAHashes.html" title="class in com.jgcomptech.tools">SecurityTools.RSAHashes</a></li>
80-
<li><a href="com/jgcomptech/tools/databasetools/Settings.html" title="class in com.jgcomptech.tools.databasetools">Settings</a></li>
8182
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests">Tests</a></li>
82-
<li><a href="com/jgcomptech/tools/databasetools/Users.html" title="class in com.jgcomptech.tools.databasetools">Users</a></li>
8383
<li><a href="com/jgcomptech/tools/enums/VERSuite.html" title="enum in com.jgcomptech.tools.enums">VERSuite</a></li>
8484
<li><a href="com/jgcomptech/tools/WebTools.html" title="class in com.jgcomptech.tools">WebTools</a></li>
8585
<li><a href="com/jgcomptech/tools/WebTools.HTML.html" title="class in com.jgcomptech.tools">WebTools.HTML</a></li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>CommandInfo.Output</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/CommandInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:12 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>CommandInfo</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/ComputerInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>ComputerInfo</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>HWInfo.BIOS</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>HWInfo.BIOSObject</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>HWInfo.DriveObject</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>HWInfo.HWObject</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 21:09:13 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Wed Mar 29 22:05:09 EDT 2017 -->
66
<title>HWInfo.Network</title>
77
<meta name="date" content="2017-03-29">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)