Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/director/
H A DIUListFormatterTest.java29 import org.eclipse.equinox.internal.p2.director.app.IUListFormatter;
37IUListFormatter format = new IUListFormatter("${id}=${id},${version},${org.eclipse.equinox.p2.name… in testFormat()
44 IUListFormatter format = new IUListFormatter("${id}=${version},${org.eclipse.equinox.p2.name}"); in testFormat_MultipleIUs()
54 IUListFormatter format = new IUListFormatter("${id}${UNKNOWN}"); in testFormat_UnknownFormatOption()
61 IUListFormatter format = new IUListFormatter("${id=${version"); in testFormat_Malformed()
67 IUListFormatter format = new IUListFormatter("${id=${version"); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/
H A DIUListFormatter.java31 public class IUListFormatter { class
39 public IUListFormatter(String formatString) { in IUListFormatter() method in IUListFormatter
H A DDirectorApplication.java266 private IUListFormatter listFormat;
840 listFormat = new IUListFormatter(formatString); in processArguments()
1014 listFormat = new IUListFormatter("${id}=${version}"); //$NON-NLS-1$ in processArguments()