예제 #1
0
 /* (non-Javadoc)
  * @see org.eclipse.debug.ui.ILaunchConfigurationTab#performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
  */
 public void performApply(ILaunchConfigurationWorkingCopy configuration) {
   programArgumentsBlock.performApply(configuration);
   vmArgumentsBlock.performApply(configuration);
   workingDirectoryBlock.performApply(configuration);
 }