A B C D E F G H I J K L M N O P Q R S T U V W X

E

encode(String) - Static method in class com.bristle.javalib.util.Base64
Return the Base64 encoded string value of the specified string.
encrypt(String) - Static method in class com.bristle.javalib.security.Encrypter
Return the encrypted string value of the specified string.
Encrypter - Class in com.bristle.javalib.security
This class contains support encrypting and decrypting data.
Encrypter() - Constructor for class com.bristle.javalib.security.Encrypter
 
Encrypter.Tester - Class in com.bristle.javalib.security
Each class contains a Tester inner class with a main() for easier unit testing.
Encrypter.Tester() - Constructor for class com.bristle.javalib.security.Encrypter.Tester
 
entrySet() - Method in class com.bristle.javalib.bean.MapBean
Calls Map.entrySet()
enumerationToString(Enumeration) - Static method in class com.bristle.javalib.util.IterUtil
Return a String version of the Enumeration.
equals(Object) - Method in class com.bristle.javalib.bean.MapBean
Calls Map.equals(Object)
equalsIgnoreCaseOrBothNull(String, String) - Static method in class com.bristle.javalib.util.StrUtil
Return true if the specified Strings are equal or both null; false otherwise.
equalsIgnoreCaseOrBothNullOrEmpty(String, String) - Static method in class com.bristle.javalib.util.StrUtil
Return true if the specified Strings are equalsIgnoreCase() or if both of them are null or empty; false otherwise.
equalsOrBothNull(Object, Object) - Static method in class com.bristle.javalib.util.ObjUtil
Return true if the specified objects are equal or both null; false otherwise.
equalsOrBothNullOrEmpty(String, String) - Static method in class com.bristle.javalib.util.StrUtil
Return true if the specified Strings are equal or if both of them are null or empty; false otherwise.
ExcUtil - Class in com.bristle.javalib.util
This class contains utility routines for manipulating Java Exceptions, Errors and Throwables.
ExcUtil() - Constructor for class com.bristle.javalib.util.ExcUtil
 
ExcUtil.Tester - Class in com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
ExcUtil.Tester() - Constructor for class com.bristle.javalib.util.ExcUtil.Tester
 
executeSQL(Connection, String, Logger, int, ConnectionPool, ConnectionPool.DBConfig) - Static method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a string of SQL, commit, and disconnect.
executeSQL(String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a string of SQL, and disconnect, using the default values for Connection, Logger, ConnectionPool, and DBConfig.
executeSQLIfIntegerExistsThenElse(String, String, String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a SELECT statement to get an Integer value, and based on its existence, execute a 2nd or 3rd string of SQL, then disconnect, returning the Integer value if the row exists, null otherwise, using the default values for Connection, Logger, ConnectionPool, and DBConfig.
executeSQLIfIntegerGreaterThanZero(String, String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a SELECT statement to get an Integer value, and if it is greater than 0, execute a 2nd string of SQL, then disconnect, returning true if the Integer is greater than 0, using the default values for Connection, Logger, ConnectionPool, and DBConfig.
executeSQLIfIntegerGreaterThanZeroThenElse(String, String, String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a SELECT statement to get an Integer value, and based on whether it is greater than 0, execute a 2nd or 3rd string of SQL, then disconnect, returning true if the Integer is greater than 0, using the default values for Connection, Logger, ConnectionPool, and DBConfig.
executeSQLIfIntegerNotGreaterThanZero(String, String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a SELECT statement to get an Integer value, and if it is not greater than 0, execute a 2nd string of SQL, then disconnect, returning true if the Integer is not greater than 0, using the default values for Connection, Logger, ConnectionPool, and DBConfig.
executeSQLIfThenElse(boolean, String, String) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Connect to the database, execute a one string of SQL or another based on the value of boolean flag, then disconnect, using the default values for Connection, Logger, ConnectionPool, and DBConfig.

A B C D E F G H I J K L M N O P Q R S T U V W X