de.enough.polish.emulator
Class MotorolaEmulatorA1
java.lang.Object
de.enough.polish.Extension
de.enough.polish.emulator.Emulator
de.enough.polish.emulator.MotorolaEmulator
de.enough.polish.emulator.MotorolaEmulatorA1
- All Implemented Interfaces:
- OutputFilter, Runnable
public class MotorolaEmulatorA1
- extends MotorolaEmulator
Launches Motorola A.1 emulators
Copyright Enough Software 2007
history
Mar 8, 2007 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
| Methods inherited from class de.enough.polish.emulator.Emulator |
addDebugArguments, createEmulator, exec, execute, filter, getExecutionDir, getParameter, getParameters, getParameterValue, isFinished, run, run, supportsDebugger, writeProperties |
| Methods inherited from class de.enough.polish.Extension |
configure, executeAntTarget, executeAntTarget, finalize, getAntProject, getAutoStartCondition, getEnvironment, getExtensionDefinition, getExtensionSetting, getInstance, getParameterValue, getType, init, initialize, isConditionFulfilled, notifyBuildEnd, notifyBuildStart |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MotorolaEmulatorA1
public MotorolaEmulatorA1()
addAdditionalArguments
protected boolean addAdditionalArguments(List arguments,
File emulatorProps,
String jadPath,
String jarPath,
Device dev,
Environment env,
File executable)
- Overrides:
addAdditionalArguments in class MotorolaEmulator
getEmulatorExecutable
protected File getEmulatorExecutable(File emulatorBinDir)
- Overrides:
getEmulatorExecutable in class MotorolaEmulator
acceptsEmulatorDirectory
protected boolean acceptsEmulatorDirectory(File dir)
- Subclasses can override this to limit search to certain Emulator directories within Motorola's SDK
The default implementation accepts all directories starting with "Emulator".
- Overrides:
acceptsEmulatorDirectory in class MotorolaEmulator
- Parameters:
dir - the directory
- Returns:
- true when the given directory should be searched for the actual device specific resource properties file.