|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.drools.decisiontable.model.SnippetBuilder
public class SnippetBuilder
| Constructor Summary | |
|---|---|
SnippetBuilder(java.lang.String snippetTemplate)
|
|
| Method Summary | |
|---|---|
java.lang.String |
build(java.lang.String cellValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnippetBuilder(java.lang.String snippetTemplate)
snippetTemplate - The snippet including the "place holder" for a parameter. If
no "place holder" is present,| Method Detail |
|---|
public java.lang.String build(java.lang.String cellValue)
cellValue - The value from the cell to populate the snippet with. If no
place holder exists, will just return the snippet.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||