public class PipelineFileAvailableClient
extends java.lang.Object
Demo code that notifies server that files may become available under a pipeline root, which releases
queued pipeline jobs that are blocked awaiting those files.
By default looks for a config.properties in the working directory, but the location can be specified with a
-config=<PATH TO CONFIG FILE> argument.
Expects the following config properties:
baseServerURL: base URL of the LabKey Server, such as "http://www.labkey.org"
username: credentials for logging in
password: credentials for logging in
folder: Path of the LabKey Server container to which the notification should be directed
debug: (Optional) If true, print verbose HTTP connection debugging information