Interface DeviceGroupProvider


  • public interface DeviceGroupProvider
    The DeviceGroupProvider provides access to existing device groups.
    • Field Detail

      • MOUNTPOINT_DEVICEGROUPS

        static final java.lang.String MOUNTPOINT_DEVICEGROUPS
        See Also:
        Constant Field Values
    • Method Detail

      • get

        DeviceGroup get​(java.lang.String name)
        Returns the DeviceGroup as identified by its name. If no device group matches the given name, null is returned.
        Parameters:
        name - The name of the desired device group.
        Returns:
        The device group with the given name, or null if not found.
      • getAll

        java.util.Collection<DeviceGroup> getAll()
        Returns all DeviceGroups known to this provider.
        Returns:
        A Collection containing all known device groups.