|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--edu.rice.cs.util.ant.TstampGMT
A simple, inflexible replacement for Ant's TSTAMP task that always uses GMT. This simple task never allows parameters or nested elements. It only sets the DSTAMP and TSTAMP variables.
Field Summary | |
private static SimpleDateFormat |
DATE_FORMAT
|
private static TimeZone |
GMT
|
private static SimpleDateFormat |
TIME_FORMAT
|
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
TstampGMT()
|
Method Summary | |
(package private) void |
|
void |
execute()
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private static final TimeZone GMT
private static final SimpleDateFormat DATE_FORMAT
private static final SimpleDateFormat TIME_FORMAT
Constructor Detail |
public TstampGMT()
Method Detail |
void()
in class Object
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |