NAME

Interface::Archive::zip - Class for generating zip-sets of AURORA dataset data.

SYNOPSIS

use Interface::Archive::zip;

# instantiate
my $i=Interface::Archive::zip->new(location=>"/somewhere/overhere",script=>"https://domain/mydownloadscript.pl");

This class is used in the same way as the Interface-class. Please see the Interface-class for more documentation.

DESCRIPTION

Class for generating zip-sets of AURORA dataset data.

It inherits from the Archive-class, which again inherits from the Interface-class.

It makes it possible to generate a zip-set of all or parts of the AURORA dataset data and then make a MIME URL as return value telling where the generated it can be fetched.

See the Archive-class for more information.

CONSTRUCTOR

new()

Instantiates the class.

Inherits from the Archive-class and then sets the format ("zip") and binary location for the zip-command (if no override by user has been specified).

Returns the instantiated class.

METHODS

startArchiving()

Starts the archiving-process using the zip-command.

See the startArchiving()-method documentation in the Archive-class for more information.