Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/
H A DEquinoxConstants.java47 …public static final String PROP_INITIAL_STARTLEVEL = "osgi.startLevel"; //$NON-NLS-1$ //The start … field in EquinoxConstants
H A DEquinoxFwConfigFileParser.java32 …P_BUNDLES, EquinoxConstants.PROP_FW_EXTENSIONS, EquinoxConstants.PROP_INITIAL_STARTLEVEL, EquinoxC…
276 if (props.getProperty(EquinoxConstants.PROP_INITIAL_STARTLEVEL) != null) in readInitialStartLeve()
277 …ginningFwStartLevel(Integer.parseInt(props.getProperty(EquinoxConstants.PROP_INITIAL_STARTLEVEL))); in readInitialStartLeve()
282 …props.setProperty(EquinoxConstants.PROP_INITIAL_STARTLEVEL, Integer.toString(configData.getBeginin… in writeInitialStartLevel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/
H A DEclipseStarter.java105 …public static final String PROP_INITIAL_STARTLEVEL = "osgi.startLevel"; //$NON-NLS-1$ //The start … field in EclipseStarter
362 String level = getProperty(PROP_INITIAL_STARTLEVEL); in getStartLevel()