com.coveo.nashorn_modules.Paths Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nashorn-commonjs-modules Show documentation
Show all versions of nashorn-commonjs-modules Show documentation
CommonJS modules implementation for Nashorn
package com.coveo.nashorn_modules;
public class Paths {
public static String[] splitPath(String path) {
return path.split("[\\\\/]");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy