Package ca.phon.formatter
package ca.phon.formatter
-
ClassDescriptionFormatter<T>Base interface for implementing formatters.Provides classpath access to formatters based on entries found in the META-INF/services/ca.phon.formatter.Formatter files.Used by
FormatterFactory
to detect the proper formatter for a given type.Text format for media time values, three formats are available: time in minutes and seconds:Media time formatter with three formats as defined byMediaTimeFormatStyle
Deprecated.Use MediaTimeFormat insteadDeprecated.Use MediaTimeFormat insteadBasic formatter which simply returns the given string value.