Index

C D E F G I J L M P R S U V W 
All Classes|All Packages

C

capitalizePhrase(String) - Static method in class javatapas.string.CapitalizeString
 
capitalizeString(String) - Static method in class javatapas.string.CapitalizeString
 
CapitalizeString - Class in javatapas.string
Capitalize the value of Word or a Phrase.
CapitalizeString() - Constructor for class javatapas.string.CapitalizeString
 
capitalizeWord(String) - Static method in class javatapas.string.CapitalizeString
 
checkIfStringIsInteger(String) - Static method in class javatapas.string.CheckIfStringIsInteger
 
checkIfStringIsInteger(String, int) - Static method in class javatapas.string.CheckIfStringIsInteger
 
CheckIfStringIsInteger - Class in javatapas.string
Check if the value of a String variable is an Integer value.
CheckIfStringIsInteger() - Constructor for class javatapas.string.CheckIfStringIsInteger
 
compressString(String) - Static method in class javatapas.string.CompressString
 
CompressString - Class in javatapas.string
Compress a String Using Deflater best compression algorithm.
CompressString() - Constructor for class javatapas.string.CompressString
 
contextDestroyed(ServletContextEvent) - Method in class javatapas.servlet.ServletContextListenerDbPool
 
contextInitialized(ServletContextEvent) - Method in class javatapas.servlet.ServletContextListenerDbPool
 
ConvertByteArrayToHexString - Class in javatapas.string
Convert Byte Array To Hexadecimal String.
ConvertByteArrayToHexString() - Constructor for class javatapas.string.ConvertByteArrayToHexString
 
convertByteArrayToHexString1(byte[]) - Static method in class javatapas.string.ConvertByteArrayToHexString
Turns array of bytes into a Hexadecimal string.
convertByteArrayToHexString2(byte[]) - Static method in class javatapas.string.ConvertByteArrayToHexString
Turns array of bytes into a Hexadecimal string.
copyFileNIO(String, String) - Static method in class javatapas.io.CopyFileNio
 
CopyFileNio - Class in javatapas.io
Copy a File using Java NIO.
CopyFileNio() - Constructor for class javatapas.io.CopyFileNio
 
createDirectory(String) - Static method in class javatapas.io.CreateDirectory
 
CreateDirectory - Class in javatapas.io
Create a new file system directory.
CreateDirectory() - Constructor for class javatapas.io.CreateDirectory
 
createLoggerFromPropertiesFile(String) - Method in class javatapas.util.CreateLoggerFromPropertiesFile
Load a Logger object with properties from a Text File.
CreateLoggerFromPropertiesFile - Class in javatapas.util
Load a Logger object with properties from a Text File using LogManager.
CreateLoggerFromPropertiesFile() - Constructor for class javatapas.util.CreateLoggerFromPropertiesFile
 
createNewOwlOntologyModelUsingJena() - Static method in class javatapas.jena.CreateNewOwlOntologyModelUsingJena
 
CreateNewOwlOntologyModelUsingJena - Class in javatapas.jena
Create a new OWL Ontology Model using Apache Jena.
CreateNewOwlOntologyModelUsingJena() - Constructor for class javatapas.jena.CreateNewOwlOntologyModelUsingJena
 

D

databaseMetadataPlatform(Connection) - Static method in class javatapas.sql.DatabaseMetadataPlatform
 
DatabaseMetadataPlatform - Class in javatapas.sql
Output the Database Platform and JDBC Driver information.
DatabaseMetadataPlatform() - Constructor for class javatapas.sql.DatabaseMetadataPlatform
 
databaseMetadataShowTables(Connection) - Static method in class javatapas.sql.DatabaseMetadataShowTables
 
DatabaseMetadataShowTables - Class in javatapas.sql
List the Tables in Database.
DatabaseMetadataShowTables() - Constructor for class javatapas.sql.DatabaseMetadataShowTables
 
decompressString(String) - Static method in class javatapas.string.DecompressString
 
DecompressString - Class in javatapas.string
Decompress a String Using Inflater.
DecompressString() - Constructor for class javatapas.string.DecompressString
 
deleteDirectoryRecursively(Path) - Static method in class javatapas.io.DeleteDirectoryRecursively
 
