Interface MediaStorage
-
- All Known Implementing Classes:
HttpMediaManagerImplKlov
public interface MediaStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(String v)voidstoreMedia(com.aventstack.extentreports.model.Media m)
-
-
-
Method Detail
-
init
void init(String v) throws IOException
- Throws:
IOException
-
storeMedia
void storeMedia(com.aventstack.extentreports.model.Media m) throws IOException- Throws:
IOException
-
-