Home
last modified time | relevance | path

Searched refs:loadInstallCommandsProperties (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/
H A DNativePackageExtractionApplication.java69 … NativeTouchpoint.loadInstallCommandsProperties(installCommandsProperties, "debian"); //$NON-NLS-1$ in start()
70 … NativeTouchpoint.loadInstallCommandsProperties(installCommandsProperties, "fedora"); //$NON-NLS-1$ in start()
71 …NativeTouchpoint.loadInstallCommandsProperties(installCommandsProperties, "windows"); //$NON-NLS-1$ in start()
H A DNativeTouchpoint.java108 loadInstallCommandsProperties(installCommandsProperties, distro); in promptForNativePackage()
156 public static void loadInstallCommandsProperties(Properties properties, String distro) { in loadInstallCommandsProperties() method in NativeTouchpoint