diff options
Diffstat (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html')
-rw-r--r-- | site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html | 1303 |
1 files changed, 1303 insertions, 0 deletions
diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html b/site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html new file mode 100644 index 0000000..9ab527e --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/VersionInfo.html @@ -0,0 +1,1303 @@ +<!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_13) on Wed Apr 02 19:28:32 CDT 2008 --> +<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<TITLE> +VersionInfo (cpptasks 1.0b5 API) +</TITLE> + +<META NAME="keywords" CONTENT="net.sf.antcontrib.cpptasks.VersionInfo class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="VersionInfo (cpptasks 1.0b5 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="class-use/VersionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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="../../../../net/sf/antcontrib/cpptasks/TargetMatcher.html" title="class in net.sf.antcontrib.cpptasks"><B>PREV CLASS</B></A> + <A HREF="../../../../net/sf/antcontrib/cpptasks/WarningLevelEnum.html" title="class in net.sf.antcontrib.cpptasks"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?net/sf/antcontrib/cpptasks/VersionInfo.html" target="_top"><B>FRAMES</B></A> + <A HREF="VersionInfo.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="#fields_inherited_from_class_org.apache.tools.ant.types.DataType">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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"> +net.sf.antcontrib.cpptasks</FONT> +<BR> +Class VersionInfo</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.ProjectComponent + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.types.DataType + <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.sf.antcontrib.cpptasks.VersionInfo</B> +</PRE> +<HR> +<DL> +<DT><PRE>public final class <B>VersionInfo</B><DT>extends org.apache.tools.ant.types.DataType</DL> +</PRE> + +<P> +Version Information. + + This information is applied in a platform specific manner + to embed version information into executable images. This + behavior is new and subject to change. + + On the Microsoft Windows platform, a resource is generated and added + to the set of files to be compiled. A resource compiler must + be specified to compile the generated file. + + On Unix platforms, versioninfo is currently not used. + Future versions may append fileversion to the output file name, + use compatibility version for -soname and possibly create + symbolic links. +<P> + +<P> +<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> +</TABLE> + <A NAME="fields_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.types.DataType</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>checked, description, ref</CODE></TD> +</TR> +</TABLE> + <A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.ProjectComponent</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>project</CODE></TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_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>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#VersionInfo()">VersionInfo</A></B>()</CODE> + +<BR> + Constructor.</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> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#execute()">execute</A></B>()</CODE> + +<BR> + Methods is required for documentation generation, throws + exception if called.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getCompanyname()">getCompanyname</A></B>()</CODE> + +<BR> + Gets Company name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getCompatibilityversion()">getCompatibilityversion</A></B>()</CODE> + +<BR> + Gets compatibility version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.apache.tools.ant.types.Reference</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getExtends()">getExtends</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getFilecomments()">getFilecomments</A></B>()</CODE> + +<BR> + Gets comments.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getFiledescription()">getFiledescription</A></B>()</CODE> + +<BR> + Gets Description.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getFileversion()">getFileversion</A></B>()</CODE> + +<BR> + Gets file version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getIf()">getIf</A></B>()</CODE> + +<BR> + Gets if property name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getInternalname()">getInternalname</A></B>()</CODE> + +<BR> + Gets internal name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getLanguage()">getLanguage</A></B>()</CODE> + +<BR> + Gets file language, should be an IETF RFC 3066 identifier, for example, en-US.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getLegalcopyright()">getLegalcopyright</A></B>()</CODE> + +<BR> + Gets legal copyright.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getLegaltrademarks()">getLegaltrademarks</A></B>()</CODE> + +<BR> + Gets legal trademark.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getOriginalfilename()">getOriginalfilename</A></B>()</CODE> + +<BR> + Gets original filename.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getPatched()">getPatched</A></B>()</CODE> + +<BR> + Gets patched.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.Boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getPrerelease()">getPrerelease</A></B>()</CODE> + +<BR> + Gets prerelease.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getPrivatebuild()">getPrivatebuild</A></B>()</CODE> + +<BR> + Gets private build.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getProductname()">getProductname</A></B>()</CODE> + +<BR> + Gets product name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getProductversion()">getProductversion</A></B>()</CODE> + +<BR> + Gets Product version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getSpecialbuild()">getSpecialbuild</A></B>()</CODE> + +<BR> + Special build</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#getUnless()">getUnless</A></B>()</CODE> + +<BR> + Gets if property name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#isActive()">isActive</A></B>()</CODE> + +<BR> + Returns true if the define's if and unless conditions (if any) are + satisfied.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html" title="class in net.sf.antcontrib.cpptasks">VersionInfo</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#merge()">merge</A></B>()</CODE> + +<BR> + Returns a VersionInfo that reflects any inherited version information.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setCompanyname(java.lang.String)">setCompanyname</A></B>(java.lang.String value)</CODE> + +<BR> + Sets company name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setCompatibilityversion(java.lang.String)">setCompatibilityversion</A></B>(java.lang.String value)</CODE> + +<BR> + Sets compatibility version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setExtends(org.apache.tools.ant.types.Reference)">setExtends</A></B>(org.apache.tools.ant.types.Reference extendsRef)</CODE> + +<BR> + Specifies that this element extends the element with id attribute with a + matching value.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setFilecomments(java.lang.String)">setFilecomments</A></B>(java.lang.String value)</CODE> + +<BR> + Sets comments.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setFiledescription(java.lang.String)">setFiledescription</A></B>(java.lang.String value)</CODE> + +<BR> + Sets file description.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setFileversion(java.lang.String)">setFileversion</A></B>(java.lang.String value)</CODE> + +<BR> + Sets file version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setId(java.lang.String)">setId</A></B>(java.lang.String id)</CODE> + +<BR> + Sets an id that can be used to reference this element.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setIf(java.lang.String)">setIf</A></B>(java.lang.String propName)</CODE> + +<BR> + Sets the property name for the 'if' condition.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setInternalname(java.lang.String)">setInternalname</A></B>(java.lang.String value)</CODE> + +<BR> + Sets internal name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setLanguage(java.lang.String)">setLanguage</A></B>(java.lang.String value)</CODE> + +<BR> + Sets language.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setLegalcopyright(java.lang.String)">setLegalcopyright</A></B>(java.lang.String value)</CODE> + +<BR> + Sets legal copyright.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setLegaltrademarks(java.lang.String)">setLegaltrademarks</A></B>(java.lang.String value)</CODE> + +<BR> + Sets legal trademark.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setOriginalfilename(java.lang.String)">setOriginalfilename</A></B>(java.lang.String value)</CODE> + +<BR> + Sets original name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setPatched(boolean)">setPatched</A></B>(boolean value)</CODE> + +<BR> + Sets prerelease.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setPrerelease(boolean)">setPrerelease</A></B>(boolean value)</CODE> + +<BR> + Sets prerelease.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setPrivatebuild(java.lang.String)">setPrivatebuild</A></B>(java.lang.String value)</CODE> + +<BR> + Sets private build.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setProductname(java.lang.String)">setProductname</A></B>(java.lang.String value)</CODE> + +<BR> + Sets product name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setProductversion(java.lang.String)">setProductversion</A></B>(java.lang.String value)</CODE> + +<BR> + Sets product version.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setRefid(org.apache.tools.ant.types.Reference)">setRefid</A></B>(org.apache.tools.ant.types.Reference r)</CODE> + +<BR> + Specifies that this element should behave as if the content of the + element with the matching id attribute was inserted at this location.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setSpecialbuild(java.lang.String)">setSpecialbuild</A></B>(java.lang.String value)</CODE> + +<BR> + Sets private build.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html#setUnless(java.lang.String)">setUnless</A></B>(java.lang.String propName)</CODE> + +<BR> + Set the property name for the 'unless' condition.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.types.DataType</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.ProjectComponent</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>getProject, log, log, setProject</CODE></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> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="VersionInfo()"><!-- --></A><H3> +VersionInfo</H3> +<PRE> +public <B>VersionInfo</B>()</PRE> +<DL> +<DD>Constructor. +<P> +</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="merge()"><!-- --></A><H3> +merge</H3> +<PRE> +public <A HREF="../../../../net/sf/antcontrib/cpptasks/VersionInfo.html" title="class in net.sf.antcontrib.cpptasks">VersionInfo</A> <B>merge</B>()</PRE> +<DL> +<DD>Returns a VersionInfo that reflects any inherited version information. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>merged version information.</DL> +</DD> +</DL> +<HR> + +<A NAME="execute()"><!-- --></A><H3> +execute</H3> +<PRE> +public void <B>execute</B>() + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Methods is required for documentation generation, throws + exception if called. +<P> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if called</DL> +</DD> +</DL> +<HR> + +<A NAME="isActive()"><!-- --></A><H3> +isActive</H3> +<PRE> +public final boolean <B>isActive</B>() + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Returns true if the define's if and unless conditions (if any) are + satisfied. +<P> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - throws build exception if name is not set</DL> +</DD> +</DL> +<HR> + +<A NAME="setId(java.lang.String)"><!-- --></A><H3> +setId</H3> +<PRE> +public void <B>setId</B>(java.lang.String id)</PRE> +<DL> +<DD>Sets an id that can be used to reference this element. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>id</CODE> - id</DL> +</DD> +</DL> +<HR> + +<A NAME="getExtends()"><!-- --></A><H3> +getExtends</H3> +<PRE> +public org.apache.tools.ant.types.Reference <B>getExtends</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setExtends(org.apache.tools.ant.types.Reference)"><!-- --></A><H3> +setExtends</H3> +<PRE> +public void <B>setExtends</B>(org.apache.tools.ant.types.Reference extendsRef) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Specifies that this element extends the element with id attribute with a + matching value. The configuration will be constructed from the settings + of this element, element referenced by extends, and the containing cc + element. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>extendsRef</CODE> - Reference to the extended processor definition. +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if this processor definition is a reference</DL> +</DD> +</DL> +<HR> + +<A NAME="getIf()"><!-- --></A><H3> +getIf</H3> +<PRE> +public final java.lang.String <B>getIf</B>()</PRE> +<DL> +<DD>Gets if property name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>property name, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="setIf(java.lang.String)"><!-- --></A><H3> +setIf</H3> +<PRE> +public final void <B>setIf</B>(java.lang.String propName)</PRE> +<DL> +<DD>Sets the property name for the 'if' condition. + + The define will be ignored unless the property is defined. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") will throw an exception when + evaluated. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>propName</CODE> - property name</DL> +</DD> +</DL> +<HR> + +<A NAME="setRefid(org.apache.tools.ant.types.Reference)"><!-- --></A><H3> +setRefid</H3> +<PRE> +public void <B>setRefid</B>(org.apache.tools.ant.types.Reference r) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Specifies that this element should behave as if the content of the + element with the matching id attribute was inserted at this location. If + specified, no other attributes should be specified. +<P> +<DD><DL> +<DT><B>Overrides:</B><DD><CODE>setRefid</CODE> in class <CODE>org.apache.tools.ant.types.DataType</CODE></DL> +</DD> +<DD><DL> + +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getUnless()"><!-- --></A><H3> +getUnless</H3> +<PRE> +public final java.lang.String <B>getUnless</B>()</PRE> +<DL> +<DD>Gets if property name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>property name, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="setUnless(java.lang.String)"><!-- --></A><H3> +setUnless</H3> +<PRE> +public final void <B>setUnless</B>(java.lang.String propName)</PRE> +<DL> +<DD>Set the property name for the 'unless' condition. + + If named property is set, the define will be ignored. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") of the behavior will throw an + exception when evaluated. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>propName</CODE> - name of property</DL> +</DD> +</DL> +<HR> + +<A NAME="getFileversion()"><!-- --></A><H3> +getFileversion</H3> +<PRE> +public java.lang.String <B>getFileversion</B>()</PRE> +<DL> +<DD>Gets file version. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>file version, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getProductversion()"><!-- --></A><H3> +getProductversion</H3> +<PRE> +public java.lang.String <B>getProductversion</B>()</PRE> +<DL> +<DD>Gets Product version. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>product version, may be null</DL> +</DD> +</DL> +<HR> + +<A NAME="getCompatibilityversion()"><!-- --></A><H3> +getCompatibilityversion</H3> +<PRE> +public java.lang.String <B>getCompatibilityversion</B>()</PRE> +<DL> +<DD>Gets compatibility version. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>compatibility version, may be null</DL> +</DD> +</DL> +<HR> + +<A NAME="getLanguage()"><!-- --></A><H3> +getLanguage</H3> +<PRE> +public java.lang.String <B>getLanguage</B>()</PRE> +<DL> +<DD>Gets file language, should be an IETF RFC 3066 identifier, for example, en-US. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>language, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getFilecomments()"><!-- --></A><H3> +getFilecomments</H3> +<PRE> +public java.lang.String <B>getFilecomments</B>()</PRE> +<DL> +<DD>Gets comments. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>comments, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getCompanyname()"><!-- --></A><H3> +getCompanyname</H3> +<PRE> +public java.lang.String <B>getCompanyname</B>()</PRE> +<DL> +<DD>Gets Company name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>company name, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getFiledescription()"><!-- --></A><H3> +getFiledescription</H3> +<PRE> +public java.lang.String <B>getFiledescription</B>()</PRE> +<DL> +<DD>Gets Description. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>description, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getInternalname()"><!-- --></A><H3> +getInternalname</H3> +<PRE> +public java.lang.String <B>getInternalname</B>()</PRE> +<DL> +<DD>Gets internal name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>internal name, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getLegalcopyright()"><!-- --></A><H3> +getLegalcopyright</H3> +<PRE> +public java.lang.String <B>getLegalcopyright</B>()</PRE> +<DL> +<DD>Gets legal copyright. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>legal copyright, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getLegaltrademarks()"><!-- --></A><H3> +getLegaltrademarks</H3> +<PRE> +public java.lang.String <B>getLegaltrademarks</B>()</PRE> +<DL> +<DD>Gets legal trademark. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>legal trademark, may be null;</DL> +</DD> +</DL> +<HR> + +<A NAME="getOriginalfilename()"><!-- --></A><H3> +getOriginalfilename</H3> +<PRE> +public java.lang.String <B>getOriginalfilename</B>()</PRE> +<DL> +<DD>Gets original filename. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>original filename, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getPrivatebuild()"><!-- --></A><H3> +getPrivatebuild</H3> +<PRE> +public java.lang.String <B>getPrivatebuild</B>()</PRE> +<DL> +<DD>Gets private build. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>private build, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getPrerelease()"><!-- --></A><H3> +getPrerelease</H3> +<PRE> +public java.lang.Boolean <B>getPrerelease</B>()</PRE> +<DL> +<DD>Gets prerelease. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>prerelease, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getPatched()"><!-- --></A><H3> +getPatched</H3> +<PRE> +public java.lang.Boolean <B>getPatched</B>()</PRE> +<DL> +<DD>Gets patched. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>patched, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getProductname()"><!-- --></A><H3> +getProductname</H3> +<PRE> +public java.lang.String <B>getProductname</B>()</PRE> +<DL> +<DD>Gets product name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>product name, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="getSpecialbuild()"><!-- --></A><H3> +getSpecialbuild</H3> +<PRE> +public java.lang.String <B>getSpecialbuild</B>()</PRE> +<DL> +<DD>Special build +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>special build, may be null.</DL> +</DD> +</DL> +<HR> + +<A NAME="setFileversion(java.lang.String)"><!-- --></A><H3> +setFileversion</H3> +<PRE> +public void <B>setFileversion</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets file version. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setProductversion(java.lang.String)"><!-- --></A><H3> +setProductversion</H3> +<PRE> +public void <B>setProductversion</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets product version. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setCompatibilityversion(java.lang.String)"><!-- --></A><H3> +setCompatibilityversion</H3> +<PRE> +public void <B>setCompatibilityversion</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets compatibility version. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setLanguage(java.lang.String)"><!-- --></A><H3> +setLanguage</H3> +<PRE> +public void <B>setLanguage</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets language. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value, should be an IETF RFC 3066 language identifier. +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setFilecomments(java.lang.String)"><!-- --></A><H3> +setFilecomments</H3> +<PRE> +public void <B>setFilecomments</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets comments. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setFiledescription(java.lang.String)"><!-- --></A><H3> +setFiledescription</H3> +<PRE> +public void <B>setFiledescription</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets file description. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value</DL> +</DD> +</DL> +<HR> + +<A NAME="setCompanyname(java.lang.String)"><!-- --></A><H3> +setCompanyname</H3> +<PRE> +public void <B>setCompanyname</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets company name. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setInternalname(java.lang.String)"><!-- --></A><H3> +setInternalname</H3> +<PRE> +public void <B>setInternalname</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets internal name. Internal name will automatically be + specified from build step, only set this value if + intentionally overriding that value. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setLegalcopyright(java.lang.String)"><!-- --></A><H3> +setLegalcopyright</H3> +<PRE> +public void <B>setLegalcopyright</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets legal copyright. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setLegaltrademarks(java.lang.String)"><!-- --></A><H3> +setLegaltrademarks</H3> +<PRE> +public void <B>setLegaltrademarks</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets legal trademark. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setOriginalfilename(java.lang.String)"><!-- --></A><H3> +setOriginalfilename</H3> +<PRE> +public void <B>setOriginalfilename</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets original name. Only set this value if + intentionally overriding the value from the build set. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setPrivatebuild(java.lang.String)"><!-- --></A><H3> +setPrivatebuild</H3> +<PRE> +public void <B>setPrivatebuild</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets private build. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setPrerelease(boolean)"><!-- --></A><H3> +setPrerelease</H3> +<PRE> +public void <B>setPrerelease</B>(boolean value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets prerelease. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setPatched(boolean)"><!-- --></A><H3> +setPatched</H3> +<PRE> +public void <B>setPatched</B>(boolean value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets prerelease. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setProductname(java.lang.String)"><!-- --></A><H3> +setProductname</H3> +<PRE> +public void <B>setProductname</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets product name. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</DL> +</DD> +</DL> +<HR> + +<A NAME="setSpecialbuild(java.lang.String)"><!-- --></A><H3> +setSpecialbuild</H3> +<PRE> +public void <B>setSpecialbuild</B>(java.lang.String value) + throws org.apache.tools.ant.BuildException</PRE> +<DL> +<DD>Sets private build. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - new value +<DT><B>Throws:</B> +<DD><CODE>org.apache.tools.ant.BuildException</CODE> - if specified with refid</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="class-use/VersionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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="../../../../net/sf/antcontrib/cpptasks/TargetMatcher.html" title="class in net.sf.antcontrib.cpptasks"><B>PREV CLASS</B></A> + <A HREF="../../../../net/sf/antcontrib/cpptasks/WarningLevelEnum.html" title="class in net.sf.antcontrib.cpptasks"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../index.html?net/sf/antcontrib/cpptasks/VersionInfo.html" target="_top"><B>FRAMES</B></A> + <A HREF="VersionInfo.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="#fields_inherited_from_class_org.apache.tools.ant.types.DataType">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +Copyright © 2001-2008 <a href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>. All Rights Reserved. +</BODY> +</HTML> |