com.github.markusbernhardt.selenium2library.utils
Class Robotframework

java.lang.Object
  extended by com.github.markusbernhardt.selenium2library.utils.Robotframework

public class Robotframework
extends java.lang.Object


Constructor Summary
Robotframework()
           
 
Method Summary
static java.lang.String commonPath(java.lang.String p1, java.lang.String p2)
           
static java.lang.String getLinkPath(java.io.File target, java.io.File base)
           
static java.lang.String getPathname(java.io.File target, java.io.File base)
           
static java.lang.String normalizeTimestr(java.lang.String timestr)
           
static java.lang.String secsToTimestr(double double_secs)
           
static double timestrToSecs(java.lang.String timestr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Robotframework

public Robotframework()
Method Detail

getLinkPath

public static java.lang.String getLinkPath(java.io.File target,
                                           java.io.File base)

getPathname

public static java.lang.String getPathname(java.io.File target,
                                           java.io.File base)

commonPath

public static java.lang.String commonPath(java.lang.String p1,
                                          java.lang.String p2)

secsToTimestr

public static java.lang.String secsToTimestr(double double_secs)

timestrToSecs

public static double timestrToSecs(java.lang.String timestr)

normalizeTimestr

public static java.lang.String normalizeTimestr(java.lang.String timestr)


Copyright © 2013. All Rights Reserved.