|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringTransformerRule
This is the interface for a Transformer of Strings that is
typically used as part of a
StringTransformerChain.
| Method Summary | |
|---|---|
boolean |
isStopOnMatch()
This method determines if this rule will stop further proceeding if it matched. |
| Methods inherited from interface net.sf.mmm.util.transformer.api.Transformer |
|---|
transform |
| Method Detail |
|---|
boolean isStopOnMatch()
#transform(String) if it did NOT match.
true if the rule should stop further proceeding after
successful transformation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||