All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToEqual(Collection<String> items) |
A |
addAllToSourceMatch(Collection<Matcher> items) |
A |
addAllToTargetMatch(Collection<Matcher> items) |
InhibitRuleFluent.SourceMatchNested<A> |
addNewSourceMatch() |
A |
addNewSourceMatch(String matchType,
String name,
Boolean regex,
String value) |
InhibitRuleFluent.SourceMatchNested<A> |
addNewSourceMatchLike(Matcher item) |
InhibitRuleFluent.TargetMatchNested<A> |
addNewTargetMatch() |
A |
addNewTargetMatch(String matchType,
String name,
Boolean regex,
String value) |
InhibitRuleFluent.TargetMatchNested<A> |
addNewTargetMatchLike(Matcher item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToEqual(int index,
String item) |
A |
addToEqual(String... items) |
A |
addToSourceMatch(int index,
Matcher item) |
A |
addToSourceMatch(Matcher... items) |
A |
addToTargetMatch(int index,
Matcher item) |
A |
addToTargetMatch(Matcher... items) |
Matcher |
buildFirstSourceMatch() |
Matcher |
buildFirstTargetMatch() |
Matcher |
buildLastSourceMatch() |
Matcher |
buildLastTargetMatch() |
Matcher |
buildMatchingSourceMatch(Predicate<MatcherBuilder> predicate) |
Matcher |
buildMatchingTargetMatch(Predicate<MatcherBuilder> predicate) |
List<Matcher> |
buildSourceMatch() |
Matcher |
buildSourceMatch(int index) |
List<Matcher> |
buildTargetMatch() |
Matcher |
buildTargetMatch(int index) |
protected void |
copyInstance(InhibitRule instance) |
InhibitRuleFluent.SourceMatchNested<A> |
editFirstSourceMatch() |
InhibitRuleFluent.TargetMatchNested<A> |
editFirstTargetMatch() |
InhibitRuleFluent.SourceMatchNested<A> |
editLastSourceMatch() |
InhibitRuleFluent.TargetMatchNested<A> |
editLastTargetMatch() |
InhibitRuleFluent.SourceMatchNested<A> |
editMatchingSourceMatch(Predicate<MatcherBuilder> predicate) |
InhibitRuleFluent.TargetMatchNested<A> |
editMatchingTargetMatch(Predicate<MatcherBuilder> predicate) |
InhibitRuleFluent.SourceMatchNested<A> |
editSourceMatch(int index) |
InhibitRuleFluent.TargetMatchNested<A> |
editTargetMatch(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getEqual() |
String |
getEqual(int index) |
String |
getFirstEqual() |
String |
getLastEqual() |
String |
getMatchingEqual(Predicate<String> predicate) |
boolean |
hasAdditionalProperties() |
boolean |
hasEqual() |
int |
hashCode() |
boolean |
hasMatchingEqual(Predicate<String> predicate) |
boolean |
hasMatchingSourceMatch(Predicate<MatcherBuilder> predicate) |
boolean |
hasMatchingTargetMatch(Predicate<MatcherBuilder> predicate) |
boolean |
hasSourceMatch() |
boolean |
hasTargetMatch() |
A |
removeAllFromEqual(Collection<String> items) |
A |
removeAllFromSourceMatch(Collection<Matcher> items) |
A |
removeAllFromTargetMatch(Collection<Matcher> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromEqual(String... items) |
A |
removeFromSourceMatch(Matcher... items) |
A |
removeFromTargetMatch(Matcher... items) |
A |
removeMatchingFromSourceMatch(Predicate<MatcherBuilder> predicate) |
A |
removeMatchingFromTargetMatch(Predicate<MatcherBuilder> predicate) |
InhibitRuleFluent.SourceMatchNested<A> |
setNewSourceMatchLike(int index,
Matcher item) |
InhibitRuleFluent.TargetMatchNested<A> |
setNewTargetMatchLike(int index,
Matcher item) |
A |
setToEqual(int index,
String item) |
A |
setToSourceMatch(int index,
Matcher item) |
A |
setToTargetMatch(int index,
Matcher item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEqual(List<String> equal) |
A |
withEqual(String... equal) |
A |
withSourceMatch(List<Matcher> sourceMatch) |
A |
withSourceMatch(Matcher... sourceMatch) |
A |
withTargetMatch(List<Matcher> targetMatch) |
A |
withTargetMatch(Matcher... targetMatch) |