Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/scanner
In directory sc8-pr-cvs1:/tmp/cvs-serv17646/modules/scanner/config/scanner
Added Files:
test.properties
Log Message:
Updates to the scanner code - added the count down option. Updated the I/ConfigInfo object for the getStrValue, getIntValue and the getValue methods for quick and easy access to the option values.
--- NEW FILE: test.properties ---
# This is a test scanner
#
# THis is scanner from the scanner example.
#
test-period.type=directory
test-period.period=1000
test-period.inDirectory=/tmp/in
test-period.doneDirectory=/tmp/done
test-period.pipeline=test
|