NAME
alvisSource -- export XML content along the Alvis pipeline
SYNOPSIS
alvisSource [-v] [--host H] [--port P] [--sleep S] [--shutdown] <dir> ...
OPTIONS
--host H receiving host address as a string, 'localhost' by default
--port P receiving port as an integer
--sleep S sleep for S minutes between each file, default is 0
--shutdown at the end, send the single <shutdown> element as a message
-v set verbosity
DESCRIPTION
Send all the files in <dir>/*.xml along the Alvis pipeline to host:port specified. Wait so many minutes between each send. Does not recursively descend directories, and only sends files with a '.xml' ending. Can take multiple input directories.
AUTHOR
Wray Buntine
COPYRIGHT AND LICENSE
Copyright (C) 2006 Wray Buntine
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
SEE ALSO
alvisSink.pl, alvisXMLsplit.pl, alvisXMLmerge.pl, alvisXMLjoin.pl