Home
last modified time | relevance | path

Searched defs:getArrayFromList (Results 1 – 10 of 10) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/
H A DDevClassPathHelper.java66 public static String[] getArrayFromList(String prop) { in getArrayFromList() method in DevClassPathHelper
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/
H A DArtifactKey.java39 private static String[] getArrayFromList(String stringList, String separator) { in getArrayFromList() method in ArtifactKey
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/util/
H A DManifestElement.java460 public static String[] getArrayFromList(String stringList) { in getArrayFromList() method in ManifestElement
475 public static String[] getArrayFromList(String stringList, String separator) { in getArrayFromList() method in ManifestElement
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/buddy/
H A DPolicyHandler.java62 static Object[] getArrayFromList(String stringList) { in getArrayFromList() method in PolicyHandler
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/
H A DStringConverter.java308 private static String[] getArrayFromList(String prop, String separator) { in getArrayFromList() method in StringConverter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test492/
H A DMain_in.java343 private String[] getArrayFromList(String prop) { in getArrayFromList() method in Main
H A DMain_out.java343 private String[] getArrayFromList(String prop) { in getArrayFromList() method in Main
/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.java872 private static String[] getArrayFromList(String prop, String separator) { in getArrayFromList() method in EclipseStarter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DEquinoxConfiguration.java902 private static String[] getArrayFromList(String prop) { in getArrayFromList() method in EquinoxConfiguration
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/
H A DMain.java767 protected String[] getArrayFromList(String prop) { in getArrayFromList() method in Main