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
Methods in com.mckoi.database that return RegexLibrary Modifier and Type Method Description RegexLibraryTransactionSystem. 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 classJavaRegexA bridge to the internal Java regular expression library that was introduced in Java 1.4.
-