Skip to content
Snippets Groups Projects
Commit 16fe55af authored by cramakri's avatar cramakri
Browse files

BIS-146 SP-232 : Added support for regex in applicible types of reporting and processing plugins.

SVN: 26352
parent f055096e
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ reporting-plugins = demo-reporter, tsv-viewer, csv-viewer, hcs-viewer, hcs-viewe
# Label of the plugin which will be shown for the users.
demo-reporter.label = Show Dataset Size
# Comma separated list of dataset type codes which can be handled by this plugin.
demo-reporter.dataset-types = HCS_IMAGE, CONTAINER_TYPE
# Wildcards are allowed, but the DSS server may need to be restarted if a new data set type is added to openBIS
demo-reporter.dataset-types = .*
# Plugin class specification (together with the list of packages this class belongs to).
demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoReportingPlugin
# The property file. Its content will be passed as a parameter to the plugin.
......@@ -173,7 +174,8 @@ processing-plugins = demo-processor
# The configuration of the processing plugin is the same as the reporting plugins configuration.
demo-processor.label = Demo Processing
demo-processor.dataset-types = HCS_IMAGE, CONTAINER_TYPE
# Wildcards are allowed, but the DSS server may need to be restarted if a new data set type is added to openBIS
demo-processor.dataset-types = HCS_.*, CONTAINER_.*
demo-processor.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoProcessingPlugin
demo-processor.properties-file =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment