|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecteclipseme.core.model.impl.Device
Primary implementation of the IDevice interface.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
Copyright (c) 2003-2005 Craig Setera
| Constructor Summary | |
Device(java.lang.String name)
Construct a new device instance with the specified name. |
|
| Method Summary | |
java.lang.String |
getDescription()
Return the displayable description of this device. |
java.util.Properties |
getDeviceProperties()
Return the properties associated with this device. |
java.lang.String |
getName()
Return the name of this device. |
java.lang.String[] |
getProtectionDomains()
Return the list of protection domains specified by this device. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Device(java.lang.String name)
name - a non-null name of this device| Method Detail |
public java.lang.String getDescription()
IDevicenull value, the device's name will
be used as the description instead.
getDescription in interface IDevicenull
if the device's name should be used instead.IDevice.getDescription()public java.util.Properties getDeviceProperties()
IDevice
getDeviceProperties in interface IDeviceIDevice.getDeviceProperties()public java.lang.String getName()
IDevicenull.
getName in interface IDeviceIDevice.getName()public java.lang.String[] getProtectionDomains()
IDevicenull from this method will imply that this
device does not support protection domains.
getProtectionDomains in interface IDevicenull if
the device does not provide any protection domains.IDevice.getProtectionDomains()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||