Interface Configuration


  • public interface Configuration
    Configuration.
    Since:
    1.0
    • Method Detail

      • getDefaultDateFormatString

        java.lang.String getDefaultDateFormatString()
        Returns the default date format string.
        Returns:
        the default date format string
        Since:
        1.0
      • getRecentDateFormatString

        java.lang.String getRecentDateFormatString()
        Returns the recent date format string.
        Returns:
        the recent date format string
        Since:
        1.0
      • getServerLanguageCode

        java.lang.String getServerLanguageCode()
        Returns the server language code.
        Returns:
        the server language code
        Since:
        1.0
      • getServerTimeZoneId

        java.lang.String getServerTimeZoneId()
        Returns the server time zone ID.
        Returns:
        the server time zone ID
        Since:
        1.0
      • getShortMonthNames

        java.lang.String getShortMonthNames()
        Returns the short month names.
        Returns:
        the short month names
        Since:
        1.0
      • getSystemKey

        java.lang.String getSystemKey()
        Returns the system key.
        Returns:
        the system key
        Since:
        1.0
      • hasLenientFutureDates

        boolean hasLenientFutureDates()
        Returns whether or not it has lenient future dates.
        Returns:
        whether or not it has lenient future dates
        Since:
        1.0
      • shouldSaveUnparseableEntries

        boolean shouldSaveUnparseableEntries()
        Returns whether or not it should save unparseable entries.
        Returns:
        whether or not it should save unparseable entries
        Since:
        1.0