Package org.kie.util.maven.support
Class PomModel.InternalModel
java.lang.Object
org.kie.util.maven.support.PomModel.InternalModel
- All Implemented Interfaces:
PomModel
- Enclosing interface:
- PomModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.util.maven.support.PomModel
PomModel.DefaultPomModelGenerator, PomModel.InternalModel, PomModel.Parser -
Field Summary
Fields inherited from interface org.kie.util.maven.support.PomModel
NATIVE_MAVEN_PARSER_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDependency(ReleaseId dependency, String scope) getDependencies(DependencyFilter filter) voidsetParentReleaseId(ReleaseId parentReleaseId) voidsetReleaseId(ReleaseId releaseId)
-
Constructor Details
-
InternalModel
public InternalModel()
-
-
Method Details
-
getReleaseId
- Specified by:
getReleaseIdin interfacePomModel
-
setReleaseId
-
getParentReleaseId
- Specified by:
getParentReleaseIdin interfacePomModel
-
setParentReleaseId
-
getDependencies
- Specified by:
getDependenciesin interfacePomModel
-
getDependencies
- Specified by:
getDependenciesin interfacePomModel
-
addDependency
-