DeleteDirectoryRecursively - Class in javatapas.io
Recursively delete a directory using Java NIO.
DeleteDirectoryRecursively() - Constructor for class javatapas.io.DeleteDirectoryRecursively
 
determineIfStringsAreEqual(String, String) - Static method in class javatapas.string.DetermineIfStringsAreEqual
Note that the trimmed version of the two strings is compared.
DetermineIfStringsAreEqual - Class in javatapas.string
Determine if two String are equal without having to check for Nulls.
DetermineIfStringsAreEqual() - Constructor for class javatapas.string.DetermineIfStringsAreEqual
 
DirectoryRecursiveVisitor<T> - Class in javatapas.io
Walk a File Tree using a Java NIO Visitor.
DirectoryRecursiveVisitor() - Constructor for class javatapas.io.DirectoryRecursiveVisitor
 

E

encryptString(String) - Static method in class javatapas.string.EncryptString
Encrypts a String using AES algorithm.
EncryptString - Class in javatapas.string
Encrypt a String using AES algorithm.
EncryptString() - Constructor for class javatapas.string.EncryptString
 
escapeXmlString(String) - Static method in class javatapas.string.EscapeXmlString
 
EscapeXmlString - Class in javatapas.string
Escape the XML value in a String.
EscapeXmlString() - Constructor for class javatapas.string.EscapeXmlString
 

F

findRegularExpressionInString(String, String) - Static method in class javatapas.string.FindRegularExpressionInString
Turns array of bytes into a Hexadecimal string.
FindRegularExpressionInString - Class in javatapas.string
Find all matches of a Regular Expression in a String.
FindRegularExpressionInString() - Constructor for class javatapas.string.FindRegularExpressionInString
 
fixedLengthPadding(String, int) - Static method in class javatapas.string.FixedLengthPadding
This calls the fixedLength method with the default settings of blank spaces as the pad character, and remaining text is right justified
fixedLengthPadding(String, int, char, boolean) - Static method in class javatapas.string.FixedLengthPadding
 
FixedLengthPadding - Class in javatapas.string
Return a String padded to a fixed length using a specified padding character.
FixedLengthPadding() - Constructor for class javatapas.string.FixedLengthPadding
 

G

generateFileHash(File, String) - Static method in class javatapas.io.GenerateFileHash
 
GenerateFileHash - Class in javatapas.io
Generate a File Hash from a source file.
GenerateFileHash() - Constructor for class javatapas.io.GenerateFileHash
 
generateRegularExpressionFromNumericRange(int, int) - Static method in class javatapas.util.GenerateRegularExpressionFromNumericRange
Generate a Regular Expression From a Postive numeric range.
GenerateRegularExpressionFromNumericRange - Class in javatapas.util
Generate a Regular Expression From a Numeric Range.
GenerateRegularExpressionFromNumericRange() - Constructor for class javatapas.util.GenerateRegularExpressionFromNumericRange
 
generateRegularExpressionFromSet(Set<String>) - Static method in class javatapas.util.GenerateRegularExpressionFromSet
Generate a Regular Expression From a Set of allowable values.
GenerateRegularExpressionFromSet - Class in javatapas.util
Generate a Regular Expression From a List or Set of allowable values.
GenerateRegularExpressionFromSet() - Constructor for class javatapas.util.GenerateRegularExpressionFromSet
 
getAgeFromBirthDate(int, int, int) - Static method in class javatapas.util.GetAgeFromBirthDate
Calculate the Age in Years as of right now given a Birth Date.
getAgeFromBirthDate(Calendar) - Static method in class javatapas.util.GetAgeFromBirthDate
Calculate the Age in Years as of right now given a Birth Date.
getAgeFromBirthDate(Calendar, Calendar) - Static method in class javatapas.util.GetAgeFromBirthDate
Calculate the Age in Years given a Birth Date and a Reference Date
GetAgeFromBirthDate - Class in javatapas.util
Get the age of a person from their birth date.
GetAgeFromBirthDate() - Constructor for class javatapas.util.GetAgeFromBirthDate
 
getAlphaNumericString(String) - Static method in class javatapas.string.GetAlphaNumericString
 
