OmeroBlitz API
Home Previous Up Next Index

omero::grid::monitors::PathMode

Overview

enum PathMode

Enumeration for Monitor path modes. Flat, monitor the specified directory but not its subdirectories. Recursive, monitor the specified directory and its subdirectories. Follow, monitor as Recursive but with new directories being added to the monitor if they are created. Not all path modes may be implemented for a given operating system.

Used By

MonitorServer::createMonitor

Enumerators

Flat
Recurse
Follow

Home Previous Up Next Index