Interface CommandLineMigrationLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    CommandLineMigrationLogger_$logger

    @MessageLogger(projectCode="WFMIGRCLI")
    public interface CommandLineMigrationLogger
    extends org.jboss.logging.BasicLogger
    Author:
    emmartins
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String argEnvironment()
      Instructions for the CommandLineConstants.ENVIRONMENT command line arguments.
      String argHelp()  
      String argInteractive()
      Instructions for the CommandLineConstants.NON_INTERACTIVE command line arguments.
      String argSource()
      Instructions for the CommandLineConstants.SOURCE command line arguments.
      String argTarget()
      Instructions for the CommandLineConstants.TARGET command line arguments.
      String argUsage​(String executableName)  
      String helpHeader()  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
    • Method Detail

      • argEnvironment

        @Message(id=0,
                 value="Path to the properties file containing the user environment.")
        String argEnvironment()
        Instructions for the CommandLineConstants.ENVIRONMENT command line arguments.
        Returns:
        the message.
      • argInteractive

        @Message(id=0,
                 value="Indicates if the migration tool should not interact with the user.")
        String argInteractive()
        Instructions for the CommandLineConstants.NON_INTERACTIVE command line arguments.
        Returns:
        the message.
      • argSource

        @Message(id=0,
                 value="Path to the base dir of the server to migrate from.")
        String argSource()
        Instructions for the CommandLineConstants.SOURCE command line arguments.
        Returns:
        the message.
      • argTarget

        @Message(id=0,
                 value="Path to the base dir of the server to migrate to.")
        String argTarget()
        Instructions for the CommandLineConstants.TARGET command line arguments.
        Returns:
        the message.
      • argUsage

        @Message(id=0,
                 value="%s")
        String argUsage​(String executableName)
      • argHelp

        @Message(id=0,
                 value="Get help with usage of this command")
        String argHelp()
      • helpHeader

        @Message(id=0,
                 value="The JBoss Server Migration Tool simplifies the task of migrating JBoss application servers, requiring minimal or no user interaction at all.")
        String helpHeader()