All Classes

Class Summary
Class Description
CapitalizeString
Capitalize the value of Word or a Phrase.
CheckIfStringIsInteger
Check if the value of a String variable is an Integer value.
CompressString
Compress a String Using Deflater best compression algorithm.
ConvertByteArrayToHexString
Convert Byte Array To Hexadecimal String.
CopyFileNio
Copy a File using Java NIO.
CreateDirectory
Create a new file system directory.
CreateLoggerFromPropertiesFile
Load a Logger object with properties from a Text File using LogManager.
CreateNewOwlOntologyModelUsingJena
Create a new OWL Ontology Model using Apache Jena.
DatabaseMetadataPlatform
Output the Database Platform and JDBC Driver information.
DatabaseMetadataShowTables
List the Tables in Database.
DecompressString
Decompress a String Using Inflater.
DeleteDirectoryRecursively
Recursively delete a directory using Java NIO.
DetermineIfStringsAreEqual
Determine if two String are equal without having to check for Nulls.
DirectoryRecursiveVisitor<T>
Walk a File Tree using a Java NIO Visitor.
EncryptString
Encrypt a String using AES algorithm.
EscapeXmlString
Escape the XML value in a String.
FindRegularExpressionInString
Find all matches of a Regular Expression in a String.
FixedLengthPadding
Return a String padded to a fixed length using a specified padding character.
GenerateFileHash
Generate a File Hash from a source file.
GenerateRegularExpressionFromNumericRange
Generate a Regular Expression From a Numeric Range.
GenerateRegularExpressionFromSet
Generate a Regular Expression From a List or Set of allowable values.
GetAgeFromBirthDate
Get the age of a person from their birth date.
GetAlphaNumericString
Return a String stripped of all characters except for Alpha or Numeric characters only.
GetCallerClassName
Get the name of the Java Class that calls this method.
GetDatabaseConnection
Return an active JDBC Connection Object.
GetDatabaseTableColumnNames
Return a List containing all Column Names of a specified Table using JDBC.
GetDatabaseTableNames
Return a List containing all Database Table (and View) Names using JDBC.
GetFileAttributes
Get the attributes of a file using Java NIO.
GetFileBaseName
Get the Base Name of a File (the part of the file name before the extension).
GetFilesInDirectoryRecursively
Get all files in a specified directory recursively.
GetIteratorCount
Get the number of iterations that are performed by fully exhausting an Iterator.
GetListFromFile
Instantiate a Java List from the contents in a Text file.
GetMapFromResultSet
Get a Java Map from a JDBC ResultSet, using a specified column value as the Map key.
GetOwlOntologyModelSummaryUsingJena
Get Owl Ontology Model Summary Using Jena.
GetSqlCreateTableStatement
Get SQL Create Table DDL Statement using JDBC.
GetSqlStatementsFromFile
Return a List containing all SQL Statements in a specified File.
GetStringFromFile
Instantiate a Java String from the contents in a Text file.
GetStringFromInputStream
Instantiate a Java String from an InputStream.
GetTikaMetadata
Extract metadata from a file using Apache Tika.
GetTimestamp
Get a timestamp of the current time in the format of a typical SQL timestamp.
IncrementCounterMap
Increment an Integer Counter Using a Map<String, Integer>.
LoadOwlOntologyModelFromFileUsingJena
Load an OWL Ontology Model from a well formed OWL file using Apache Jena.
LoadOwlOntologyModelFromStringUsingJena
Load an OWL Ontology Model from a well formed OWL String using Apache Jena.
LoadPropertiesFromFile
Load a java.
MergeOwlOntologyModelUsingJena
Merge two OWL Ontology Models using Apache Jena.
PivotDatabaseResultSet
Get a Pivot List from a JDBC ResultSet.
PrintListToFile
Print out the contents of a Generic List to a text File.
ProperNameCase
Return a String converted to Proper Name case (also referred to as Title Case).
RandomString
Return a String consisting of a Random integer value within a numeric Range.
ReplaceTextWithinFile
Replace text inline within a file.
ServletContextListenerDbPool
Load a Database Connection Pool into the Servlet Context so that it can be used across any servlet.
ServletGetBaseUrl
Get the base URL through the Request Servlet Context.
UnencryptString
Unencrypt a String that was encrypted using AES algorithm.
WriteOwlOntologyModelToFileUsingJena
Write OWL Ontology Model to File using Apache Jena.
WriteResultSetToFile
Write a JDBC ResultSet to delimited text file, using a specified delimiter.