org.xins.common.ant |
Apache Ant utility tasks.
The classes in this package are meant for internal use by XINS. Please do
not use these classes directly.
@since XINS 1.0.0
|
Java Source File Name | Type | Comment |
CallXINSTask.java | Class | Apache Ant task that call a function of a XINS API, the result is stored
in Ant properties. |
CreateExampleTask.java | Class | Apache Ant task that generates the specification code of an example based
on the request URL. |
HostnameTask.java | Class | Apache Ant task that determines the host name. |
HungarianMapper.java | Class | Apache Ant mapper that change the case of the first character of a filename
to upper, if it is a lowercase letter. |
UppercaseTask.java | Class | Apache Ant task that uppercase a text. |
XsltPlusTask.java | Class | Apache Ant task similar to the <xslt> task with the option that allow to never
overwrite the destination. |