Class DependencyUpdateReader
- java.lang.Object
-
- com.exasol.projectkeeper.validators.changesfile.DependencyUpdateReader
-
public class DependencyUpdateReader extends Object
Calculate the dependencies updated since the last release.
-
-
Constructor Summary
Constructors Constructor Description DependencyUpdateReader(MavenProjectFromFileReader mavenModelReader, Path projectDirectory, org.apache.maven.model.Model currentMavenModel)Create a new instance ofDependencyUpdateReader.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyChangeReportreadDependencyChanges()Read the dependency changes.
-
-
-
Constructor Detail
-
DependencyUpdateReader
public DependencyUpdateReader(MavenProjectFromFileReader mavenModelReader, Path projectDirectory, org.apache.maven.model.Model currentMavenModel)
Create a new instance ofDependencyUpdateReader.- Parameters:
mavenModelReader- maven model readerprojectDirectory- project directorycurrentMavenModel- current project
-
-
Method Detail
-
readDependencyChanges
public DependencyChangeReport readDependencyChanges()
Read the dependency changes.- Returns:
- dependency changes report
-
-