|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.formatter.FormatterFactory
class FormatterFactory
Factory for Formatter objects
| Method Summary | |
|---|---|
Formatter
|
getFormatter(String formatterSpecification)
Create and return a Formatter instance based on a specification String, which is the class name. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
Formatter getFormatter(String formatterSpecification)
formatterSpecification - - the specification of the Formatter. It is of the form:
"fully-qualified-class-name"
e.g., "org.gmetrics.formatter.PercentageFormatter"
Groovy Documentation