Package net.thucydides.core.reports.html
Class HtmlResourceCopier
java.lang.Object
net.thucydides.core.reports.html.HtmlResourceCopier
Utility class that copies HTML resource files (images, stylesheets...) from a JAR to a target directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlResourceCopiercopyHtmlResourcesFrom(String resourceDirectory) voidResources (stylesheets, images) etc are all stored in the src/main/resources/reports directory.
-
Constructor Details
-
HtmlResourceCopier
-
-
Method Details
-
to
Resources (stylesheets, images) etc are all stored in the src/main/resources/reports directory. When the jar is deployed, they will end up on the classpath.- Throws:
IOException
-
copyHtmlResourcesFrom
-