A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages

G

generateKeyPair() - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Generates a key pair.
generateKeyPair(boolean, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Generates a key pair and saves them to files matching the specified filename.
getAdminOverride(boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Requests an admin user to authenticate to override permissions using the single session context.
getAdminOverride(boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Requests an admin user to authenticate to override permissions using the single session context.
getAdminPermission() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns the Admin permission.
getAppIconPath() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the path to the icon to use for all login dialogs.
getAppIconPath() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the path to the icon to use for all login dialogs.
getAppIconPath() - Method in class com.jgcomptech.tools.authc.UserManager
Returns the path to the icon to use for all dialogs.
getArgs() - Method in class com.jgcomptech.tools.events.Event
Returns the Event arguments.
getChildPermissions() - Method in class com.jgcomptech.tools.authz.Permission
Returns a list of child permissions.
getColumnName() - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
Returns the name of the column.
getConnection() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
Allows management of the connection to the database.
getController() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the controller associated with the Dialog.
getController(Initializable) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Defines the controller associated with the Dialog.
getCreatePermission() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns the Create permission.
getCreationDate() - Method in interface com.jgcomptech.tools.authc.AuthenticationInfo
 
getCreationDate() - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
Returns the date and time the Account was initially created.
getCreationDate() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns the date and time the Account was initially created.
getCredentials() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Returns the password char array.
getDBDriverClass() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Info
Returns the class name of the database driver.
getDbType() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Info
Returns the DatabaseType of the database.
getDBType() - Method in class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
Returns the database type.
getDialog() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the Dialog as a Dialog object.
getDialog() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Returns the LoginDialog Dialog implementation object.
getDisabledRoleError() - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
getDriveFreeSpace(char) - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the free space of the specified drive by drive letter, returns "N/A" if drive doesn't exist.
getDriveSize(char) - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the drive size of the specified drive by drive letter, returns "N/A" if drive doesn't exist.
getDuration() - Method in class com.jgcomptech.tools.authc.Session
Returns a Duration object containing the elapsed time the session has been opened.
getDurationFullString() - Method in class com.jgcomptech.tools.authc.Session
Returns a string of the elapsed time the session has been opened in sentence format.
getDurationString() - Method in class com.jgcomptech.tools.authc.Session
Returns a string of the elapsed time the session has been opened in the format 00:00:00.
getDurationStringLong() - Method in class com.jgcomptech.tools.authc.Session
Returns a string of the elapsed time the session has been opened in the format 00:00:00.0000.
getEditPermission() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns the Edit permission.
getEnvironmentVar(String) - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
Get an environment variable from Windows.
getEvent(String) - Method in class com.jgcomptech.tools.events.EventManager
 
getEventHandler(EventType<? extends T>) - Method in class com.jgcomptech.tools.events.EventTarget
Returns the singleton handler assigned to the specified Event Type.
getEventListeners() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns a new instance of the EventListeners class that contains methods for all session related event handlers.
getEventListeners() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns a new instance of the EventListeners class that contains methods for all session related event handlers.
getEventType() - Method in class com.jgcomptech.tools.events.ActionEvent
 
getEventType() - Method in class com.jgcomptech.tools.events.Event
Gets the event type of this event.
getEventType() - Method in class com.jgcomptech.tools.events.PermissionEvent
 
getEventType() - Method in class com.jgcomptech.tools.events.SessionEvent
Gets the event type of this event.
getExcessiveAttemptsError() - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
getExpiredCredentialsError() - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
getExternalIPAddress() - Static method in class com.jgcomptech.tools.HWInfo.Network
Returns the External IP Address by connecting to "http://api.ipify.org".
getFileHash(SecurityTools.HashType, String) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
Read the file and calculate the checksum.
getFileHash(SecurityTools.HashType, String, boolean) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
Read the file and calculate the checksum.
getHeaderText() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Returns the string to show in the dialog header area.
getHTML(String) - Static method in class com.jgcomptech.tools.WebTools.HTML
Gets HTML source code from specified URL.
getIcon() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the icon image for the Dialog that is used in the window decorations and when minimized.
getIconPath() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Returns the path in the resource folder of the window icon.
getIncorrectCredentialsError() - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
getInfo() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
Returns info about the database.
getInfo() - Static method in class com.jgcomptech.tools.OSInfo.Windows.SystemInformation
Returns information about the current Windows installation as text.
getInstance() - Static method in class com.jgcomptech.tools.authc.AuthManager
Retrieves the current instance of the AuthManager.
getInstance() - Static method in class com.jgcomptech.tools.authc.UserRoleManager
Returns the singleton instance of the UserRoleManager.
getInstance() - Static method in class com.jgcomptech.tools.authz.PermissionManager
Returns the instance of the PermissionManager, if one doesn't exist it is created.
getInstance() - Static method in class com.jgcomptech.tools.events.EventManager
 
getInternalIPAddress() - Static method in class com.jgcomptech.tools.HWInfo.Network
Returns the Internal IP Address.
getItemInCollection(Collection<T>, Predicate<T>) - Static method in class com.jgcomptech.tools.CollectionUtils
Returns the first item in a HashSet that matches the specified Predicate.
getItemsInCollection(Collection<T>, Predicate<T>) - Static method in class com.jgcomptech.tools.CollectionUtils
Returns the items in a Collection that matches the specified Predicate.
getLastSessionDuration() - Method in class com.jgcomptech.tools.authc.Subject
Returns a Duration object containing the elapsed time the last session was open.
getLastSessionDurationString() - Method in class com.jgcomptech.tools.authc.Subject
Returns a string of the elapsed time the last session was open in the format 00:00:00.
getLastSessionDurationStringFull() - Method in class com.jgcomptech.tools.authc.Subject
Returns a string of the elapsed time the last session was open in the format 00:00:00.0000.
getLoader() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the FXMLLoader that was used to load the Dialog.
getLockedAccountError() - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
getLoggedInUsername() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the username of the currently logged in user under the single session context.
getLoggedInUsername() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the username of the currently logged in user under the single session context.
getLoggedInUserRole() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the user role of the currently logged in user under the single user context.
getLoggedInUserRole() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the user role of the currently logged in user under the single user context.
getLoginErrorMessages() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the text to use for the error message when errors occur during login.
getLoginErrorMessages() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the text to use for the error message when errors occur during login.
getMaxSessions() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the maximum number of allowed sessions, under the multi session context, before login is disabled.
getMaxSessions() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the maximum number of allowed sessions, under the multi session context, before login is disabled.
getName() - Method in class com.jgcomptech.tools.authc.UserRole
Returns the name of the user role.
getName() - Method in enum com.jgcomptech.tools.authc.UserRoleManager.SystemUserRoles
 
getName() - Method in class com.jgcomptech.tools.authz.Permission
Returns the name of the permission.
getName() - Method in enum com.jgcomptech.tools.authz.PermissionManager.SystemPermissions
 
getName() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Info
Returns the name of the database.
getName() - Method in class com.jgcomptech.tools.events.EventType
Gets the name of this event type.
getNames() - Static method in enum com.jgcomptech.tools.authz.PermissionManager.SystemPermissions
 
getNewInstance(Database) - Static method in class com.jgcomptech.tools.authc.AuthManager
Creates and retrieves a new instance of the AuthManager with the specified database.
getNewInstance(Database, String) - Static method in class com.jgcomptech.tools.authc.AuthManager
Creates and retrieves a new instance of the AuthManager with the specified parameters.
getNewInstance(Database, String, String) - Static method in class com.jgcomptech.tools.authc.AuthManager
Creates and retrieves a new instance of the AuthManager with the specified parameters.
getObject() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
Returns the raw java.sql.Connection object.
getOnDisabled() - Method in class com.jgcomptech.tools.authz.Permission
Returns the event handler that will fire when the permission is disabled.
getOnEnabled() - Method in class com.jgcomptech.tools.authz.Permission
Returns the event handler that will fire when the permission is disabled.
getOpenTime() - Method in class com.jgcomptech.tools.authc.Session
Returns a LocalDateTime object containing the timestamp when the session was opened.
getOwner() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the owner Window for this Dialog, or null for a top-level, unowned stage.
getPassword() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Returns the password submitted during an authentication attempt as a character array.
getPassword() - Method in class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
Returns the database password.
getPasswordExpirationDate() - Method in interface com.jgcomptech.tools.authc.AuthenticationInfo
 
getPasswordExpirationDate() - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
Returns the expiration date of the current password.
getPasswordExpirationDate() - Method in class com.jgcomptech.tools.authc.Subject
Returns the user's password expiration date as a LocalDateTime object.
getPasswordExpirationDate() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns the expiration date of the current password.
getPasswordExpirationDate(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the specified user's password expiration date as a LocalDateTime object.
getPasswordExpirationDate(String) - Method in class com.jgcomptech.tools.authc.Subject
Returns the user's password expiration date as a formatted string.
getPasswordExpirationDate(String, String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the specified user's password expiration date as a formatted string.
getPath() - Method in class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
Returns the database path.
getPermission() - Method in class com.jgcomptech.tools.events.PermissionEvent
 
getPermission(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns the specified permission.
getPermissionChildren(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns a list of child permissions of the specified permission.
getPermissions() - Method in class com.jgcomptech.tools.authc.UserRole
Returns a list of permissions assigned to the user role.
getPermissions() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns a HashMap of all existing permission objects.
getPermissionsNames() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns a list of names of existing permissions.
getPrincipal() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Simply returns getUsername().
getProductInfo(int, int) - Static method in class com.jgcomptech.tools.NativeMethods
Generates a new instance of the ProductInfo object.
GetProductInfo(int, int, int, int, IntByReference) - Method in interface com.jgcomptech.tools.NativeMethods.Kernel32
 
getProgramName() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the name of the program to use in all login dialogs for the window title.
getProgramName() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the name of the program to use in all login dialogs for the window title.
getProgramName() - Method in class com.jgcomptech.tools.authc.UserManager
Returns the program name to use for all dialogs.
getReadPermission() - Method in class com.jgcomptech.tools.authz.PermissionManager
Returns the Read permission.
getReleaseDate() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
Returns the system BIOS release date stored in the registry.
getResultRows(ResultSet) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Returns number of rows that were returned in a ResultSet object.
getRole() - Method in enum com.jgcomptech.tools.authc.UserRoleManager.SystemUserRoles
 
getRole(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the specified role.
getRoles() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns a list of the current existing roles.
getRoles() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns the Account's assigned roles.
getRoles() - Static method in enum com.jgcomptech.tools.authc.UserRoleManager.SystemUserRoles
 
getRoles() - Method in interface com.jgcomptech.tools.authz.AuthorizationInfo
 
getRoles() - Method in class com.jgcomptech.tools.authz.SimpleAuthorizationInfo
Returns all assigned roles.
getSession() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current session for the currently logged in username under the single session context.
getSession() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the current session for the currently logged in username under the single session context.
getSession() - Method in class com.jgcomptech.tools.authc.Subject
Returns the Session object of the current logged in session.
getSession() - Method in class com.jgcomptech.tools.events.SessionEvent
 
getSession(boolean) - Method in class com.jgcomptech.tools.authc.Subject
Returns the Session object of the current logged in session.
getSession(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current session for the specified username under the single session context.
getSession(String) - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the current session for the specified username under the single session context.
getSession(String, boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current session for the specified username, under the specified context.
getSession(String, boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the current session for the specified username, under the specified context.
getSessionManager() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the instance of the Session Manager.
getSessionManager() - Method in class com.jgcomptech.tools.authc.UserManager
Returns an instance of the SessionManager for login use.
getSessions() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current logged in sessions under the multi session context.
getSessions() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the current logged in sessions under the multi session context.
getSessionsCount() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current number of logged in sessions under the multi session context.
getSessionsCount() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns the current number of logged in sessions under the multi session context.
getSettings() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
Allows setting and retrieval of settings values from the database.
getSettingsList() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Settings
Returns a list of all settings in the Settings table in the specified database.
getSource() - Method in class com.jgcomptech.tools.events.Event
The object on which the Event initially occurred.
getSql() - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.SQLBuilder
 
getStatement() - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.SQLBuilder
Returns the PreparedStatement object that will generate ResultSet objects for sending SQL statements to the database.
getStatement() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Returns the PreparedStatement object that will generate ResultSet objects for sending SQL statements to the database.
getStatusAsEnum() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
getStatusFromSLMGR() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
getStatusFromWMI() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
Identifies If Windows is Activated, uses WMI.
getStatusString() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
getStringValue(RegistryInfo.HKEY, String, String) - Static method in class com.jgcomptech.tools.RegistryInfo
Gets string value from a registry key.
getSubject() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the current instance of the Subject object for user session/roles/permissions management.
getSuperType() - Method in class com.jgcomptech.tools.events.EventType
Gets the super type of this event type.
getSystemDriveFreeSpace() - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the free space of drive of the drive Windows is installed on.
getSystemDrivePath() - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the file path to the root of the drive Windows is installed on.
getSystemDriveSize() - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the drive size of the drive Windows is installed on.
getSystemMetrics(int) - Static method in class com.jgcomptech.tools.NativeMethods
Checks if a system metrics value is true.
GetSystemMetrics(int) - Method in interface com.jgcomptech.tools.NativeMethods.Kernel32
 
getTablesList() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Info
Returns an ArrayList of all tables in the database.
getTarget() - Method in class com.jgcomptech.tools.events.Event
Returns the event target of this event.
getTasks() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
Runs tasks against the database.
getTime() - Static method in class com.jgcomptech.tools.OSInfo.Windows.SystemInformation
Returns current system time.
getTitle() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
Returns the title of the Dialog.
getTitle() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Return the title of the dialog.
getTotalRam() - Static method in class com.jgcomptech.tools.HWInfo.RAM
Returns the total ram installed on the system.
getType() - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
Returns the data type of the column.
getType() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Returns the statement type.
getUser() - Method in class com.jgcomptech.tools.events.SessionEvent
 
getUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns a UserAccount object representing the specified username.
getUser(String) - Method in class com.jgcomptech.tools.authc.UserManager
Returns a UserAccount object representing the specified username.
getUserCreationDate() - Method in class com.jgcomptech.tools.authc.Subject
Returns the date and time the user was initially created.
getUserCreationDate(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the date and time the user was initially created.
getUserCreationDate(String) - Method in class com.jgcomptech.tools.authc.Subject
Returns the date and time the user was initially created.
getUserCreationDate(String, String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the date and time the user was initially created as a formatted string.
getUserManager() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the instance of the User Manager.
getUsername() - Method in interface com.jgcomptech.tools.authc.AuthenticationInfo
 
getUsername() - Method in class com.jgcomptech.tools.authc.Session
Returns the username of the logged in user.
getUsername() - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
Returns the username.
getUsername() - Method in class com.jgcomptech.tools.authc.Subject
Returns subject's the currently assigned username.
getUsername() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns the username.
getUsername() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Returns the username submitted during an authentication attempt.
getUsername() - Method in class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
Returns the database username.
getUsernameList() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns a list of the usernames in the database.
getUsernameList() - Method in class com.jgcomptech.tools.authc.UserManager
Returns a list of the user names in the database.
getUserRole() - Method in class com.jgcomptech.tools.authc.Session
Returns the user role of the logged in user.
getUserRole() - Method in class com.jgcomptech.tools.authc.Subject
Returns the user role of the currently assigned username.
getUserRole() - Method in class com.jgcomptech.tools.authc.UserRoleManagerTest
 
getUserRole(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns user role for the specified username.
getUserRole(String) - Method in class com.jgcomptech.tools.authc.UserManager
Returns user role for the specified username.
getUserRole(String) - Method in class com.jgcomptech.tools.authc.UserRoleManager
Returns the specified user role.
getUserRoleManager() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns the instance of the User Role Manager.
getUserRoles() - Method in class com.jgcomptech.tools.authc.UserRoleManager
Returns a list of the current existing user roles.
getUserRoles() - Method in class com.jgcomptech.tools.authc.UserRoleManagerTest
 
getUsersList() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns a list of user accounts.
getUsersList() - Method in class com.jgcomptech.tools.authc.UserManager
Returns a list of user accounts.
getUserVerification(boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Requests that the currently logged in username to re-login using the single session context.
getUserVerification(boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Requests that the currently logged in username to re-login using the single session context.
getValue() - Method in enum com.jgcomptech.tools.enums.ProductEdition
 
getValue() - Method in enum com.jgcomptech.tools.enums.ProductType
 
getValue() - Method in enum com.jgcomptech.tools.enums.VERSuite
 
getValue(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Settings
Returns a setting from the settings table, if setting doesn't exist, returns an empty string.
getValueInMap(Map<K, V>, Predicate<V>) - Static method in class com.jgcomptech.tools.CollectionUtils
Returns the first item found in a Map that matches the specified Predicate.
getValuesInMap(Map<K, V>, Predicate<V>) - Static method in class com.jgcomptech.tools.CollectionUtils
Returns a Set of values in a Map that match the specified Predicate.
getVendor() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
Returns the system BIOS vendor name stored in the registry.
getVersion() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
Returns the system BIOS version stored in the registry.
getVersionInfoFailed(WinNT.OSVERSIONINFOEX) - Static method in class com.jgcomptech.tools.NativeMethods
Generates a new instance of the VersionInfo object.
getWindowsPath() - Static method in class com.jgcomptech.tools.HWInfo.Storage
Returns the file path to the Windows directory.
getWMIValue(String, String) - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
Get the given WMI value from the WMI subsystem on the local computer.
Group - com.jgcomptech.tools.enums.WMIClasses.Users
 
GroupInDomain - com.jgcomptech.tools.enums.WMIClasses.Users
 
GroupUser - com.jgcomptech.tools.enums.WMIClasses.Users
 
A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages