Package com.intuit.karate.resource
Class MemoryResource
java.lang.Object
com.intuit.karate.resource.MemoryResource
- 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
ConstructorsConstructorDescriptionMemoryResource(File file, byte[] bytes) MemoryResource(File file, String text) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.intuit.karate.resource.Resource
getFileNameWithoutExtension, getLastModified, getPackageQualifiedName, getPrefixedParentPath, getPrefixedPath
-
Constructor Details
-
MemoryResource
-
MemoryResource
-
-
Method Details
-
isFile
public boolean isFile() -
isClassPath
public boolean isClassPath()- Specified by:
isClassPathin interfaceResource
-
getFile
-
getUri
-
getRelativePath
- Specified by:
getRelativePathin interfaceResource
-
resolve
-
getStream
-
toString
-