Package org.jboss.migration.cli.logger
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
-
-
Field Summary
Fields Modifier and Type Field Description static CommandLineMigrationLoggerROOT_LOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringargEnvironment()Instructions for theCommandLineConstants.ENVIRONMENTcommand line arguments.StringargHelp()StringargInteractive()Instructions for theCommandLineConstants.NON_INTERACTIVEcommand line arguments.StringargSource()Instructions for theCommandLineConstants.SOURCEcommand line arguments.StringargTarget()Instructions for theCommandLineConstants.TARGETcommand line arguments.StringargUsage(String executableName)StringhelpHeader()-
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
-
-
-
-
Field Detail
-
ROOT_LOGGER
static final CommandLineMigrationLogger ROOT_LOGGER
-
-
Method Detail
-
argEnvironment
@Message(id=0, value="Path to the properties file containing the user environment.") String argEnvironment()Instructions for theCommandLineConstants.ENVIRONMENTcommand 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 theCommandLineConstants.NON_INTERACTIVEcommand 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 theCommandLineConstants.SOURCEcommand 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 theCommandLineConstants.TARGETcommand line arguments.- Returns:
- the message.
-
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()
-
-