Index

A C E G H J M R W 
All Classes All Packages

A

addRule(JWildcardRule) - Method in class com.yevdo.jwildcard.JWildcardRules
Add a rule to the existing rules
addRules(Collection<JWildcardRule>) - Method in class com.yevdo.jwildcard.JWildcardRules
Add a set of rules to the existing rules

C

com.yevdo.jwildcard - package com.yevdo.jwildcard
 

E

equals(Object) - Method in class com.yevdo.jwildcard.JWildcardRule
 

G

getRules() - Method in class com.yevdo.jwildcard.JWildcardRules
 
getSource() - Method in class com.yevdo.jwildcard.JWildcardRule
 
getTarget() - Method in class com.yevdo.jwildcard.JWildcardRule
 

H

hashCode() - Method in class com.yevdo.jwildcard.JWildcardRule
 

J

JWildcard - Class in com.yevdo.jwildcard
 
JWildcardRule - Class in com.yevdo.jwildcard
 
JWildcardRule(String) - Constructor for class com.yevdo.jwildcard.JWildcardRule
JWildcardRule - represents wildcard rule model
JWildcardRule(String, String) - Constructor for class com.yevdo.jwildcard.JWildcardRule
JWildcardRule - represents wildcard rule model
JWildcardRules - Class in com.yevdo.jwildcard
 
JWildcardRules() - Constructor for class com.yevdo.jwildcard.JWildcardRules
JWildcardRules represents a set of rules to use while converting wildcard to regex string
JWildcardRules(Set<JWildcardRule>) - Constructor for class com.yevdo.jwildcard.JWildcardRules
JWildcardRules represents a set of rules to use while converting wildcard to regex string

M

matches(String, String) - Static method in class com.yevdo.jwildcard.JWildcard
Will automatically convert wildcard to regex using the default set of rules, and strict flag set to true, and then run matcher on text

R

removeRule(JWildcardRule) - Method in class com.yevdo.jwildcard.JWildcardRules
Removes the specified element from this set if it is present

W

wildcardToRegex(String) - Static method in class com.yevdo.jwildcard.JWildcard
Converts wildcard to regex using default set of rules and strict flag set to true
wildcardToRegex(String, boolean) - Static method in class com.yevdo.jwildcard.JWildcard
Converts wildcard to regex using default set of rules
wildcardToRegex(String, JWildcardRules, boolean) - Static method in class com.yevdo.jwildcard.JWildcard
Converts wildcard to regex using rules
wildcardToSqlPattern(String) - Static method in class com.yevdo.jwildcard.JWildcard
Converts wildcard to sql pattern using default set of rules
A C E G H J M R W 
All Classes All Packages