Package net.serenitybdd.cucumber.model
Class StoredFeatureFile
java.lang.Object
net.serenitybdd.cucumber.model.StoredFeatureFile
public class StoredFeatureFile
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description StoredFeatureFile(java.lang.String featureFileName) -
Method Summary
Modifier and Type Method Description java.net.URLasAClasspathResource()booleanexistsOnTheClasspath()booleanexistsOnTheFileSystem()java.io.FilefromTheConfiguredPaths()java.io.FileonTheClasspath()java.io.FileonTheFileSystem()static StoredFeatureFilewithName(java.lang.String featureFileName)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StoredFeatureFile
public StoredFeatureFile(java.lang.String featureFileName)
-
-
Method Details
-
asAClasspathResource
public java.net.URL asAClasspathResource() -
existsOnTheClasspath
public boolean existsOnTheClasspath() -
withName
-
onTheClasspath
public java.io.File onTheClasspath() -
existsOnTheFileSystem
public boolean existsOnTheFileSystem() -
onTheFileSystem
public java.io.File onTheFileSystem() -
fromTheConfiguredPaths
public java.io.File fromTheConfiguredPaths() throws java.io.IOException- Throws:
java.io.IOException
-