org.apache.maven.project.interpolation
Class BuildTimestampValueSource

java.lang.Object
  extended by org.codehaus.plexus.interpolation.AbstractValueSource
      extended by org.apache.maven.project.interpolation.BuildTimestampValueSource
All Implemented Interfaces:
org.codehaus.plexus.interpolation.ValueSource

public class BuildTimestampValueSource
extends org.codehaus.plexus.interpolation.AbstractValueSource

Version:
$Id: BuildTimestampValueSource.java 708543 2008-10-28 11:54:17Z bentmann $

Constructor Summary
BuildTimestampValueSource(Date startTime, String format)
           
 
Method Summary
 Object getValue(String expression)
           
 
Methods inherited from class org.codehaus.plexus.interpolation.AbstractValueSource
addFeedback, addFeedback, clearFeedback, getFeedback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildTimestampValueSource

public BuildTimestampValueSource(Date startTime,
                                 String format)
Method Detail

getValue

public Object getValue(String expression)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.