Class LLStrings

java.lang.Object
com.io7m.jxtrand.vanilla.JXTAbstractStrings
com.io7m.looseleaf.server.internal.LLStrings
All Implemented Interfaces:
com.io7m.jxtrand.api.JXTStringsHasResourcesType, com.io7m.jxtrand.api.JXTStringsRawType, com.io7m.jxtrand.api.JXTStringsType, com.io7m.jxtrand.api.JXTStringsTypedType, com.io7m.repetoir.core.RPServiceType

public final class LLStrings extends com.io7m.jxtrand.vanilla.JXTAbstractStrings implements com.io7m.repetoir.core.RPServiceType
The server string resource service.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LLStrings(Locale locale)
    The server string resource service.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

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

    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.JXTStringsRawType

    format

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

    format
  • Constructor Details

    • LLStrings

      public LLStrings(Locale locale) throws IOException
      The server string resource service.
      Parameters:
      locale - The server locale
      Throws:
      IOException - On I/O errors
  • Method Details

    • description

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

      public String toString()
      Overrides:
      toString in class Object