A C E G H I J M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accepts(String) - Method in class org.apache.tomcat.jakartaee.ClassConverter
- accepts(String) - Method in interface org.apache.tomcat.jakartaee.Converter
-
Check if the file can be processed by this converter.
- accepts(String) - Method in class org.apache.tomcat.jakartaee.ManifestConverter
- accepts(String) - Method in class org.apache.tomcat.jakartaee.PassThroughConverter
- accepts(String) - Method in class org.apache.tomcat.jakartaee.TextConverter
- addExclude(String) - Method in class org.apache.tomcat.jakartaee.Migration
-
Add specified resource exclusion.
C
- ClassConverter - Class in org.apache.tomcat.jakartaee
-
Class converter and transformer.
- ClassConverter() - Constructor for class org.apache.tomcat.jakartaee.ClassConverter
-
Create a class converter with the default TOMCAT profile.
- ClassConverter(EESpecProfile) - Constructor for class org.apache.tomcat.jakartaee.ClassConverter
-
Create a class converter with the specified spec profile.
- COMPLETE - org.apache.tomcat.jakartaee.Migration.State
-
Migration complete.
- convert(String) - Method in interface org.apache.tomcat.jakartaee.EESpecProfile
-
Convert the specified name to the target namespace.
- convert(String, InputStream, OutputStream, EESpecProfile) - Method in class org.apache.tomcat.jakartaee.ClassConverter
- convert(String, InputStream, OutputStream, EESpecProfile) - Method in interface org.apache.tomcat.jakartaee.Converter
-
Copies the source to the destination, converting it if necessary, according to the requirements of the given profile.
- convert(String, InputStream, OutputStream, EESpecProfile) - Method in class org.apache.tomcat.jakartaee.ManifestConverter
- convert(String, InputStream, OutputStream, EESpecProfile) - Method in class org.apache.tomcat.jakartaee.PassThroughConverter
- convert(String, InputStream, OutputStream, EESpecProfile) - Method in class org.apache.tomcat.jakartaee.TextConverter
- Converter - Interface in org.apache.tomcat.jakartaee
-
The main Converter interface, used for package prefix conversion.
- convertInternal(String, InputStream, OutputStream, EESpecProfile, ClassLoader) - Method in class org.apache.tomcat.jakartaee.ClassConverter
-
Convert specified class bytecode.
- copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.jakartaee.Util
-
Buffered copy.
E
- EE - org.apache.tomcat.jakartaee.EESpecProfiles
-
Specification profile for the full EE.
- EESpecProfile - Interface in org.apache.tomcat.jakartaee
-
Used to represent a specification profile.
- EESpecProfiles - Enum in org.apache.tomcat.jakartaee
-
Specification profile defining the replacements performed.
- execute() - Method in class org.apache.tomcat.jakartaee.Migration
-
Execute migration operation.
- execute() - Method in class org.apache.tomcat.jakartaee.MigrationTask
G
- getEESpecProfile() - Method in class org.apache.tomcat.jakartaee.Migration
-
Get the Jakarta EE profile being used.
- getExtension(String) - Static method in class org.apache.tomcat.jakartaee.Util
-
Get the extension of a filename
- getManager(Class<?>) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a given class.
- getManager(String) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a particular package.
- getManager(String, Locale) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a particular package and Locale.
- getPattern() - Method in interface org.apache.tomcat.jakartaee.EESpecProfile
-
The pattern used for conversion.
- getPattern() - Method in enum org.apache.tomcat.jakartaee.EESpecProfiles
- getSource() - Method in interface org.apache.tomcat.jakartaee.EESpecProfile
-
The source namespace.
- getSource() - Method in enum org.apache.tomcat.jakartaee.EESpecProfiles
- getString(String) - Method in class org.apache.tomcat.jakartaee.StringManager
-
Get a string from the underlying resource bundle or return null if the String is not found.
- getString(String, Object...) - Method in class org.apache.tomcat.jakartaee.StringManager
-
Get a string from the underlying resource bundle and format it with the given set of arguments.
- getTarget() - Method in interface org.apache.tomcat.jakartaee.EESpecProfile
-
The target namespace.
- getTarget() - Method in enum org.apache.tomcat.jakartaee.EESpecProfiles
- getVersion() - Static method in class org.apache.tomcat.jakartaee.Info
-
Get the configured version.
- GlobMatcher - Class in org.apache.tomcat.jakartaee
-
This is a utility class to match file globs.
- GlobMatcher() - Constructor for class org.apache.tomcat.jakartaee.GlobMatcher
-
Construct the matcher.
H
- hasConverted() - Method in class org.apache.tomcat.jakartaee.Migration
-
NOTE: this method is not to indicate that no changes were made, but that the source can be used and satisfy the selected profile.
I
- Info - Class in org.apache.tomcat.jakartaee
-
Manifest version decorator.
J
- JEE8 - org.apache.tomcat.jakartaee.EESpecProfiles
-
Specification profile for the full EE, to convert from Jakarta to EE 8.
M
- main(String[]) - Static method in class org.apache.tomcat.jakartaee.MigrationCLI
-
Main method for the CLI tool.
- ManifestConverter - Class in org.apache.tomcat.jakartaee
-
Updates Manifests.
- ManifestConverter() - Constructor for class org.apache.tomcat.jakartaee.ManifestConverter
-
Manifest converter constructor.
- match(String, String, boolean) - Static method in class org.apache.tomcat.jakartaee.GlobMatcher
-
Tests whether or not a string matches against a pattern.
- matchName(Set<String>, String, boolean) - Static method in class org.apache.tomcat.jakartaee.GlobMatcher
-
Tests whether or not a given file name matches any file name pattern in the given set.
- Migration - Class in org.apache.tomcat.jakartaee
-
The main class for the Migration tool.
- Migration() - Constructor for class org.apache.tomcat.jakartaee.Migration
-
Construct a new migration tool instance.
- Migration.State - Enum in org.apache.tomcat.jakartaee
-
The tool state.
- MigrationCLI - Class in org.apache.tomcat.jakartaee
-
Command line interface wrapper for the migration tool.
- MigrationCLI() - Constructor for class org.apache.tomcat.jakartaee.MigrationCLI
-
Build the migration tool CLI instance.
- MigrationTask - Class in org.apache.tomcat.jakartaee
-
Ant task for the Jakarta EE migration tool.
- MigrationTask() - Constructor for class org.apache.tomcat.jakartaee.MigrationTask
-
Default constructor.
N
- NOT_STARTED - org.apache.tomcat.jakartaee.Migration.State
-
Migration not started yet.
O
- org.apache.tomcat.jakartaee - package org.apache.tomcat.jakartaee
P
- PassThroughConverter - Class in org.apache.tomcat.jakartaee
-
No conversion.
- PassThroughConverter() - Constructor for class org.apache.tomcat.jakartaee.PassThroughConverter
-
Default constructor.
- profile - Variable in class org.apache.tomcat.jakartaee.ClassConverter
-
The configured spec profile.
R
- RUNNING - org.apache.tomcat.jakartaee.Migration.State
-
Migration in progress.
S
- setDest(File) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Set the destination file.
- setDestination(File) - Method in class org.apache.tomcat.jakartaee.Migration
-
Set destination file.
- setEESpecProfile(EESpecProfile) - Method in class org.apache.tomcat.jakartaee.Migration
-
Set the Jakarta EE specifications that should be used.
- setEnableDefaultExcludes(boolean) - Method in class org.apache.tomcat.jakartaee.Migration
-
Enable the default exclusion list for the tool.
- setExcludes(String) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Set exclusion patterns.
- setMatchExcludesAgainstPathName(boolean) - Method in class org.apache.tomcat.jakartaee.Migration
-
Enable exclude matching against the path name.
- setMatchExcludesAgainstPathName(boolean) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Enable exclude matching against the path name.
- setProfile(String) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Set the profile that should be used.
- setSource(File) - Method in class org.apache.tomcat.jakartaee.Migration
-
Set source file.
- setSrc(File) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Set the source file.
- setZipInMemory(boolean) - Method in class org.apache.tomcat.jakartaee.Migration
-
Buffer all conversion operations for compressed archives in memory.
- setZipInMemory(boolean) - Method in class org.apache.tomcat.jakartaee.MigrationTask
-
Set the option to handle compressed archive entries in memory.
- StringManager - Class in org.apache.tomcat.jakartaee
-
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
T
- TextConverter - Class in org.apache.tomcat.jakartaee
-
Converter for text resources.
- TextConverter() - Constructor for class org.apache.tomcat.jakartaee.TextConverter
-
Default constructor.
- TOMCAT - org.apache.tomcat.jakartaee.EESpecProfiles
-
Specification profile matching the packages provided with Tomcat.
- toString() - Method in class org.apache.tomcat.jakartaee.ClassConverter
- toString(InputStream, Charset) - Static method in class org.apache.tomcat.jakartaee.Util
-
Convert the input bytes as a string.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.apache.tomcat.jakartaee.ClassConverter
U
- Util - Class in org.apache.tomcat.jakartaee
-
Utility methods.
V
- valueOf(String) - Static method in enum org.apache.tomcat.jakartaee.EESpecProfiles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tomcat.jakartaee.Migration.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.tomcat.jakartaee.EESpecProfiles
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.tomcat.jakartaee.Migration.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages