de.enough.polish.emulator
Class AntCallDebugger

java.lang.Object
  extended by de.enough.polish.Extension
      extended by de.enough.polish.emulator.Debugger
          extended by de.enough.polish.emulator.AntCallDebugger

public class AntCallDebugger
extends Debugger

Just calls an Ant target. Specify additional properties with nested <parameter> elements.

Copyright Enough Software 2005

 history
        22-May-2005 - rob creation
 

Author:
Robert Virkus, j2mepolish@enough.de

Field Summary
 
Fields inherited from class de.enough.polish.Extension
antProject, autoStartCondition, environment, extensionDefinition, extensionManager, extensionSetting, extensionTypeDefinition, isBuildStarted
 
Constructor Summary
AntCallDebugger()
          Creates a new call ant target finalizer
 
Method Summary
 void connectDebugger(int port, Device device, Locale locale, Environment env)
          Connects to a debugger interface.
 void setParameters(Variable[] properties, File baseDir)
           
 
Methods inherited from class de.enough.polish.emulator.Debugger
addDebugArguments, execute, getXRunJdwpCommandLine
 
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
 

Constructor Detail

AntCallDebugger

public AntCallDebugger()
Creates a new call ant target finalizer

Method Detail

setParameters

public void setParameters(Variable[] properties,
                          File baseDir)

connectDebugger

public void connectDebugger(int port,
                            Device device,
                            Locale locale,
                            Environment env)
Description copied from class: Debugger
Connects to a debugger interface.

Specified by:
connectDebugger in class Debugger
Parameters:
port - the port in which the emulator listens
device - the current device
locale - the current locale
env - the environment