Package org.apache.tomcat.jakartaee
Interface EESpecProfile
-
- All Known Implementing Classes:
EESpecProfiles
public interface EESpecProfileUsed to represent a specification profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stringconvert(String name)Convert the specified name to the target namespace.PatterngetPattern()The pattern used for conversion.StringgetSource()The source namespace.StringgetTarget()The target namespace.
-
-
-
Method Detail
-
convert
default String convert(String name)
Convert the specified name to the target namespace.- Parameters:
name- the name to convert- Returns:
- the converted name
-
getSource
String getSource()
The source namespace.- Returns:
- the source namespace
-
getTarget
String getTarget()
The target namespace.- Returns:
- the target namespace
-
getPattern
Pattern getPattern()
The pattern used for conversion.- Returns:
- the pattern
-
-