Uses of Class
org.apache.tomcat.jakartaee.EESpecProfile
-
-
Uses of EESpecProfile in org.apache.tomcat.jakartaee
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.static EESpecProfileEESpecProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static EESpecProfile[]EESpecProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tomcat.jakartaee with parameters of type EESpecProfile Modifier and Type Method Description voidClassConverter. convert(String path, InputStream src, OutputStream dest, EESpecProfile profile)voidConverter. 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.voidManifestConverter. convert(String path, InputStream src, OutputStream dest, EESpecProfile profile)voidPassThroughConverter. convert(String path, InputStream src, OutputStream dest, EESpecProfile profile)voidTextConverter. convert(String path, InputStream src, OutputStream dest, EESpecProfile profile)protected voidClassConverter. 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)
-