public class BeagleLaunchConfigurationCreator extends Object
| Constructor and Description |
|---|
BeagleLaunchConfigurationCreator(List<org.palladiosimulator.pcm.core.entity.Entity> elements,
String repositoryFile,
org.eclipse.jdt.core.IJavaProject javaProject)
Constructs a new
BeagleLaunchConfigurationCreator from data gathered by the
context menus. |
| Modifier and Type | Method and Description |
|---|---|
void |
createAndLaunchConfiguration()
Creates, saves and launches a new Beagle
ILaunchConfiguration. |
public BeagleLaunchConfigurationCreator(List<org.palladiosimulator.pcm.core.entity.Entity> elements, String repositoryFile, org.eclipse.jdt.core.IJavaProject javaProject)
BeagleLaunchConfigurationCreator from data gathered by the
context menus.elements - The elements to be measured or null to indicate that
everything in repositoryFile should be analysed.repositoryFile - The repository file to use. Must not be null.javaProject - the IJavaProject to analyse. Must not be null.