- getEESpecProfile() - Method in class org.apache.tomcat.jakartaee.Migration
-
Get the Jakarta EE profile being used.
- getExtension(String) - Static method in class org.apache.tomcat.jakartaee.Util
-
Get the extension of a filename
- getManager(Class<?>) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a given class.
- getManager(String) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a particular package.
- getManager(String, Locale) - Static method in class org.apache.tomcat.jakartaee.StringManager
-
Get the StringManager for a particular package and Locale.
- getString(String) - Method in class org.apache.tomcat.jakartaee.StringManager
-
Get a string from the underlying resource bundle or return null if the
String is not found.
- getString(String, Object...) - Method in class org.apache.tomcat.jakartaee.StringManager
-
Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getVersion() - Static method in class org.apache.tomcat.jakartaee.Info
-
- GlobMatcher - Class in org.apache.tomcat.jakartaee
-
This is a utility class to match file globs.
- GlobMatcher() - Constructor for class org.apache.tomcat.jakartaee.GlobMatcher
-