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 TypeClassDescriptionenumSpecification profile defining the replacements performed.Fields in org.apache.tomcat.jakartaee declared as EESpecProfileModifier and TypeFieldDescriptionprotected final EESpecProfileClassConverter.profileThe configured spec 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 TypeMethodDescriptionbooleanClassConverter.convert(String path, InputStream src, OutputStream dest, EESpecProfile profile) booleanConverter.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.booleanManifestConverter.convert(String path, InputStream src, OutputStream dest, EESpecProfile profile) booleanPassThroughConverter.convert(String path, InputStream src, OutputStream dest, EESpecProfile profile) booleanTextConverter.convert(String path, InputStream src, OutputStream dest, EESpecProfile profile) protected booleanClassConverter.convertInternal(String path, InputStream src, OutputStream dest, EESpecProfile profile, ClassLoader loader) Convert specified class bytecode.voidMigration.setEESpecProfile(EESpecProfile profile) Set the Jakarta EE specifications that should be used.Constructors in org.apache.tomcat.jakartaee with parameters of type EESpecProfileModifierConstructorDescriptionClassConverter(EESpecProfile profile) Create a class converter with the specified spec profile.