Package ca.phon.formatter


package ca.phon.formatter
  • Class
    Description
    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.
     
    Basic formatter which simply returns the given string value.