Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/
H A DHookRegistry.java140 Properties configuratorProps = new Properties(); in mergeFileHookConfigurators() local
142 configuratorProps.load(input); in mergeFileHookConfigurators()
143 String hooksValue = configuratorProps.getProperty(HOOK_CONFIGURATORS); in mergeFileHookConfigurators()
146 boolean builtin = Boolean.valueOf(configuratorProps.getProperty(BUILTIN_HOOKS)).booleanValue(); in mergeFileHookConfigurators()