|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV NEXT | ||||||||
C
- COMPILER - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Compiler position in the array object.
- Compiler - interface org.acmsl.regexpplugin.Compiler.
- Represents a regexp compiler.
- compile(String) - Method in interface org.acmsl.regexpplugin.Compiler
- Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
- contains(String, Pattern) - Method in interface org.acmsl.regexpplugin.Matcher
- Checks if given text contains specified pattern.
- createCompiler() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a new compiler.
- createHelper() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a new helper instance.
- createMatcher() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a new pattern matcher.
- createSpecificCompiler(String[]) - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a compiler determined by given class name.
- createSpecificHelper(String[]) - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a compiler determined by given class name.
- createSpecificMatcher(String[]) - Static method in class org.acmsl.regexpplugin.RegexpManager
- Creates a matcher determined by given class name.
E
- ENGINE_VERSION - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Engine version position in the array object.
G
- GNU_REGEXP_114 - Static variable in class org.acmsl.regexpplugin.RegexpManager
- GNU Regexp
- getClassVersion() - Static method in class org.acmsl.regexpplugin.MalformedPatternException
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Retrieves the current version of this class.
- getCompilerClassName() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the compiler class name of the Regexp implementation whose instantiation has thrown the runtime exception.
- getEngine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Retrieves current engine information.
- getEngineName() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the implementation name.
- getEnginePackage() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the Regexp implementation package name.
- getEngineVersion() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the implementation version.
- getHelperClassName() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the helper class name of the Regexp implementation whose instantiation has thrown the runtime exception.
- getInstance() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Common method to retrieve the singleton object.
- getMatch() - Method in interface org.acmsl.regexpplugin.Matcher
- Retrieves the last match found due to a previous call to contains method.
- getMatcherClassName() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the matcher class name of the Regexp implementation whose instantiation has thrown the runtime exception.
- getVersion() - Method in class org.acmsl.regexpplugin.MalformedPatternException
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.RegexpManager
- Retrieves the current version of this object.
- group(int) - Method in interface org.acmsl.regexpplugin.MatchResult
- Taken from Jakarta ORO javadoc:
Returns the contents of the parenthesized subgroups of a match,
counting parentheses from left to right and starting from 1.
- groups() - Method in interface org.acmsl.regexpplugin.MatchResult
- Taken from Jakarta ORO 2.0.6 javadoc: The number of groups contained in the result.
H
- HELPER - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Helper result position in the array object.
- Helper - interface org.acmsl.regexpplugin.Helper.
- Represents a regexp helper.
I
- isCaseSensitive() - Method in interface org.acmsl.regexpplugin.Compiler
- Retrieves if the compiler is configured to be case sensitive or not.
- isMultiline() - Method in interface org.acmsl.regexpplugin.Compiler
- Retrieves if the compiler is configured to care about new line delimiters or not.
J
- JAKARTA_ORO_AWK - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Deprecated. Awk engine is not working correctly!
- JAKARTA_ORO_PERL5 - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Jakarta Oro Perl5
- JAKARTA_REGEXP - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Jakarta Regexp
- JDK14_REGEXP - Static variable in class org.acmsl.regexpplugin.RegexpManager
- JDK1.4
M
- MATCHER - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Match result position in the array object.
- MalformedPatternException - exception org.acmsl.regexpplugin.MalformedPatternException.
- Generic exception to model runtime-malformed regular expressions.
- MalformedPatternException() - Constructor for class org.acmsl.regexpplugin.MalformedPatternException
- Just constructs the exception with the default logic defined in its super class.
- MalformedPatternException(String) - Constructor for class org.acmsl.regexpplugin.MalformedPatternException
- Constructs the exception with given message.
- MatchResult - interface org.acmsl.regexpplugin.MatchResult.
- Represents the result of match in a regexp parsing process.
- Matcher - interface org.acmsl.regexpplugin.Matcher.
- Represents a regexp pattern matcher.
- m__Singleton - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Singleton instance.
- m__astrEngine - Variable in class org.acmsl.regexpplugin.RegexpManager
- Private reference to the engine type.
- m__strCompilerClassName - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Compiler class name.
- m__strEngineName - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Engine name.
- m__strEngineVersion - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Engine version.
- m__strHelperClassName - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Helper class name.
- m__strMatcherClassName - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Matcher class name.
- m__strPackageName - Variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Engine package name.
N
- NAME - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Engine name position in the array object.
O
- org.acmsl.regexpplugin - package org.acmsl.regexpplugin
P
- PACKAGE - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Engine class package position in the array object.
- Pattern - interface org.acmsl.regexpplugin.Pattern.
- Represents a regexp pattern.
R
- RegexpEngineNotFoundException - exception org.acmsl.regexpplugin.RegexpEngineNotFoundException.
- Generic exception thrown at runtime when the specified regexp engine is not found.
- RegexpEngineNotFoundException(String, String, String, String, String, String) - Constructor for class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Just constructs the exception with the default logic defined in its super class.
- RegexpManager - class org.acmsl.regexpplugin.RegexpManager.
- Generic class that manages which regexp engine to use.
- RegexpManager() - Constructor for class org.acmsl.regexpplugin.RegexpManager
- Private constructor to avoid accidental instantiation.
- replaceAll(String, String, String) - Method in interface org.acmsl.regexpplugin.Helper
- Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
S
- setCaseSensitive(boolean) - Method in interface org.acmsl.regexpplugin.Compiler
- Sets whether the compiler should care about case sensitiveness or not.
- setCompilerClassName(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the compiler class name of the Regexp implementation.
- setEngine(String[]) - Method in class org.acmsl.regexpplugin.RegexpManager
- Sets the current engine.
- setEngineName(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the implementation name.
- setEnginePackage(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the Regexp implementation package name.
- setEngineVersion(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the implementation version.
- setHelperClassName(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the helper class name of the Regexp implementation.
- setMatcherClassName(String) - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Sets the matcher class name of the Regexp implementation.
- setMultiline(boolean) - Method in interface org.acmsl.regexpplugin.Compiler
- Sets whether the compiler should care about new line delimiters or not.
U
- useGNURegexp() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Sets GNU Regexp implementation to be the engine used.
- useGNURegexpEngine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Sets GNU Regexp implementation to be the engine used.
- useJDK14Regexp() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Sets JDK1.4 regexp implementation to be the engine used.
- useJDK14RegexpEngine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Sets JDK1.4 regexp implementation to be the engine used.
- useJakartaOroAwk() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Deprecated. Awk engine is not working correctly!
- useJakartaOroAwkEngine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Deprecated. Awk engine is not working correctly!
- useJakartaOroPerl5() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Sets Jakarta ORO Perl5 implementation to be the engine used.
- useJakartaOroPerl5Engine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Sets Jakarta ORO Perl5 implementation to be the engine used.
- useJakartaRegexp() - Static method in class org.acmsl.regexpplugin.RegexpManager
- Sets Jakarta Regexp implementation to be the engine used.
- useJakartaRegexpEngine() - Method in class org.acmsl.regexpplugin.RegexpManager
- Sets Jakarta Regexp implementation to be the engine used.
V
- VERSION - Static variable in interface org.acmsl.regexpplugin.Compiler
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in interface org.acmsl.regexpplugin.Helper
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.MalformedPatternException
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in interface org.acmsl.regexpplugin.MatchResult
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in interface org.acmsl.regexpplugin.Matcher
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in interface org.acmsl.regexpplugin.Pattern
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.RegexpManager
- Concrete version object updated everytime it's checked-in in a CVS repository.
C E G H I J M N O P R S U V
|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV NEXT | ||||||||