GetAlphaNumericString - Class in javatapas.string
Return a String stripped of all characters except for Alpha or Numeric characters only.
GetAlphaNumericString() - Constructor for class javatapas.string.GetAlphaNumericString
 
getCallerClassName() - Static method in class javatapas.lang.GetCallerClassName
 
GetCallerClassName - Class in javatapas.lang
Get the name of the Java Class that calls this method.
GetCallerClassName() - Constructor for class javatapas.lang.GetCallerClassName
 
getDatabaseConnection(String, String, String, String, String, String, String, String, String) - Static method in class javatapas.sql.GetDatabaseConnection
 
GetDatabaseConnection - Class in javatapas.sql
Return an active JDBC Connection Object.
GetDatabaseConnection() - Constructor for class javatapas.sql.GetDatabaseConnection
 
getDatabaseTableColumnNames(Connection, String) - Static method in class javatapas.sql.GetDatabaseTableColumnNames
 
GetDatabaseTableColumnNames - Class in javatapas.sql
Return a List containing all Column Names of a specified Table using JDBC.
GetDatabaseTableColumnNames() - Constructor for class javatapas.sql.GetDatabaseTableColumnNames
 
getDatabaseTableNames(Connection) - Static method in class javatapas.sql.GetDatabaseTableNames
 
GetDatabaseTableNames - Class in javatapas.sql
Return a List containing all Database Table (and View) Names using JDBC.
GetDatabaseTableNames() - Constructor for class javatapas.sql.GetDatabaseTableNames
 
getFileAttributes(Path) - Static method in class javatapas.io.GetFileAttributes
 
GetFileAttributes - Class in javatapas.io
Get the attributes of a file using Java NIO.
GetFileAttributes() - Constructor for class javatapas.io.GetFileAttributes
 
getFileBaseName(File) - Static method in class javatapas.io.GetFileBaseName
 
GetFileBaseName - Class in javatapas.io
Get the Base Name of a File (the part of the file name before the extension).
GetFileBaseName() - Constructor for class javatapas.io.GetFileBaseName
 
getFilesInDirectoryRecursively(String, List<File>) - Static method in class javatapas.io.GetFilesInDirectoryRecursively
 
getFilesInDirectoryRecursively(String, List<File>, String) - Static method in class javatapas.io.GetFilesInDirectoryRecursively
 
GetFilesInDirectoryRecursively - Class in javatapas.io
Get all files in a specified directory recursively.
GetFilesInDirectoryRecursively() - Constructor for class javatapas.io.GetFilesInDirectoryRecursively
 
getIteratorCount(Iterator) - Static method in class javatapas.jena.GetOwlOntologyModelSummaryUsingJena
Convenience method to count number of iterations performed by an Iterator.
getIteratorCount(Iterator) - Static method in class javatapas.util.GetIteratorCount
 
GetIteratorCount - Class in javatapas.util
Get the number of iterations that are performed by fully exhausting an Iterator.
GetIteratorCount() - Constructor for class javatapas.util.GetIteratorCount
 
getList() - Method in class javatapas.io.DirectoryRecursiveVisitor
 
getListFromFile(String) - Static method in class javatapas.io.GetListFromFile
 
GetListFromFile - Class in javatapas.io
Instantiate a Java List from the contents in a Text file.
GetListFromFile() - Constructor for class javatapas.io.GetListFromFile
 
getMapFromResultSet(ResultSet, String) - Method in class javatapas.sql.GetMapFromResultSet
 
GetMapFromResultSet - Class in javatapas.sql
Get a Java Map from a JDBC ResultSet, using a specified column value as the Map key.
GetMapFromResultSet() - Constructor for class javatapas.sql.GetMapFromResultSet
 
GetOwlOntologyModelSummaryUsingJena - Class in javatapas.jena
Get Owl Ontology Model Summary Using Jena.
GetOwlOntologyModelSummaryUsingJena() - Constructor for class javatapas.jena.GetOwlOntologyModelSummaryUsingJena
 
getSqlCreateTableStatement(Connection, String) - Static method in class javatapas.sql.GetSqlCreateTableStatement
 
