Edit C:\apache-ant-1.8.0\docs\manual\api\org\apache\tools\ant\util\DateUtils.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Mon Feb 01 19:35:59 EST 2010 --> <TITLE> DateUtils (Apache Ant API) </TITLE> <META NAME="keywords" CONTENT="org.apache.tools.ant.util.DateUtils class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="DateUtils (Apache Ant API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/apache/tools/ant/util/ContainerMapper.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A> <A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/tools/ant/util/DateUtils.html" target="_top"><B>FRAMES</B></A> <A HREF="DateUtils.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.tools.ant.util</FONT> <BR> Class DateUtils</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.util.DateUtils</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>DateUtils</B><DT>extends java.lang.Object</DL> </PRE> <P> Helper methods to deal with date/time formatting with a specific defined format (<a href="http://www.w3.org/TR/NOTE-datetime">ISO8601</a>) or a plurialization correct elapsed time in minutes and seconds. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>Ant 1.5</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.text.DateFormat</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#DATE_HEADER_FORMAT">DATE_HEADER_FORMAT</A></B></CODE> <BR> <B>Deprecated.</B> <I>DateFormat is not thread safe, and we cannot guarantee that some other code is using the format in parallel. Deprecated since ant 1.8</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#ISO8601_DATE_PATTERN">ISO8601_DATE_PATTERN</A></B></CODE> <BR> ISO8601-like pattern for date.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#ISO8601_DATETIME_PATTERN">ISO8601_DATETIME_PATTERN</A></B></CODE> <BR> ISO8601-like pattern for date-time.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#ISO8601_TIME_PATTERN">ISO8601_TIME_PATTERN</A></B></CODE> <BR> ISO8601-like pattern for time.</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#format(java.util.Date, java.lang.String)">format</A></B>(java.util.Date date, java.lang.String pattern)</CODE> <BR> Format a date/time into a specific pattern.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#format(long, java.lang.String)">format</A></B>(long date, java.lang.String pattern)</CODE> <BR> Format a date/time into a specific pattern.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#formatElapsedTime(long)">formatElapsedTime</A></B>(long millis)</CODE> <BR> Format an elapsed time into a plurialization correct string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#getDateForHeader()">getDateForHeader</A></B>()</CODE> <BR> Returns the current Date in a format suitable for a SMTP date header.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#getPhaseOfMoon(java.util.Calendar)">getPhaseOfMoon</A></B>(java.util.Calendar cal)</CODE> <BR> Calculate the phase of the moon for a given date.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#parseDateFromHeader(java.lang.String)">parseDateFromHeader</A></B>(java.lang.String datestr)</CODE> <BR> Parses the string in a format suitable for a SMTP date header.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#parseIso8601Date(java.lang.String)">parseIso8601Date</A></B>(java.lang.String datestr)</CODE> <BR> Parse a string as a date using the ISO8601_DATE format which is <code>yyyy-MM-dd</code></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#parseIso8601DateTime(java.lang.String)">parseIso8601DateTime</A></B>(java.lang.String datestr)</CODE> <BR> Parse a string as a datetime using the ISO8601_DATETIME format which is <code>yyyy-MM-dd'T'HH:mm:ss</code></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html#parseIso8601DateTimeOrDate(java.lang.String)">parseIso8601DateTimeOrDate</A></B>(java.lang.String datestr)</CODE> <BR> Parse a string as a date using the either the ISO8601_DATETIME or ISO8601_DATE formats.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ISO8601_DATETIME_PATTERN"><!-- --></A><H3> ISO8601_DATETIME_PATTERN</H3> <PRE> public static final java.lang.String <B>ISO8601_DATETIME_PATTERN</B></PRE> <DL> <DD>ISO8601-like pattern for date-time. It does not support timezone. <tt>yyyy-MM-ddTHH:mm:ss</tt> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.util.DateUtils.ISO8601_DATETIME_PATTERN">Constant Field Values</A></DL> </DL> <HR> <A NAME="ISO8601_DATE_PATTERN"><!-- --></A><H3> ISO8601_DATE_PATTERN</H3> <PRE> public static final java.lang.String <B>ISO8601_DATE_PATTERN</B></PRE> <DL> <DD>ISO8601-like pattern for date. <tt>yyyy-MM-dd</tt> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.util.DateUtils.ISO8601_DATE_PATTERN">Constant Field Values</A></DL> </DL> <HR> <A NAME="ISO8601_TIME_PATTERN"><!-- --></A><H3> ISO8601_TIME_PATTERN</H3> <PRE> public static final java.lang.String <B>ISO8601_TIME_PATTERN</B></PRE> <DL> <DD>ISO8601-like pattern for time. <tt>HH:mm:ss</tt> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.util.DateUtils.ISO8601_TIME_PATTERN">Constant Field Values</A></DL> </DL> <HR> <A NAME="DATE_HEADER_FORMAT"><!-- --></A><H3> DATE_HEADER_FORMAT</H3> <PRE> public static final java.text.DateFormat <B>DATE_HEADER_FORMAT</B></PRE> <DL> <DD><B>Deprecated.</B> <I>DateFormat is not thread safe, and we cannot guarantee that some other code is using the format in parallel. Deprecated since ant 1.8</I><DD>Format used for SMTP (and probably other) Date headers. <P> <DL> </DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="format(long, java.lang.String)"><!-- --></A><H3> format</H3> <PRE> public static java.lang.String <B>format</B>(long date, java.lang.String pattern)</PRE> <DL> <DD>Format a date/time into a specific pattern. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>date</CODE> - the date to format expressed in milliseconds.<DD><CODE>pattern</CODE> - the pattern to use to format the date. <DT><B>Returns:</B><DD>the formatted date.</DL> </DD> </DL> <HR> <A NAME="format(java.util.Date, java.lang.String)"><!-- --></A><H3> format</H3> <PRE> public static java.lang.String <B>format</B>(java.util.Date date, java.lang.String pattern)</PRE> <DL> <DD>Format a date/time into a specific pattern. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>date</CODE> - the date to format expressed in milliseconds.<DD><CODE>pattern</CODE> - the pattern to use to format the date. <DT><B>Returns:</B><DD>the formatted date.</DL> </DD> </DL> <HR> <A NAME="formatElapsedTime(long)"><!-- --></A><H3> formatElapsedTime</H3> <PRE> public static java.lang.String <B>formatElapsedTime</B>(long millis)</PRE> <DL> <DD>Format an elapsed time into a plurialization correct string. It is limited only to report elapsed time in minutes and seconds and has the following behavior. <ul> <li>minutes are not displayed when 0. (ie: "45 seconds")</li> <li>seconds are always displayed in plural form (ie "0 seconds" or "10 seconds") except for 1 (ie "1 second")</li> </ul> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>millis</CODE> - the elapsed time to report in milliseconds. <DT><B>Returns:</B><DD>the formatted text in minutes/seconds.</DL> </DD> </DL> <HR> <A NAME="getPhaseOfMoon(java.util.Calendar)"><!-- --></A><H3> getPhaseOfMoon</H3> <PRE> public static int <B>getPhaseOfMoon</B>(java.util.Calendar cal)</PRE> <DL> <DD>Calculate the phase of the moon for a given date. <p>Code heavily influenced by hacklib.c in <a href="http://www.nethack.org/">Nethack</a></p> <p>The Algorithm: <pre> moon period = 29.53058 days ~= 30, year = 365.2422 days days moon phase advances on first day of year compared to preceding year = 365.2422 - 12*29.53058 ~= 11 years in Metonic cycle (time until same phases fall on the same days of the month) = 18.6 ~= 19 moon phase on first day of year (epact) ~= (11*(year%19) + 18) % 30 (18 as initial condition for 1900) current phase in days = first day phase + days elapsed in year 6 moons ~= 177 days 177 ~= 8 reported phases * 22 + 11/22 for rounding </pre> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>cal</CODE> - the calander. <DT><B>Returns:</B><DD>The phase of the moon as a number between 0 and 7 with 0 meaning new moon and 4 meaning full moon.<DT><B>Since:</B></DT> <DD>1.2, Ant 1.5</DD> </DL> </DD> </DL> <HR> <A NAME="getDateForHeader()"><!-- --></A><H3> getDateForHeader</H3> <PRE> public static java.lang.String <B>getDateForHeader</B>()</PRE> <DL> <DD>Returns the current Date in a format suitable for a SMTP date header. <P> <DD><DL> <DT><B>Returns:</B><DD>the current date.<DT><B>Since:</B></DT> <DD>Ant 1.5.2</DD> </DL> </DD> </DL> <HR> <A NAME="parseDateFromHeader(java.lang.String)"><!-- --></A><H3> parseDateFromHeader</H3> <PRE> public static java.util.Date <B>parseDateFromHeader</B>(java.lang.String datestr) throws java.text.ParseException</PRE> <DL> <DD>Parses the string in a format suitable for a SMTP date header. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>datestr</CODE> - string to be parsed <DT><B>Returns:</B><DD>a java.util.Date object as parsed by the format. <DT><B>Throws:</B> <DD><CODE>java.text.ParseException</CODE> - if the supplied string cannot be parsed by this pattern.<DT><B>Since:</B></DT> <DD>Ant 1.8.0</DD> </DL> </DD> </DL> <HR> <A NAME="parseIso8601DateTime(java.lang.String)"><!-- --></A><H3> parseIso8601DateTime</H3> <PRE> public static java.util.Date <B>parseIso8601DateTime</B>(java.lang.String datestr) throws java.text.ParseException</PRE> <DL> <DD>Parse a string as a datetime using the ISO8601_DATETIME format which is <code>yyyy-MM-dd'T'HH:mm:ss</code> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>datestr</CODE> - string to be parsed <DT><B>Returns:</B><DD>a java.util.Date object as parsed by the format. <DT><B>Throws:</B> <DD><CODE>java.text.ParseException</CODE> - if the supplied string cannot be parsed by this pattern.<DT><B>Since:</B></DT> <DD>Ant 1.6</DD> </DL> </DD> </DL> <HR> <A NAME="parseIso8601Date(java.lang.String)"><!-- --></A><H3> parseIso8601Date</H3> <PRE> public static java.util.Date <B>parseIso8601Date</B>(java.lang.String datestr) throws java.text.ParseException</PRE> <DL> <DD>Parse a string as a date using the ISO8601_DATE format which is <code>yyyy-MM-dd</code> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>datestr</CODE> - string to be parsed <DT><B>Returns:</B><DD>a java.util.Date object as parsed by the format. <DT><B>Throws:</B> <DD><CODE>java.text.ParseException</CODE> - if the supplied string cannot be parsed by this pattern.<DT><B>Since:</B></DT> <DD>Ant 1.6</DD> </DL> </DD> </DL> <HR> <A NAME="parseIso8601DateTimeOrDate(java.lang.String)"><!-- --></A><H3> parseIso8601DateTimeOrDate</H3> <PRE> public static java.util.Date <B>parseIso8601DateTimeOrDate</B>(java.lang.String datestr) throws java.text.ParseException</PRE> <DL> <DD>Parse a string as a date using the either the ISO8601_DATETIME or ISO8601_DATE formats. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>datestr</CODE> - string to be parsed <DT><B>Returns:</B><DD>a java.util.Date object as parsed by the formats. <DT><B>Throws:</B> <DD><CODE>java.text.ParseException</CODE> - if the supplied string cannot be parsed by either of these patterns.<DT><B>Since:</B></DT> <DD>Ant 1.6</DD> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/apache/tools/ant/util/ContainerMapper.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A> <A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/tools/ant/util/DateUtils.html" target="_top"><B>FRAMES</B></A> <A HREF="DateUtils.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de