Uses of Interface
org.apache.tomcat.jakartaee.EESpecProfile
-
-
Uses of EESpecProfile in org.apache.tomcat.jakartaee
Classes in org.apache.tomcat.jakartaee that implement EESpecProfile Modifier and Type Class Description class
EESpecProfiles
Specification profile defining the replacements performed.Fields in org.apache.tomcat.jakartaee declared as EESpecProfile Modifier and Type Field Description protected EESpecProfile
ClassConverter. profile
The configured spec profile.Methods in org.apache.tomcat.jakartaee that return EESpecProfile Modifier and Type Method Description EESpecProfile
Migration. getEESpecProfile()
Get the Jakarta EE profile being used.Methods in org.apache.tomcat.jakartaee with parameters of type EESpecProfile Modifier and Type Method Description boolean
ClassConverter. convert(java.lang.String path, java.io.InputStream src, java.io.OutputStream dest, EESpecProfile profile)
boolean
Converter. convert(java.lang.String path, java.io.InputStream src, java.io.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(java.lang.String path, java.io.InputStream src, java.io.OutputStream dest, EESpecProfile profile)
boolean
PassThroughConverter. convert(java.lang.String path, java.io.InputStream src, java.io.OutputStream dest, EESpecProfile profile)
boolean
TextConverter. convert(java.lang.String path, java.io.InputStream src, java.io.OutputStream dest, EESpecProfile profile)
protected boolean
ClassConverter. convertInternal(java.lang.String path, java.io.InputStream src, java.io.OutputStream dest, EESpecProfile profile, java.lang.ClassLoader loader)
Convert specified class bytecode.void
Migration. setEESpecProfile(EESpecProfile profile)
Set the Jakarta EE specifications that should be used.Constructors in org.apache.tomcat.jakartaee with parameters of type EESpecProfile Constructor Description ClassConverter(EESpecProfile profile)
Create a class converter with the specified spec profile.
-