org.netbeans.installer.infra.build.ant |
|
Java Source File Name | Type | Comment |
Absolutize.java | Class | This class is an ant task which absolutizes the path contained in a given
property with regard to the ant project's basedir. |
ForEach.java | Class | This class is an ant task which adds the for-loop functionality. |
GroupDescriptor.java | Class | This class is an ant task which creates a group package descriptor based on the
existing project properties and writes it to the specified file. |
If.java | Class | This class is an ant task, which adds conditional execution capabilities. |
LoadLocales.java | Class | This class is an ant task which is capable of loading localized properties data. |
Md5.java | Class | This class is an ant task which is capable of calculating an MD5 digital digest
for a given file and output it to a project property. |
NativeUnzip.java | Class | |
Package.java | Class | This class is an ant task which is capable of properly packaging a directory into
an archive. |
ProductDescriptor.java | Class | This class is an ant task which creates a product package descriptor based on the
existing project properties and writes it to the specified file. |
ReleaseEngine.java | Class | This class is an ant task that is capable or releasing an NBI engine to the
registries server. |
ReleasePackage.java | Class | This class is an ant task that is capable or releasing an NBI package archive. |
SetProperty.java | Class | This class is an ant task which is capable of setting a property value basing on
either a supplied value or a value of another property. |
SizeOf.java | Class | This class is an ant task which is capable of calculating the size of a file (or
a directory) and storing it as the value of a given property. |
Sum.java | Class | This class is an ant task which is capable of summing two integer values and
storing the result as the value of a property. |
UriToPath.java | Class | Thsi class is an ant task which converts an URI to a relative path. |
WriteFileList.java | Class | |