We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.uitest.generator.utils.
Class CopyUtils
java.lang.Object
com.vaadin.uitest.generator.utils.CopyUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
copyResource
(String resource, String target) static boolean
copyResourceAndReplaceContent
(String resource, String target, String... args) static void
copySources
(String classpathResourcePath, TestFramework testFramework, String target) static boolean
removeOldResources
(String resource, String target)
-
Constructor Details
-
CopyUtils
public CopyUtils()
-
-
Method Details
-
copyResourceAndReplaceContent
public static boolean copyResourceAndReplaceContent(String resource, String target, String... args) throws IOException Throws:
-
copyResource
Throws:
-
removeOldResources
Throws:
-
copySources
public static void copySources(String classpathResourcePath, TestFramework testFramework, String target) throws IOException, URISyntaxException Throws:
-