|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType net.sf.antcontrib.cpptasks.VersionInfo
public final class VersionInfo
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.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
VersionInfo()
Constructor. |
Method Summary | |
---|---|
void |
execute()
Methods is required for documentation generation, throws exception if called. |
java.lang.String |
getCompanyname()
Gets Company name. |
java.lang.String |
getCompatibilityversion()
Gets compatibility version. |
org.apache.tools.ant.types.Reference |
getExtends()
|
java.lang.String |
getFilecomments()
Gets comments. |
java.lang.String |
getFiledescription()
Gets Description. |
java.lang.String |
getFileversion()
Gets file version. |
java.lang.String |
getIf()
Gets if property name. |
java.lang.String |
getInternalname()
Gets internal name. |
java.lang.String |
getLanguage()
Gets file language, should be an IETF RFC 3066 identifier, for example, en-US. |
java.lang.String |
getLegalcopyright()
Gets legal copyright. |
java.lang.String |
getLegaltrademarks()
Gets legal trademark. |
java.lang.String |
getOriginalfilename()
Gets original filename. |
java.lang.Boolean |
getPatched()
Gets patched. |
java.lang.Boolean |
getPrerelease()
Gets prerelease. |
java.lang.String |
getPrivatebuild()
Gets private build. |
java.lang.String |
getProductname()
Gets product name. |
java.lang.String |
getProductversion()
Gets Product version. |
java.lang.String |
getSpecialbuild()
Special build |
java.lang.String |
getUnless()
Gets if property name. |
boolean |
isActive()
Returns true if the define's if and unless conditions (if any) are satisfied. |
VersionInfo |
merge()
Returns a VersionInfo that reflects any inherited version information. |
void |
setCompanyname(java.lang.String value)
Sets company name. |
void |
setCompatibilityversion(java.lang.String value)
Sets compatibility version. |
void |
setExtends(org.apache.tools.ant.types.Reference extendsRef)
Specifies that this element extends the element with id attribute with a matching value. |
void |
setFilecomments(java.lang.String value)
Sets comments. |
void |
setFiledescription(java.lang.String value)
Sets file description. |
void |
setFileversion(java.lang.String value)
Sets file version. |
void |
setId(java.lang.String id)
Sets an id that can be used to reference this element. |
void |
setIf(java.lang.String propName)
Sets the property name for the 'if' condition. |
void |
setInternalname(java.lang.String value)
Sets internal name. |
void |
setLanguage(java.lang.String value)
Sets language. |
void |
setLegalcopyright(java.lang.String value)
Sets legal copyright. |
void |
setLegaltrademarks(java.lang.String value)
Sets legal trademark. |
void |
setOriginalfilename(java.lang.String value)
Sets original name. |
void |
setPatched(boolean value)
Sets prerelease. |
void |
setPrerelease(boolean value)
Sets prerelease. |
void |
setPrivatebuild(java.lang.String value)
Sets private build. |
void |
setProductname(java.lang.String value)
Sets product name. |
void |
setProductversion(java.lang.String value)
Sets product version. |
void |
setRefid(org.apache.tools.ant.types.Reference r)
Specifies that this element should behave as if the content of the element with the matching id attribute was inserted at this location. |
void |
setSpecialbuild(java.lang.String value)
Sets private build. |
void |
setUnless(java.lang.String propName)
Set the property name for the 'unless' condition. |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionInfo()
Method Detail |
---|
public VersionInfo merge()
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- if calledpublic final boolean isActive() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- throws build exception if name is not setpublic void setId(java.lang.String id)
id
- idpublic org.apache.tools.ant.types.Reference getExtends()
public void setExtends(org.apache.tools.ant.types.Reference extendsRef) throws org.apache.tools.ant.BuildException
extendsRef
- Reference to the extended processor definition.
org.apache.tools.ant.BuildException
- if this processor definition is a referencepublic final java.lang.String getIf()
public final void setIf(java.lang.String propName)
propName
- property namepublic void setRefid(org.apache.tools.ant.types.Reference r) throws org.apache.tools.ant.BuildException
setRefid
in class org.apache.tools.ant.types.DataType
org.apache.tools.ant.BuildException
public final java.lang.String getUnless()
public final void setUnless(java.lang.String propName)
propName
- name of propertypublic java.lang.String getFileversion()
public java.lang.String getProductversion()
public java.lang.String getCompatibilityversion()
public java.lang.String getLanguage()
public java.lang.String getFilecomments()
public java.lang.String getCompanyname()
public java.lang.String getFiledescription()
public java.lang.String getInternalname()
public java.lang.String getLegalcopyright()
public java.lang.String getLegaltrademarks()
public java.lang.String getOriginalfilename()
public java.lang.String getPrivatebuild()
public java.lang.Boolean getPrerelease()
public java.lang.Boolean getPatched()
public java.lang.String getProductname()
public java.lang.String getSpecialbuild()
public void setFileversion(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setProductversion(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setCompatibilityversion(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setLanguage(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value, should be an IETF RFC 3066 language identifier.
org.apache.tools.ant.BuildException
- if specified with refidpublic void setFilecomments(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setFiledescription(java.lang.String value)
value
- new valuepublic void setCompanyname(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setInternalname(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setLegalcopyright(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setLegaltrademarks(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setOriginalfilename(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setPrivatebuild(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setPrerelease(boolean value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setPatched(boolean value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setProductname(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refidpublic void setSpecialbuild(java.lang.String value) throws org.apache.tools.ant.BuildException
value
- new value
org.apache.tools.ant.BuildException
- if specified with refid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |