|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
public abstract class JavaEmulatorDeviceImporter
Provides common support operations for use in emulators that are launched as Java classes.
| Field Summary | |
|---|---|
protected Properties |
deviceProperties
|
| Constructor Summary | |
|---|---|
JavaEmulatorDeviceImporter()
|
|
| Method Summary | |
|---|---|
protected Properties |
getDeviceProperties()
Return the device definition properties. |
protected abstract URL |
getDevicePropertiesURL()
Return the URL to access the device properties file. |
protected String |
getLaunchCommand()
Return the launch command template. |
protected IPreverifier |
getPreverifier(File jarFile)
Return the preverifier to use. |
protected boolean |
hasMainClassAttribute(File file,
String classname)
Return a boolean indicating whether the specified JAR file has a main class attribute of the specified class name. |
protected boolean |
isDebugServer()
Return a boolean indicating whether this device acts as a debug server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.mtj.core.importer.IDeviceImporter |
|---|
getMatchingDevices |
| Field Detail |
|---|
protected Properties deviceProperties
| Constructor Detail |
|---|
public JavaEmulatorDeviceImporter()
| Method Detail |
|---|
protected Properties getDeviceProperties()
protected abstract URL getDevicePropertiesURL()
protected String getLaunchCommand()
protected IPreverifier getPreverifier(File jarFile)
jarFile -
protected boolean hasMainClassAttribute(File file,
String classname)
throws IOException
file - classname -
IOExceptionprotected boolean isDebugServer()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||