|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is to be implemented by plugins extending the
org.eclipse.hyades.test.core.launchconfigExecutionHistoryDefaults2
extension point.
Classes implementing this interface are responsible of providing default values for the Test Log tab, when the Test Log tab appears in a launch configuration defined by a client plugin.
| Method Summary | |
|---|---|
org.eclipse.core.resources.IContainer |
getDefaultLocation(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
Returns the default test log location for the given Launch Configuration. |
java.lang.String |
getDefaultName(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
Returns the default test log name for the given Launch Configuration. |
boolean |
getDefaultOverrideState(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
Return the default state for the "Overwrite" check box for the given Launch Configuration. |
| Method Detail |
public java.lang.String getDefaultName(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
launchConfiguration - A launch configuration.
public boolean getDefaultOverrideState(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
false means that an existing resource with the supplied name will not be
overwritten if it already exists. In that case, a unique name will be generated,
starting with the supplied name.
launchConfiguration - A launch configuration.
false for leaving the check box unchecked, true otherwise.public org.eclipse.core.resources.IContainer getDefaultLocation(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
launchConfiguration - A launch configuration.
|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||