Home
last modified time | relevance | path

Searched refs:getURLWithProtocolFromSystemPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath() method in URLHelper
184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath() method in URLHelper
186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java136 public static java.lang.String getURLWithProtocolFromSystemPath(java.io.File aSystemPath, in getURLWithProtocolFromSystemPath() method in FileHelper
187 public static java.lang.String getURLWithProtocolFromSystemPath(java.lang.String sSystemPath, in getURLWithProtocolFromSystemPath() method in FileHelper
191 …return getURLWithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath)… in getURLWithProtocolFromSystemPath()

Completed in 23 milliseconds