Class CoffeePickStrings


  • public final class CoffeePickStrings
    extends java.lang.Object
    The default string provider.
    • Method Detail

      • getResourceBundle

        public static java.util.ResourceBundle getResourceBundle​(java.util.Locale locale)
        Retrieve the resource bundle for the given locale.
        Parameters:
        locale - The locale
        Returns:
        The resource bundle
      • getResourceBundle

        public static java.util.ResourceBundle getResourceBundle()
        Retrieve the resource bundle for the current locale.
        Returns:
        The resource bundle
      • of

        public static CoffeePickStrings of​(java.util.ResourceBundle bundle)
        Create a new string provider from the given bundle.
        Parameters:
        bundle - The resource bundle
        Returns:
        A string provider
      • resourceBundle

        public java.util.ResourceBundle resourceBundle()
      • format

        public java.lang.String format​(java.lang.String id,
                                       java.lang.Object... args)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • inventoryDelete

        public java.lang.String inventoryDelete​(java.lang.String id)
      • inventoryVerify

        public java.lang.String inventoryVerify​(java.lang.String id)
      • inventorySearch

        public java.lang.String inventorySearch()
      • catalogSearch

        public java.lang.String catalogSearch()
      • catalogDownload

        public java.lang.String catalogDownload​(java.lang.String id)
      • inventoryPathOf

        public java.lang.String inventoryPathOf​(java.lang.String id)
      • inventoryUnpack

        public java.lang.String inventoryUnpack​(java.lang.String id,
                                                java.nio.file.Path path)
      • repositoryUpdate

        public java.lang.String repositoryUpdate​(java.net.URI uri)
      • repositoryList

        public java.lang.String repositoryList()
      • repositoryExport

        public java.lang.String repositoryExport​(java.net.URI repository,
                                                 java.net.URI format,
                                                 java.nio.file.Path output_path)