Class IdStrings

java.lang.Object
com.io7m.jxtrand.vanilla.JXTAbstractGenericStrings<IdStringConstantType>
com.io7m.idstore.strings.IdStrings
All Implemented Interfaces:
com.io7m.jxtrand.api.JXTStringsGenericType<IdStringConstantType>, com.io7m.jxtrand.api.JXTStringsHasResourcesType, com.io7m.jxtrand.api.JXTStringsRawType, com.io7m.repetoir.core.RPServiceType

public final class IdStrings extends com.io7m.jxtrand.vanilla.JXTAbstractGenericStrings<IdStringConstantType> implements com.io7m.repetoir.core.RPServiceType
The string resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    static IdStrings
    create(Locale locale)
    Create string resources.
     
     

    Methods inherited from class com.io7m.jxtrand.vanilla.JXTAbstractGenericStrings

    resources

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.io7m.jxtrand.api.JXTStringsGenericType

    format

    Methods inherited from interface com.io7m.jxtrand.api.JXTStringsRawType

    format
  • Method Details

    • create

      public static IdStrings create(Locale locale)
      Create string resources.
      Parameters:
      locale - The locale
      Returns:
      The string resources
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • description

      public String description()
      Specified by:
      description in interface com.io7m.repetoir.core.RPServiceType