Lines Matching refs:timestamp
68 public final static String PROPERTY_TIMESTAMP = "info.timestamp";
80 /** The timestamp from the version info. */
142 * Obtains the timestamp of the versioned module or informal unit.
145 * @return the timestamp, never <code>null</code>
290 String timestamp = null;
302 timestamp = (String) info.get(PROPERTY_TIMESTAMP);
303 if ((timestamp != null) &&
304 ((timestamp.length() < 1) ||
305 (timestamp.equals("${mvn.timestamp}")))
307 timestamp = null;
314 return new VersionInfo(pckg, module, release, timestamp, clsldrstr);