|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISDK
This interface represents an SDK. It can be used to implement a automatic SDK install on MTJ.
Method Summary | |
---|---|
String |
getDescription()
Return the displayable description of this SDK. |
List<IDevice> |
getDeviceList()
Return the fully configured device instances available in this SDK. |
String |
getIdentifier()
Return the unique identifier for this SDK. |
String |
getName()
Return the name of this SDK. |
Version |
getVersion()
Return the version of this SDK. |
Method Detail |
---|
String getDescription()
null
value, the SDK's name will be used as the description
instead.
null
if the SDK's
name should be used instead.List<IDevice> getDeviceList() throws CoreException
CoreException
- thrown if an error occur while retrieving the
device list.String getIdentifier()
String getName()
null
.
Version getVersion()
null
.
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |