Class FolderTO


  • public class FolderTO
    extends java.lang.Object
    This class is the access object to configure a folder managed by the daemon. It defines whether a folder is enabled/disabled, and with which WatchOperationOptions to start the WatchOperation in the daemon. This class is part of the daemon configuration in DaemonConfigTO.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework