Package org.kie.util.maven.support
Interface PomModel
- All Known Implementing Classes:
PomModel.InternalModel
public interface PomModel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
NATIVE_MAVEN_PARSER_CLASS
- See Also:
-
-
Method Details
-
getReleaseId
ReleaseId getReleaseId() -
getParentReleaseId
ReleaseId getParentReleaseId() -
getDependencies
Collection<ReleaseId> getDependencies() -
getDependencies
-