org.onemind.commons.java.text
public interface TextGenerator
Modifier and Type | Method and Description |
---|---|
void |
generateText(java.lang.String spec,
java.lang.Object obj,
java.lang.StringBuffer sb)
Generate some text through the spec passed in
|