| |
|
| de.masters_of_disaster.ant.tasks.calculatesize.CalculateSize
CalculateSize | public class CalculateSize extends MatchingTask (Code) | | Calculates the "Installed-Size" of a deb package for the "control"-file.
|
createFileSet | public FileSet createFileSet()(Code) | | Add a new fileset
the fileset to be used as the nested element. |
execute | public void execute() throws BuildException(Code) | | do the business
throws: BuildException - on error |
setBaseDir | public void setBaseDir(File baseDir)(Code) | | This is the base directory to look in for things to include.
Parameters: baseDir - the base directory. |
setDiskSizeProperty | public void setDiskSizeProperty(String diskSizeProperty)(Code) | | This is the property to set to the disk size.
Parameters: diskSizeProperty - The property to set to the disk size |
setRealSizeProperty | public void setRealSizeProperty(String realSizeProperty)(Code) | | This is the property to set to the real size.
Parameters: realSizeProperty - The property to set to the real size |
|
|
|