public java.util.Vector
getGroups
(java.lang.String argument)
throws
BuildException
[Specified in RegexpMatcher]
public java.util.Vector
getGroups
(java.lang.String input, int options)
throws
BuildException
[Specified in RegexpMatcher]
public boolean
matches
(java.lang.String argument)
throws
BuildException
[Specified in RegexpMatcher]
public boolean
matches
(java.lang.String input, int options)
throws
BuildException
[Specified in RegexpMatcher]
publicfinalstatic
int MATCH_CASE_INSENSITIVE
= "256"
[Inherited From RegexpMatcher]
publicfinalstatic
int MATCH_DEFAULT
= "0"
[Inherited From RegexpMatcher]
publicfinalstatic
int MATCH_MULTILINE
= "4096"
[Inherited From RegexpMatcher]
publicfinalstatic
int MATCH_SINGLELINE
= "65536"
[Inherited From RegexpMatcher]