| AbstractMavenEditor |
Abstract base class for Maven-specific editors that provides common element ordering functionality.
|
| AlignOptions |
Options for controlling how dependencies are aligned with project conventions.
|
| AlignOptions.Builder |
|
| AlignOptions.PropertyNamingConvention |
Naming convention for version properties.
|
| AlignOptions.VersionSource |
Whether the version value is a literal or a property reference.
|
| AlignOptions.VersionStyle |
Whether the dependency version is inline or delegated to dependency management.
|
| Coordinates |
Represents Maven coordinates (groupId, artifactId, version, classifier, and type).
|
| PomEditor |
Specialized editor for Maven POM files that extends the base Editor class
with Maven-specific functionality and element ordering.
|
| PomEditor.Dependencies |
Helper for managing regular and managed Maven dependencies within a POM.
|
| PomEditor.Extensions |
|
| PomEditor.Parent |
|
| PomEditor.Plugins |
|
| PomEditor.Profiles |
Helper for inspecting Maven profiles within a POM.
|
| PomEditor.Properties |
|
| PomEditor.Subprojects |
|