A C E G H I M N O P R S U V

A

AwkCompilerOROAdapter - class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter.
Jakarta ORO-specific Awk compiler adapter.
AwkCompilerOROAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
 
AwkMatcherOROAdapter - class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter.
Jakarta ORO-specific regexp compiler adapter.
AwkMatcherOROAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Constructs an AwkMatcherOROAdapter for given object.

C

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.
compile(String) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
compile(String) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
compile(String) - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
compile(String) - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
Compiler - interface org.acmsl.regexpplugin.Compiler.
Represents a regexp compiler.
COMPILER - Static variable in class org.acmsl.regexpplugin.RegexpManager
Compiler position in the array object.
CompilerGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter.
GNU Regexp 1.1.4-specific compiler adapter.
CompilerGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
 
CompilerRegexpAdapter - class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter.
Jakarta Regexp-specific regexp compiler adapter.
CompilerRegexpAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
 
contains(String, Pattern) - Method in interface org.acmsl.regexpplugin.Matcher
Checks if given text contains specified pattern.
contains(String, Pattern) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Checks if given text contains specified pattern.
contains(String, Pattern) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Checks if given text contains specified pattern.
contains(String, Pattern) - Method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Checks if given text contains specified pattern.
contains(String, Pattern) - Method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
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.

E

ENGINE_VERSION - Static variable in class org.acmsl.regexpplugin.RegexpManager
Engine version position in the array object.

G

