Klasse DeploymentScanner

java.lang.Object
server.restful.common.deployment.DeploymentScanner

public class DeploymentScanner extends Object
Scans a deploy directory on server startup for *.deploy marker files.

Each marker file contains HTTP URLs (one per line) that are downloaded sequentially using the existing DownloadThread infrastructure. Old files are cleaned from the target directory before downloading. On success the marker file is deleted; on failure it is kept for retry on the next startup.

The deploy directory is <tmpDir>/deploy/ (default: ~/.jsidplay2/deploy/).

Autor:
ken