Package com.intuit.karate.resource
Interface Resource
- All Known Implementing Classes:
FileResource,JarResource,MemoryResource
public interface Resource
- Author:
- pthomas3
-
Field Details
-
CLASSPATH_COLON
- See Also:
-
FILE_COLON
- See Also:
-
THIS_COLON
- See Also:
-
-
Method Details
-
isFile
boolean isFile() -
isClassPath
boolean isClassPath() -
getFile
File getFile() -
getUri
URI getUri() -
getRelativePath
String getRelativePath() -
resolve
-
getPrefixedPath
-
getPrefixedParentPath
-
getPackageQualifiedName
-
getFileNameWithoutExtension
-
getStream
InputStream getStream() -
getLastModified
default long getLastModified()
-