org.eclipse.amp.amf.ide.repast
Class RepastRuntimeConfigurator
java.lang.Object
org.eclipse.amp.amf.ide.RuntimeConfigurator
org.eclipse.amp.amf.ide.repast.RepastRuntimeConfigurator
- All Implemented Interfaces:
- Configurator
public class RepastRuntimeConfigurator
- extends RuntimeConfigurator
Method Summary |
void |
configure(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config,
org.eclipse.core.resources.IResource model)
Configures the repast launch for a model. |
void |
configureForLaunch(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config,
org.eclipse.core.resources.IResource model)
Configures the actual launch runtime. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPAST_CONFIGURATOR
public static final Configurator REPAST_CONFIGURATOR
REPAST_SUPPORT_PATH
public static final java.lang.String REPAST_SUPPORT_PATH
- See Also:
- Constant Field Values
JAR_CLASSPATH_DEFAULT
public static final java.lang.String JAR_CLASSPATH_DEFAULT
- See Also:
- Constant Field Values
RepastRuntimeConfigurator
public RepastRuntimeConfigurator()
configure
public void configure(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config,
org.eclipse.core.resources.IResource model)
- Configures the repast launch for a model. If model is null, then performs
default configuration.
- Specified by:
configure
in interface Configurator
- Overrides:
configure
in class RuntimeConfigurator
- Parameters:
model
- may be null
configureForLaunch
public void configureForLaunch(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config,
org.eclipse.core.resources.IResource model)
- Configures the actual launch runtime.
- Specified by:
configureForLaunch
in interface Configurator
- Overrides:
configureForLaunch
in class RuntimeConfigurator
- Parameters:
model
- may be null