Sign in
eclipse
/
m2t
/
org.eclipse.xpand
/
92a94d7b8671814bb5e86f4ae3b2bce7c7518e79
/
.
/
plugins
/
org.eclipse.xtend.util.stdlib
/
src
/
org
/
eclipse
/
xtend
/
util
/
stdlib
/
platformhelper.ext
blob: 105c64fb55cc4303997b9198df103318364d36ed [
file
] [
log
] [
blame
]
String
platformRootPath
(
Object
ctx
):
JAVA org
.
eclipse
.
xtend
.
util
.
stdlib
.
PlatformHelper
.
getPlatformRootPath
(
java
.
lang
.
Object
);
String
UrlifiedPlatformRootPath
(
Object
ctx
):
platformRootPath
(
ctx
).
replaceAll
(
":"
,
"|"
);