Package com.intuit.karate.resource
Class FileResource
java.lang.Object
com.intuit.karate.resource.FileResource
- All Implemented Interfaces:
Resource
- Author:
- pthomas3
-
Field Summary
Fields inherited from interface com.intuit.karate.resource.Resource
CLASSPATH_COLON, FILE_COLON, THIS_COLON -
Constructor Summary
ConstructorsConstructorDescriptionFileResource(File file) FileResource(File file, boolean classPath, String relativePath) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.intuit.karate.resource.Resource
getFileNameWithoutExtension, getLastModified, getPackageQualifiedName, getPrefixedParentPath, getPrefixedPath
-
Constructor Details
-
FileResource
-
FileResource
-
-
Method Details
-
isFile
public boolean isFile() -
getFile
-
getUri
-
isClassPath
public boolean isClassPath()- Specified by:
isClassPathin interfaceResource
-
getRelativePath
- Specified by:
getRelativePathin interfaceResource
-
resolve
-
getStream
-
equals
-
hashCode
public int hashCode() -
toString
-