Uses of Interface
com.mckoi.database.RegexLibrary
-
Packages that use RegexLibrary Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.regexbridge Implementations of the RegexLibrary interface, which allows the application to select which regular expression package to use. -
-
Uses of RegexLibrary in com.mckoi.database
Fields in com.mckoi.database declared as RegexLibrary Modifier and Type Field Description private RegexLibrary
TransactionSystem. regex_library
The regular expression library bridge for the library we are configured to use.Methods in com.mckoi.database that return RegexLibrary Modifier and Type Method Description RegexLibrary
TransactionSystem. getRegexLibrary()
Returns the regular expression library from the configuration file. -
Uses of RegexLibrary in com.mckoi.database.regexbridge
Classes in com.mckoi.database.regexbridge that implement RegexLibrary Modifier and Type Class Description class
JavaRegex
A bridge to the internal Java regular expression library that was introduced in Java 1.4.
-