Package org.apache.tomcat.jakartaee
Class MigrationCLI
java.lang.Object
org.apache.tomcat.jakartaee.MigrationCLI
Command line interface wrapper for the migration tool.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final StringManager
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
static void
Main method for the CLI tool.
-
Field Details
-
sm
-
EXCLUDE_ARG
- See Also:
-
LOGLEVEL_ARG
- See Also:
-
PROFILE_ARG
- See Also:
-
ZIPINMEMORY_ARG
- See Also:
-
-
Constructor Details
-
MigrationCLI
public MigrationCLI()Build the migration tool CLI instance.
-
-
Method Details
-
main
Main method for the CLI tool.- Parameters:
args
- the command line arguments- Throws:
IOException
- when an exception occurs
-
invalidArguments
private static void invalidArguments()
-