Class AppClientLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.appclient.logging.AppClientLogger_$logger
All Implemented Interfaces:
Serializable, AppClientLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-02-05T12:40:22+0000") public class AppClientLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements AppClientLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • AppClientLogger_$logger

      public AppClientLogger_$logger(org.jboss.logging.Logger log)
  • Method Details

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • exceptionRunningAppClient

      public final void exceptionRunningAppClient(Throwable cause, String exceptionName)
      Description copied from interface: AppClientLogger
      Logs an error message indicating there was an error running the app client.
      Specified by:
      exceptionRunningAppClient in interface AppClientLogger
      Parameters:
      cause - the cause of the error.
      exceptionName - the exception name thrown.
    • exceptionRunningAppClient$str

      protected String exceptionRunningAppClient$str()
    • argAppClientConfig$str

      protected String argAppClientConfig$str()
    • argAppClientConfig

      public final String argAppClientConfig()
      Specified by:
      argAppClientConfig in interface AppClientLogger
    • argHelp$str

      protected String argHelp$str()
    • argHelp

      public final String argHelp()
      Description copied from interface: AppClientLogger
      Instructions for the CommandLineConstants.HELP command line arguments.
      Specified by:
      argHelp in interface AppClientLogger
      Returns:
      the instructions.
    • argHost$str

      protected String argHost$str()
    • argHost

      public final String argHost()
      Description copied from interface: AppClientLogger
      Instructions for the CommandLineConstants.HOST command line arguments.
      Specified by:
      argHost in interface AppClientLogger
      Returns:
      the instructions.
    • argConnectionProperties$str

      protected String argConnectionProperties$str()
    • argConnectionProperties

      public final String argConnectionProperties()
      Description copied from interface: AppClientLogger
      Instructions for the CommandLineConstants.CONNECTION_PROPERTIES command line arguments.
      Specified by:
      argConnectionProperties in interface AppClientLogger
      Returns:
      the instructions.
    • argProperties$str

      protected String argProperties$str()
    • argProperties

      public final String argProperties()
      Description copied from interface: AppClientLogger
      Instructions for the CommandLineConstants.PROPERTIES command line arguments.
      Specified by:
      argProperties in interface AppClientLogger
      Returns:
      the instructions.
    • argSystemProperty$str

      protected String argSystemProperty$str()
    • argSystemProperty

      public final String argSystemProperty()
      Description copied from interface: AppClientLogger
      Instructions for CommandLineConstants.SYS_PROP command line argument.
      Specified by:
      argSystemProperty in interface AppClientLogger
      Returns:
      the instructions.
    • argVersion$str

      protected String argVersion$str()
    • argVersion

      public final String argVersion()
      Description copied from interface: AppClientLogger
      Instructions for CommandLineConstants.VERSION command line argument.
      Specified by:
      argVersion in interface AppClientLogger
      Returns:
      the instructions.
    • argSecMgr$str

      protected String argSecMgr$str()
    • argSecMgr

      public final String argSecMgr()
      Description copied from interface: AppClientLogger
      Instructions for CommandLineConstants.VERSION command line argument.
      Specified by:
      argSecMgr in interface AppClientLogger
      Returns:
      the instructions.
    • usageDescription$str

      protected String usageDescription$str()
    • usageDescription

      public final String usageDescription()
      Description copied from interface: AppClientLogger
      A general description of the appclient usage.
      Specified by:
      usageDescription in interface AppClientLogger
      Returns:
      a String for the message.
    • appClientNotSpecified$str

      protected String appClientNotSpecified$str()
    • appClientNotSpecified

      public final String appClientNotSpecified()
      Description copied from interface: AppClientLogger
      A message indicating that you must specify an application client to execute.
      Specified by:
      appClientNotSpecified in interface AppClientLogger
      Returns:
      the message.
    • argumentExpected$str

      protected String argumentExpected$str()
    • argumentExpected

      public final String argumentExpected(String arg)
      Description copied from interface: AppClientLogger
      A message indicating the argument, represented by the arg parameter, expected an additional argument.
      Specified by:
      argumentExpected in interface AppClientLogger
      Parameters:
      arg - the argument that expects an additional argument.
      Returns:
      the message.
    • cannotFindAppClient0$str

      protected String cannotFindAppClient0$str()
    • cannotFindAppClient

      public final RuntimeException cannotFindAppClient()
      Description copied from interface: AppClientLogger
      Creates an exception indicating the application client could not be found to start.
      Specified by:
      cannotFindAppClient in interface AppClientLogger
      Returns:
      an RuntimeException for the error.
    • cannotFindAppClient1$str

      protected String cannotFindAppClient1$str()
    • cannotFindAppClient

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotFindAppClient(String deploymentName)
      Description copied from interface: AppClientLogger
      Creates an exception indicating that the application client, represented by the deploymentName, could not be found.
      Specified by:
      cannotFindAppClient in interface AppClientLogger
      Parameters:
      deploymentName - the name of the deployment.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoadAppClientMainClass$str

      protected String cannotLoadAppClientMainClass$str()
    • cannotLoadAppClientMainClass

      public final RuntimeException cannotLoadAppClientMainClass(Throwable cause)
      Description copied from interface: AppClientLogger
      Creates an exception indicating that the application client could not load the main class.
      Specified by:
      cannotLoadAppClientMainClass in interface AppClientLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a RuntimeException for the error.
    • cannotLoadProperties$str

      protected String cannotLoadProperties$str()
    • cannotLoadProperties

      public final String cannotLoadProperties(URL url)
      Description copied from interface: AppClientLogger
      A message indicating the properties could not be loaded from the URL.
      Specified by:
      cannotLoadProperties in interface AppClientLogger
      Parameters:
      url - the url to the properties.
      Returns:
      the message.
    • cannotStartAppClient1$str

      protected String cannotStartAppClient1$str()
    • cannotStartAppClient

      public final RuntimeException cannotStartAppClient(String deploymentName)
      Description copied from interface: AppClientLogger
      Creates an exception indicating the app client could not start due to no main class being found.
      Specified by:
      cannotStartAppClient in interface AppClientLogger
      Parameters:
      deploymentName - the deployment name.
      Returns:
      a RuntimeException for the error.
    • cannotStartAppClient2$str

      protected String cannotStartAppClient2$str()
    • cannotStartAppClient

      public final RuntimeException cannotStartAppClient(String deploymentName, Class<?> mainClass)
      Description copied from interface: AppClientLogger
      Creates an exception indicating the app client could not start due to the main method missing on the main class.
      Specified by:
      cannotStartAppClient in interface AppClientLogger
      Parameters:
      deploymentName - the deployment name.
      mainClass - the main class defined.
      Returns:
      a RuntimeException for the error.
    • duplicateSubsystemDeclaration$str

      protected String duplicateSubsystemDeclaration$str()
    • duplicateSubsystemDeclaration

      public final XMLStreamException duplicateSubsystemDeclaration(Location location)
      Description copied from interface: AppClientLogger
      Creates an exception indicating the subsystem declaration has been duplicated.
      Specified by:
      duplicateSubsystemDeclaration in interface AppClientLogger
      Parameters:
      location - the location of the error for the constructor of th exception.
      Returns:
      a XMLStreamException for the error.
    • failedToParseXml1$str

      protected String failedToParseXml1$str()
    • failedToParseXml

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseXml(Throwable cause, org.jboss.vfs.VirtualFile appXml)
      Description copied from interface: AppClientLogger
      Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
      Specified by:
      failedToParseXml in interface AppClientLogger
      Parameters:
      cause - the cause of the error.
      appXml - the file that failed to be parsed.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToParseXml3$str

      protected String failedToParseXml3$str()
    • failedToParseXml

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseXml(Throwable cause, org.jboss.vfs.VirtualFile appXml, int lineNumber, int columnNumber)
      Description copied from interface: AppClientLogger
      Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
      Specified by:
      failedToParseXml in interface AppClientLogger
      appXml - the file that failed to be parsed.
      lineNumber - the line the failure occurred on.
      columnNumber - the column the failure occurred on.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • malformedUrl$str

      protected String malformedUrl$str()
    • malformedUrl

      public final String malformedUrl(String arg)
      Description copied from interface: AppClientLogger
      A message indicating the URL in the argument was malformed.
      Specified by:
      malformedUrl in interface AppClientLogger
      Parameters:
      arg - the invalid argument.
      Returns:
      the message.
    • multipleAppClientsFound$str

      protected String multipleAppClientsFound$str()
    • multipleAppClientsFound

      public final RuntimeException multipleAppClientsFound()
      Description copied from interface: AppClientLogger
      Creates an exception indicating that more than one application client was found and not app client name was specified.
      Specified by:
      multipleAppClientsFound in interface AppClientLogger
      Returns:
      a RuntimeException for the error.
    • unknownOption$str

      protected String unknownOption$str()
    • unknownOption

      public final String unknownOption(String option)
      Description copied from interface: AppClientLogger
      A message indicating a known option.
      Specified by:
      unknownOption in interface AppClientLogger
      Parameters:
      option - the unknown option.
      Returns:
      the message.
    • couldNotLoadCallbackClass$str

      protected String couldNotLoadCallbackClass$str()
    • couldNotLoadCallbackClass

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotLoadCallbackClass(String clazz)
      Description copied from interface: AppClientLogger
      A message indicating the callback handler could not be loaded
      Specified by:
      couldNotLoadCallbackClass in interface AppClientLogger
    • couldNotCreateCallbackHandler$str

      protected String couldNotCreateCallbackHandler$str()
    • couldNotCreateCallbackHandler

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotCreateCallbackHandler(String clazz)
      Description copied from interface: AppClientLogger
      A message indicating the callback handler could not be instantiated
      Specified by:
      couldNotCreateCallbackHandler in interface AppClientLogger
    • cannotFindAppClientFile$str

      protected String cannotFindAppClientFile$str()
    • cannotFindAppClientFile

      public final RuntimeException cannotFindAppClientFile(File deploymentName)
      Description copied from interface: AppClientLogger
      Creates an exception indicating that the application client, represented by the deploymentName, could not be found.
      Specified by:
      cannotFindAppClientFile in interface AppClientLogger
      Parameters:
      deploymentName - the name of the deployment.
      Returns:
      a RuntimeException for the error.
    • cannotSpecifyBothHostAndPropertiesFile$str

      protected String cannotSpecifyBothHostAndPropertiesFile$str()
    • cannotSpecifyBothHostAndPropertiesFile

      public final RuntimeException cannotSpecifyBothHostAndPropertiesFile()
      Specified by:
      cannotSpecifyBothHostAndPropertiesFile in interface AppClientLogger