|
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 IMIDPDevice
The device interface specifies the representation of an emulated MIDP device.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Method Summary | |
|---|---|
ILibrary |
getConfigurationLibrary()
Return the library that provides the configuration for this device or null if no such library can be found. |
IPreverifier |
getPreverifier()
Return the preverifier to be used to preverify classes for this device. |
ILibrary |
getProfileLibrary()
Return the library that provides the profile for this device or null if no such library can be found. |
String[] |
getProtectionDomains()
Return the list of protection domains specified by this device. |
File |
getWorkingDirectory()
Return the working directory to be used when launching the device emulation. |
| Methods inherited from interface org.eclipse.mtj.core.sdk.device.IDevice |
|---|
getClasspath, getDescription, getDeviceProperties, getLaunchCommand, getName, getSDKName, isDebugServer, setName |
| Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
|---|
loadUsing, storeUsing |
| Method Detail |
|---|
ILibrary getConfigurationLibrary()
null if no such library can be found.
IPreverifier getPreverifier()
ILibrary getProfileLibrary()
null if no such library can be found.
String[] getProtectionDomains()
null from this method will imply that this device does not
support protection domains.
null if the device
does not provide any protection domains.File getWorkingDirectory()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||