getAdaptee() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the adaptee.
getAdaptee() - Method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Retrieves the adaptee.
getAdaptee() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Retrieves the adapted instance.
getAdaptee() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Retrieves the adapted instance.
getClassVersion() - Static method in class org.acmsl.regexpplugin.RegexpManager
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.MalformedPatternException
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
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.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Retrieves an instance of Perl5Matcher class.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Retrieves an instance of Perl5Compiler class.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Retrieves an instance of AwkMatcher class.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Retrieves an instance of a REProgram class.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Retrieves an instance of RECompilerCompiler class.
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.
getGroups() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the group count.
getHelperClassName() - Method in class org.acmsl.regexpplugin.RegexpEngineNotFoundException
Retrieves the helper class name of the Regexp implementation whose instantiation has thrown the runtime exception.
getMatch() - Method in interface org.acmsl.regexpplugin.Matcher
Retrieves the last match found due to a previous call to contains method.
getMatch() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the last match found due to a previous call to contains method.
getMatch() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Retrieves the last match found due to a previous call to contains method.
getMatch() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Retrieves the last match found due to a previous call to contains method.
getMatch() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
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.
getREMatchEnumeration() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the match enumeration.
getVersion() - Method in class org.acmsl.regexpplugin.RegexpManager
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.MalformedPatternException
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
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.
group(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Taken from JDK1.4 javadoc: Returns the string matching the given subexpression.
group(int) - Method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
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.
group(int) - Method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Taken from Jakarta Regexp javadoc: Gets the contents of a parenthesized subexpression after a successful match.
groups() - Method in interface org.acmsl.regexpplugin.MatchResult
Taken from Jakarta ORO 2.0.6 javadoc: The number of groups contained in the result.
groups() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Taken from GNU Regexp 1.4 javadoc: Returns the maximum number of subexpressions in this regular expression.
groups() - Method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Taken from Jakarta ORO 2.0.6 javadoc: The number of groups contained in the result.
groups() - Method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Taken from Jakarta Regexp 1.2 javadoc: Returns the number of parenthesized subexpressions available after a successful match..

H

Helper - interface org.acmsl.regexpplugin.Helper.
Represents a regexp helper.
HELPER - Static variable in class org.acmsl.regexpplugin.RegexpManager
Helper result position in the array object.
HelperGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter.
GNU Regexp 1.1.4-specific helper adapter.
HelperGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
 
HelperOROAdapter - class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter.
Jakarta ORO-specific regexp helper adapter.
HelperOROAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter
 
HelperRegexpAdapter - class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter.
Jakarta Regexp-specific regexp helper adapter.
HelperRegexpAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
 

I

isCaseSensitive() - Method in interface org.acmsl.regexpplugin.Compiler
Retrieves if the compiler is configured to be case sensitive or not.
isCaseSensitive() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves whether the compiler should care about case sensitiveness or not.
isCaseSensitive() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Retrieves whether the compiler should care about case sensitiveness or not.
isCaseSensitive() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Retrieves whether the compiler should care about case sensitiveness or not.
isCaseSensitive() - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Retrieves whether the compiler should care about case sensitiveness or not.
isMultiline() - Method in interface org.acmsl.regexpplugin.Compiler
Retrieves if the compiler is configured to care about new line delimiters or not.
isMultiline() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about new line delimiters or not.
isMultiline() - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Sets whether the compiler should care about new line delimiters or not.
isMultiline() - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Sets whether the compiler should care about new line delimiters or not.
isMultiline() - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Sets whether the compiler should care about new line delimiters or not.

M

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.
MalformedPatternExceptionGNUAdapter - exception org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter.
Adapts GNU Regexp 1.1.4 malformed pattern exceptions to follow this API.
MalformedPatternExceptionGNUAdapter(REException) - Constructor for class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Constructs an adapter for given GNU Regexp 1.1.4 exception.
MalformedPatternExceptionOROAdapter - exception org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter.
Adapts jakarta ORO malformed pattern exceptions to follow this API.
MalformedPatternExceptionOROAdapter(MalformedPatternException) - Constructor for class org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Constructs an adapter for given ORO exception.
MalformedPatternExceptionRegexpAdapter - exception org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter.
Adapts jakarta ORO malformed pattern exceptions to follow this API.
MalformedPatternExceptionRegexpAdapter(RESyntaxException) - Constructor for class org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
Constructs an adapter for given Jakarta Regexp exception.
Matcher - interface org.acmsl.regexpplugin.Matcher.
Represents a regexp pattern matcher.
MATCHER - Static variable in class org.acmsl.regexpplugin.RegexpManager
Match result position in the array object.
MatcherGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter.
GNU Regexp 1.1.4 matcher adapter.
MatcherGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Constructs a MatcherGNUAdapter.
MatcherRegexpAdapter - class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter.
Represents the result of match in a regexp parsing process using Jakarta Regexp package.
MatcherRegexpAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Constructs an empty REMatcherRegexpAdapter.
MatchResult - interface org.acmsl.regexpplugin.MatchResult.
Represents the result of match in a regexp parsing process.
MatchResultGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter.
Represents the result of match in a regexp parsing process using GNU Regexp 1.1.4 package.
MatchResultGNUAdapter(REMatch, int) - Constructor for class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Constructs a MatchResultGNUAdapter from given GNU Regexp 1.1.4 REMatch instance.
MatchResultOROAdapter - class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter.
Represents the result of match in a regexp parsing process using Jakarta ORO package.
MatchResultOROAdapter(MatchResult) - Constructor for class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Constructs a MatchResultOROAdapter from given Jakarta ORO-specific instance.
MatchResultRegexpAdapter - class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter.
Represents the result of match in a regexp parsing process using Jakarta Regexp package.
MatchResultRegexpAdapter(RE) - Constructor for class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Constructs a REMatchResultRegexpAdapter from given Jakarta Regexp-specific instance.

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
 
org.acmsl.regexpplugin.gnuregexp - package org.acmsl.regexpplugin.gnuregexp
 
org.acmsl.regexpplugin.jakartaoro - package org.acmsl.regexpplugin.jakartaoro
 
org.acmsl.regexpplugin.jakartaregexp - package org.acmsl.regexpplugin.jakartaregexp
 

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.
PatternGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter.
Adapts GNU Regexp 1.1.4 RE objects to follow the generic Pattern interface defined in this API.
PatternGNUAdapter(RE) - Constructor for class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Constructs a PatternGNUAdapter for given object.
PatternOROAdapter - class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter.
Adapts jakarta ORO Pattern objects to follow the generic interface defined in this API.
PatternOROAdapter(Pattern) - Constructor for class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
Constructs a PatternOROAdapter for given object.
PatternRegexpAdapter - class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter.
Adapts Jakarta Regexp REProgram objects to follow the generic Pattern interface defined in this API.
PatternRegexpAdapter(REProgram, RE) - Constructor for class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Constructs a PatternRegexpAdapter for given object.
Perl5CompilerOROAdapter - class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter.
Jakarta ORO-specific regexp compiler adapter.
Perl5CompilerOROAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
 
Perl5MatcherOROAdapter - class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter.
Jakarta ORO-specific regexp compiler adapter.
Perl5MatcherOROAdapter() - Constructor for class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Constructs a Perl5MatcherOROAdapter for given object.

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.
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.
replaceAll(String, String, String) - Method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
replaceAll(String, String, String) - Method in class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
replaceAll(String, String, String) - Method in class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.

S

setAdaptee(AwkMatcher) - Method in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Sets the adaptee.
setAdaptee(MalformedPatternException) - Method in class org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Sets the adaptee.
setAdaptee(MatchResult) - Method in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Sets the adaptee.
setAdaptee(Pattern) - Method in class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
Sets the adaptee.
setAdaptee(Perl5Compiler) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Sets the adaptee.
setAdaptee(Perl5Matcher) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Sets the adaptee.
setAdaptee(RE) - Method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Sets the adaptee.
setAdaptee(RE) - Method in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Sets the instance to adapt.
setAdaptee(RE) - Method in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Sets the instance to adapt.
setAdaptee(REException) - Method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Sets the adaptee.
setAdaptee(REMatch) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Sets the adaptee.
setAdaptee(REProgram) - Method in class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Sets the instance to adapt.
setAdaptee(RESyntaxException) - Method in class org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
Sets the adaptee.
setCaseSensitive(boolean) - Method in interface org.acmsl.regexpplugin.Compiler
Sets whether the compiler should care about case sensitiveness or not.
setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about case sensitiveness or not.
setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Sets whether the compiler should care about case sensitiveness or not.
setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Sets whether the compiler should care about case sensitiveness or not.
setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
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.
setGroups(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Sets the group count.
setGroups(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Sets the group count.
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.
setMultiline(boolean) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about new line delimiters or not.
setMultiline(boolean) - Method in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Sets whether the compiler should care about new line delimiters or not.
setMultiline(boolean) - Method in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Sets whether the compiler should care about new line delimiters or not.
setMultiline(boolean) - Method in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Sets whether the compiler should care about new line delimiters or not.
setREMatchEnumeration(REMatchEnumeration) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Sets the match enumeration.

U

useGNURegexp() - Static method in class org.acmsl.regexpplugin.RegexpManager
Sets GNU Regexp implementation to be the engine used.
useJakartaOroAwk() - Static 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.
useJakartaRegexp() - Static method in class org.acmsl.regexpplugin.RegexpManager
Sets Jakarta 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.

V

VERSION - Static variable in class org.acmsl.regexpplugin.RegexpManager
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 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.MatchResult
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.Pattern
Concrete version object updated everytime it's checked-in in a CVS repository.
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 class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.Perl5MatcherOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.Perl5CompilerOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.MatchResultOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.HelperOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.AwkMatcherOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaoro.AwkCompilerOROAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.MatcherRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.MatchResultRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.jakartaregexp.CompilerRegexpAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.

A C E G H I M N O P R S U V

Copyright © 2003 ACM S.L.. All Rights Reserved.