Home
last modified time | relevance | path

Searched refs:OPTION_CLEAN (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.java39 public static final String OPTION_CLEAN = "-clean"; //$NON-NLS-1$ field in EquinoxConstants
H A DEclipseLauncherImpl.java87 cmdList.add(EquinoxConstants.OPTION_CLEAN); in launchInMemory()
H A DEclipseLauncherParser.java98 …ation(URIUtil.toFile(configArea), ParserUtils.isArgumentSet(EquinoxConstants.OPTION_CLEAN, lines)); in getPersistentDataLocation()