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 classEESpecProfilesSpecification profile defining the replacements performed.Fields in org.apache.tomcat.jakartaee declared as EESpecProfile Modifier and Type Field Description protected EESpecProfileClassConverter. profileMethods in org.apache.tomcat.jakartaee that return EESpecProfile Modifier and Type Method Description EESpecProfileMigration. getEESpecProfile()Get the Jakarta EE profile being used.Methods in org.apache.tomcat.jakartaee with parameters of type EESpecProfile Modifier and Type Method Description booleanClassConverter. 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)voidMigration. 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)
-