GetSqlCreateTableStatement - Class in javatapas.sql
Get SQL Create Table DDL Statement using JDBC.
GetSqlCreateTableStatement() - Constructor for class javatapas.sql.GetSqlCreateTableStatement
 
getSqlStatementsFromFile(String) - Static method in class javatapas.sql.GetSqlStatementsFromFile
 
GetSqlStatementsFromFile - Class in javatapas.sql
Return a List containing all SQL Statements in a specified File.
GetSqlStatementsFromFile() - Constructor for class javatapas.sql.GetSqlStatementsFromFile
 
getStringFromFile(String) - Static method in class javatapas.io.GetStringFromFile
 
getStringFromFile(String, int) - Static method in class javatapas.io.GetStringFromFile
 
GetStringFromFile - Class in javatapas.io
Instantiate a Java String from the contents in a Text file.
GetStringFromFile() - Constructor for class javatapas.io.GetStringFromFile
 
getStringFromInputStream(InputStream) - Static method in class javatapas.io.GetStringFromInputStream
 
GetStringFromInputStream - Class in javatapas.io
Instantiate a Java String from an InputStream.
GetStringFromInputStream() - Constructor for class javatapas.io.GetStringFromInputStream
 
getSummary(OntModel) - Static method in class javatapas.jena.GetOwlOntologyModelSummaryUsingJena
 
getTikaMetadata(File) - Method in class javatapas.tika.GetTikaMetadata
 
GetTikaMetadata - Class in javatapas.tika
Extract metadata from a file using Apache Tika.
GetTikaMetadata() - Constructor for class javatapas.tika.GetTikaMetadata
 
getTimestamp() - Static method in class javatapas.lang.GetTimestamp
Get Current Timestamp
GetTimestamp - Class in javatapas.lang
Get a timestamp of the current time in the format of a typical SQL timestamp.
GetTimestamp() - Constructor for class javatapas.lang.GetTimestamp
 

I

incrementCounterMap(Map<String, Integer>, String) - Static method in class javatapas.util.IncrementCounterMap
This will default to start value of 0 and an increment value of 1.
incrementCounterMap(Map<String, Integer>, String, int) - Static method in class javatapas.util.IncrementCounterMap
This will default to start value of 0.
incrementCounterMap(Map<String, Integer>, String, int, int) - Static method in class javatapas.util.IncrementCounterMap
 
IncrementCounterMap - Class in javatapas.util
Increment an Integer Counter Using a Map<String, Integer>.
IncrementCounterMap() - Constructor for class javatapas.util.IncrementCounterMap
 

J

javatapas.io - package javatapas.io
 
javatapas.jena - package javatapas.jena
 
javatapas.lang - package javatapas.lang
 
javatapas.servlet - package javatapas.servlet
 
javatapas.sql - package javatapas.sql
 
javatapas.string - package javatapas.string
 
javatapas.tika - package javatapas.tika
 
javatapas.util - package javatapas.util
 

L

list - Variable in class javatapas.io.DirectoryRecursiveVisitor
 
loadOwlOntologyModelFromFileUsingJena(String) - Static method in class javatapas.jena.LoadOwlOntologyModelFromFileUsingJena
 
LoadOwlOntologyModelFromFileUsingJena - Class in javatapas.jena
Load an OWL Ontology Model from a well formed OWL file using Apache Jena.
LoadOwlOntologyModelFromFileUsingJena() - Constructor for class javatapas.jena.LoadOwlOntologyModelFromFileUsingJena
 
loadOwlOntologyModelFromStringUsingJena(String) - Static method in class javatapas.jena.LoadOwlOntologyModelFromStringUsingJena
 
LoadOwlOntologyModelFromStringUsingJena - Class in javatapas.jena
Load an OWL Ontology Model from a well formed OWL String using Apache Jena.
LoadOwlOntologyModelFromStringUsingJena() - Constructor for class javatapas.jena.LoadOwlOntologyModelFromStringUsingJena
 
loadPropertiesFromFile(String) - Method in class javatapas.util.LoadPropertiesFromFile
Load a java.util.Properties object with properties from a Text File.
LoadPropertiesFromFile - Class in javatapas.util
Load a java.
LoadPropertiesFromFile() - Constructor for class javatapas.util.LoadPropertiesFromFile
 

M

