org.apache.maven.continuum.notification.mail
Class FormatterTool
java.lang.Object
org.apache.maven.continuum.notification.mail.FormatterTool
public class FormatterTool
- extends Object
- Version:
- $Id: FormatterTool.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatterTool
public FormatterTool(String timestampFormatString)
formatProjectState
public String formatProjectState(int state)
formatTrigger
public String formatTrigger(int trigger)
formatTimestamp
public String formatTimestamp(long timestamp)
formatInterval
public String formatInterval(long start,
long end)
trim
public String trim(String str)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.