Class HttpMediaManagerImplKlov
- java.lang.Object
-
- com.aventstack.extentreports.reporter.HttpMediaManagerImplKlov
-
- All Implemented Interfaces:
MediaStorage
public class HttpMediaManagerImplKlov extends Object implements MediaStorage
-
-
Constructor Summary
Constructors Constructor Description HttpMediaManagerImplKlov()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(String host)voidstoreMedia(com.aventstack.extentreports.model.Media m)
-
-
-
Method Detail
-
init
public void init(String host) throws IOException
- Specified by:
initin interfaceMediaStorage- Throws:
IOException
-
storeMedia
public void storeMedia(com.aventstack.extentreports.model.Media m) throws IOException- Specified by:
storeMediain interfaceMediaStorage- Throws:
IOException
-
-