public void setupLaunchConfiguration(
ILaunchConfigurationWorkingCopy workingCopy,
IProgressMonitor monitor) throws CoreException {
ILaunchConfigConfigurator configurator = getConfigurator();
if (configurator != null) {
configurator.configure(workingCopy);
}
}
protected ILaunchConfigConfigurator getConfigurator() throws CoreException {
KarafServerDelegate serverDel = (KarafServerDelegate)getServer().loadAdapter(KarafServerDelegate.class, new NullProgressMonitor());