mergeOwlOntologyModelUsingJena(OntModel, OntModel) - Static method in class javatapas.jena.MergeOwlOntologyModelUsingJena
 
MergeOwlOntologyModelUsingJena - Class in javatapas.jena
Merge two OWL Ontology Models using Apache Jena.
MergeOwlOntologyModelUsingJena() - Constructor for class javatapas.jena.MergeOwlOntologyModelUsingJena
 

P

pivotDatabaseResultSet(ResultSet) - Method in class javatapas.sql.PivotDatabaseResultSet
 
PivotDatabaseResultSet - Class in javatapas.sql
Get a Pivot List from a JDBC ResultSet.
PivotDatabaseResultSet() - Constructor for class javatapas.sql.PivotDatabaseResultSet
 
postVisitDirectory(T, IOException) - Method in class javatapas.io.DirectoryRecursiveVisitor
 
preVisitDirectory(T, BasicFileAttributes) - Method in class javatapas.io.DirectoryRecursiveVisitor
 
printListToFile(String, String, List<E>) - Static method in class javatapas.io.PrintListToFile
 
PrintListToFile - Class in javatapas.io
Print out the contents of a Generic List to a text File.
PrintListToFile() - Constructor for class javatapas.io.PrintListToFile
 
properNameCase(String) - Static method in class javatapas.string.ProperNameCase
 
ProperNameCase - Class in javatapas.string
Return a String converted to Proper Name case (also referred to as Title Case).
ProperNameCase() - Constructor for class javatapas.string.ProperNameCase
 

R

randomString(int, int) - Static method in class javatapas.string.RandomString
 
RandomString - Class in javatapas.string
Return a String consisting of a Random integer value within a numeric Range.
RandomString() - Constructor for class javatapas.string.RandomString
 
replaceTextWithinFile(String, String, String) - Static method in class javatapas.io.ReplaceTextWithinFile
 
ReplaceTextWithinFile - Class in javatapas.io
Replace text inline within a file.
ReplaceTextWithinFile() - Constructor for class javatapas.io.ReplaceTextWithinFile
 

S

servletContext - Variable in class javatapas.servlet.ServletContextListenerDbPool
 
ServletContextListenerDbPool - Class in javatapas.servlet
Load a Database Connection Pool into the Servlet Context so that it can be used across any servlet.
ServletContextListenerDbPool() - Constructor for class javatapas.servlet.ServletContextListenerDbPool
 
servletGetBaseUrl(HttpServletRequest) - Static method in class javatapas.servlet.ServletGetBaseUrl
 
ServletGetBaseUrl - Class in javatapas.servlet
Get the base URL through the Request Servlet Context.
ServletGetBaseUrl() - Constructor for class javatapas.servlet.ServletGetBaseUrl
 

U

unencryptString(SecretKey, String) - Static method in class javatapas.string.UnencryptString
Unencrypts a String that was encrypted using AES algorithm.
UnencryptString - Class in javatapas.string
Unencrypt a String that was encrypted using AES algorithm.
UnencryptString() - Constructor for class javatapas.string.UnencryptString
 

V

visitFile(T, BasicFileAttributes) - Method in class javatapas.io.DirectoryRecursiveVisitor
 

W

writeModel(OntModel, String, String) - Static method in class javatapas.jena.WriteOwlOntologyModelToFileUsingJena
 
writeOwlOntologyModelToFileUsingJena(OntModel, OutputStream) - Static method in class javatapas.jena.WriteOwlOntologyModelToFileUsingJena
 
WriteOwlOntologyModelToFileUsingJena - Class in javatapas.jena
Write OWL Ontology Model to File using Apache Jena.
WriteOwlOntologyModelToFileUsingJena() - Constructor for class javatapas.jena.WriteOwlOntologyModelToFileUsingJena
 
writeResultSetToFile(ResultSet, boolean, String, String) - Static method in class javatapas.sql.WriteResultSetToFile
 
WriteResultSetToFile - Class in javatapas.sql
Write a JDBC ResultSet to delimited text file, using a specified delimiter.
WriteResultSetToFile() - Constructor for class javatapas.sql.WriteResultSetToFile
 
C D E F G I J L M P R S U V W 
All Classes|All Packages