Class PathUtils

java.lang.Object
net.serenitybdd.cucumber.util.PathUtils

public class PathUtils
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.io.File getAsFile​(java.lang.String cucumberFeatureUri)  
    static java.io.File getAsFile​(java.net.URI cucumberFeatureUri)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getAsFile

      public static java.io.File getAsFile​(java.net.URI cucumberFeatureUri)
    • getAsFile

      public static java.io.File getAsFile​(java.lang.String cucumberFeatureUri)