Interface Messages

  • All Known Implementing Classes:
    Messages_$bundle

    @MessageBundle(projectCode="ISPN")
    public interface Messages
    Since:
    10.0
    • Method Detail

      • unknownArgument

        @Message(value="Unrecognized command-line argument `%s`.",
                 id=90001)
        String unknownArgument​(String argument)
      • invalidArgument

        @Message(value="Invalid argument `%s`. Arguments must be prefixed with either - or --.",
                 id=90002)
        String invalidArgument​(String argument)
      • invalidShortArgument

        @Message(value="Invalid argument `%s`. The - prefix must be used only for single-character arguments.",
                 id=90003)
        String invalidShortArgument​(String command)
      • serverHelpBindAddress

        @Message("Binds the server endpoint to a specific address.")
        String serverHelpBindAddress()
      • serverHelpBindPort

        @Message("Binds the server to a specific port. Defaults to `%d`.")
        String serverHelpBindPort​(int defaultBindPort)
      • toolHelpHelp

        @Message("Displays usage information and exits.")
        String toolHelpHelp()
      • serverHelpServerConfig

        @Message("Specifies a server configuration file. Defaults to `%s`. Can be repeated, in which case the configurations are layered.")
        String serverHelpServerConfig​(String defaultConfiguration)
      • serverHelpLoggingConfig

        @Message("Specifies a logging configuration file. Defaults to `%s`.")
        String serverHelpLoggingConfig​(String defaultConfiguration)
      • serverHelpClusterName

        @Message("Sets the name of the cluster. Default set by configuration expression")
        String serverHelpClusterName()
      • serverHelpClusterStack

        @Message("Specifies the JGroups stack for clustering. Default set by configuration expression")
        String serverHelpClusterStack()
      • serverHelpClusterAddress

        @Message("Specifies the JGroups bind address for clustering.")
        String serverHelpClusterAddress()
      • serverHelpNodeName

        @Message("Sets the name of this node. Must be unique across the cluster.")
        String serverHelpNodeName()
      • serverHelpPortOffset

        @Message("Adds a numeric offset to all ports.")
        String serverHelpPortOffset()
      • toolHelpServerRoot

        @Message("Specifies the root path for the server. Defaults to `%s`.")
        String toolHelpServerRoot​(String defaultServerRoot)
      • toolHelpVersion

        @Message("Displays version information and exits.")
        String toolHelpVersion()
      • serverHelpProperty

        @Message("Sets a system property to the specified value.")
        String serverHelpProperty()
      • serverHelpProperties

        @Message("Sets system properties from the specified file.")
        String serverHelpProperties()