Harvest::Reaper::Summarise::Generic - generic summariser class | |
| |
DESCRIPTION | |
Generic summariser class - acts a base class for all other summarisers. Should not be called directly, but other summarisers should inherit methods from it.
| |
METHODS | |
| |
| new | |
The constructor - any arguments to the summariser are passed in as arguments to this class
| |
| $summariser->summarise($obj,$file) | |
The summarise function - should summarise the contents of $file, into the soif area of $obj.
All changes should be made directly to $obj, rather than to a copy. The summariser should return one of ($obj) ($obj,$type) ($obj,$type,$newfile) where
| |