Uses of Interface
org.apache.tomcat.jakartaee.EESpecProfile
-
Uses of EESpecProfile in org.apache.tomcat.jakartaee
Classes in org.apache.tomcat.jakartaee that implement EESpecProfileModifier and TypeClassDescriptionenum
Specification profile defining the replacements performed.Fields in org.apache.tomcat.jakartaee declared as EESpecProfileModifier and TypeFieldDescriptionprotected final EESpecProfile
ClassConverter.profile
The configured spec profile.private EESpecProfile
Migration.profile
Methods in org.apache.tomcat.jakartaee that return EESpecProfileModifier and TypeMethodDescriptionMigration.getEESpecProfile()
Get the Jakarta EE profile being used.Methods in org.apache.tomcat.jakartaee with parameters of type EESpecProfileModifier and TypeMethodDescriptionboolean
ClassConverter.convert
(String path, InputStream src, OutputStream dest, EESpecProfile profile) boolean
Converter.convert
(String path, InputStream src, OutputStream dest, EESpecProfile profile) Copies the source to the destination, converting it if necessary, according to the requirements of the given profile.boolean
ManifestConverter.convert
(String path, InputStream src, OutputStream dest, EESpecProfile profile) boolean
PassThroughConverter.convert
(String path, InputStream src, OutputStream dest, EESpecProfile profile) boolean
TextConverter.convert
(String path, InputStream src, OutputStream dest, EESpecProfile profile) protected boolean
ClassConverter.convertInternal
(String path, InputStream src, OutputStream dest, EESpecProfile profile, ClassLoader loader) Convert specified class bytecode.void
Migration.setEESpecProfile
(EESpecProfile profile) Set the Jakarta EE specifications that should be used.private boolean
ManifestConverter.updateValues
(Attributes attributes, EESpecProfile profile) private boolean
ManifestConverter.updateValues
(Manifest manifest, EESpecProfile profile) Constructors in org.apache.tomcat.jakartaee with parameters of type EESpecProfileModifierConstructorDescriptionClassConverter
(EESpecProfile profile) Create a class converter with the specified spec profile.