Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static Set< String > | getSanitizedHostNames (Collection< Host > hosts) |
static String | getValidationMessage (String curName, String initialName, Set< String > currentHostsTrimmedUpper) |
Provides methods for validating host names.
Definition at line 32 of file HostNameValidator.java.
|
static |
Generates a list of host names trimmed and to upper case that can be used with getValidationMessage.
hosts | The hosts. |
Definition at line 73 of file HostNameValidator.java.
|
static |
Gets the validation message based on the current text checked against the host names.
curName | The current name in the text field. |
initialName | If editing a name, the initial name of the host. Otherwise, null can be provided for this parameter. |
currentHostsTrimmedUpper | The current host names. This set should be sanitized to upper case and trimmed. |
Definition at line 49 of file HostNameValidator.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.