Scroll to navigation

Boxer::Task(3pm) User Contributed Perl Documentation Boxer::Task(3pm)

VERSION

Version v1.4.2

DESCRIPTION

This is the base class for Boxer tasks.

Tasks coerce, validate, and process application commands.

Currently implemented tasks:

  • Classify
  • Serialize
  • Bootstrap

IDEAS

Tasks are separated from commands to allow for different front-end interfaces, even if currently only a single command-line tool is provided.

wrappers

Might be useful to provide wrappers for existing command-line tools, preserving full behavior of the underlying tool only extending it with relevant boxer options.

Examples:

"debootstrap-boxer [...] [--boxer-node=NODE[,NODE2...]] [...]"

web

Would be cool to offer a web service where you could request a customized system image to be generated for you on demand.

AUTHOR

Jonas Smedegaard "<dr@jones.dk>".

COPYRIGHT AND LICENCE

Copyright © 2013-2016 Jonas Smedegaard

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

2020-04-24 perl v5.30.0