Rule Designer API

ilog.rules.studio.dvs.ui.execution
Interface IlrDVSLaunchConfigurationTabGroup


public interface IlrDVSLaunchConfigurationTabGroup

Defines the common methods for all DVS launch configuration tab groups. The methods included in this class can be called in the provided tab classes. For example, IlrExtractorTab, IlrClasspathTab, or IlrConfigurationTab.

Developers may implement this class.

Since:
JRules 7.0

Method Summary
 org.eclipse.core.resources.IProject getProject()
          Returns a specific rule project from a tab group.
 

Method Detail

getProject

org.eclipse.core.resources.IProject getProject()
Returns a specific rule project from a tab group.

Returns:
The rule project.

Rule Designer API

© Copyright IBM Corp. 1987, 2013