Searched refs:getURLWithProtocolFromSystemPath (Results 1 – 2 of 2) sorted by relevance
136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath() method in URLHelper184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath() method in URLHelper186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
136 public static java.lang.String getURLWithProtocolFromSystemPath(java.io.File aSystemPath, in getURLWithProtocolFromSystemPath() method in FileHelper187 public static java.lang.String getURLWithProtocolFromSystemPath(java.lang.String sSystemPath, in getURLWithProtocolFromSystemPath() method in FileHelper191 …return getURLWithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath)… in getURLWithProtocolFromSystemPath()
Completed in 8 milliseconds