<<

NAME

Youri::Upload::Action - Abstract action plugin

DESCRIPTION

This abstract class defines action plugin interface.

CLASS METHODS

new(%args)

Creates and returns a new Youri::Upload::Action object.

No generic parameters (subclasses may define additional ones).

Warning: do not call directly, call subclass constructor instead.

INSTANCE METHODS

get_id()

Returns plugin identity.

run($package, $repository, $target, $define)

Execute action on given Youri::Package object.

SUBCLASSING

The following methods have to be implemented:

run

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

<<