Searched refs:launchConfig (Results 1 – 1 of 1) sorted by relevance
769 static int getPortForConfig(ILaunchConfiguration launchConfig) { in getPortForConfig() argument771 Integer port = sRunningAppMap.get(launchConfig); in getPortForConfig()773 sRunningAppMap.remove(launchConfig); in getPortForConfig()788 private static void setPortLaunchConfigAssociation(ILaunchConfiguration launchConfig, in setPortLaunchConfigAssociation() argument791 sRunningAppMap.put(launchConfig, port); in setPortLaunchConfigAssociation()