
Bio::Installer::Generic - DESCRIPTION of Object

Give standard usage here

Describe the object here

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web:
http://bugzilla.open-bio.org/

Email avilella-AT-gmail-DOT-com
Describe contact details here

Additional contributors names and emails here

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _
Title : new
Usage : my $obj = new Generic();
Function: Builds a new Generic object
Returns : an instance of Generic
Args : -origin_download_dir => from where is going to be downloaded
-destination_download_dir => where is going to be saved
-destination_install_dir => where is going to be installed
-package_name => name of the package to be downloaded
-directory_name => name of the directory once has been decompressed
Title : origin_download_dir Usage : $obj->origin_download_dir($newval) Function: Example : Returns : value of origin_download_dir (a scalar) Args : on set, new value (a scalar or undef, optional)
Title : destination_download_dir Usage : $obj->destination_download_dir($newval) Function: Example : Returns : value of destination_download_dir (a scalar) Args : on set, new value (a scalar or undef, optional)
Title : destination_install_dir Usage : $obj->destination_install_dir($newval) Function: Example : Returns : value of destination_install_dir (a scalar) Args : on set, new value (a scalar or undef, optional)
Title : package_name Usage : $obj->package_name($newval) Function: Example : Returns : value of package_name (a scalar) Args : on set, new value (a scalar or undef, optional)
Title : directory_name Usage : $obj->directory_name($newval) Function: Example : Returns : value of directory_name (a scalar) Args : on set, new value (a scalar or undef, optional)
Title : env_name Usage : Function: Example : Returns : Args :
Title : _remember_env Usage : Function: Example : Returns : Args :
Title : _decompress Usage : Function: Example : Returns : Args :
Title : download Usage : $installer->download(); Function: Example : Returns : Args :
Title : uninstall Usage : $installer->uninstall(); Function: Example : Returns : Args :