Package eu.maveniverse.domtrip.maven
Class MavenToolchainsElements
- java.lang.Object
-
- eu.maveniverse.domtrip.maven.MavenToolchainsElements
-
public final class MavenToolchainsElements extends java.lang.ObjectConstants for Maven toolchains.xml elements, attributes, and other XML constructs.This class provides a comprehensive set of constants for working with Maven toolchains files, organized into logical groups for better maintainability and ease of use.
The constants are organized into nested classes:
MavenToolchainsElements.Elements- XML element names used in Maven toolchainsMavenToolchainsElements.Attributes- XML attribute names and valuesMavenToolchainsElements.Namespaces- XML namespace URIsMavenToolchainsElements.SchemaLocations- Schema location stringsMavenToolchainsElements.Files- Common file and directory namesMavenToolchainsElements.ToolchainTypes- Common toolchain types
- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMavenToolchainsElements.AttributesXML attribute constants used in Maven toolchains.static classMavenToolchainsElements.ElementsCommon XML element names used in Maven toolchains.xml files.static classMavenToolchainsElements.FilesCommon file and directory names.static classMavenToolchainsElements.NamespacesMaven toolchains namespace constants.static classMavenToolchainsElements.SchemaLocationsSchema location constants.static classMavenToolchainsElements.ToolchainTypesCommon toolchain types.static classMavenToolchainsElements.ValuesCommon values for toolchain elements.
-