Package org.eclipse.tycho.buildversion
Interface BuildTimestampProvider
-
- All Known Implementing Classes:
DefaultBuildTimestampProvider
public interface BuildTimestampProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getTimestamp(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution)
Returns build timestamp of the current project.
-
-
-
Method Detail
-
getTimestamp
Date getTimestamp(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution) throws org.apache.maven.plugin.MojoExecutionException
Returns build timestamp of the current project.- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-