Milyn-Tinak Version 0.6.1

org.milyn.device.profile
Interface ProfileStore

All Known Implementing Classes:
DefaultProfileStore

public interface ProfileStore

ProfileStore interface.

The ProfileStore stores and provides access to all the ProfileSet instances. A ProfileSet is the set of profiles accociated with a specific device.

Author:
tfennelly

Method Summary
 ProfileSet getProfileSet(java.lang.String deviceName)
          Get the ProfileSet associated with the specified device.
 

Method Detail

getProfileSet

public ProfileSet getProfileSet(java.lang.String deviceName)
                         throws UnknownDeviceException
Get the ProfileSet associated with the specified device.

Implementations must be case insensitive.

Parameters:
deviceName - The device name.
Returns:
The ProfileSet for the specified device.
Throws:
UnknownDeviceException - The specified device is unknown.

Milyn-Tinak Version 0.6.1