Class CopyUtils
java.lang.Object
com.vaadin.uitest.generator.utils.CopyUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancopyResource(String resource, String target) static booleancopyResourceAndReplaceContent(String resource, String target, String... args) static voidcopySources(String classpathResourcePath, TestFramework testFramework, String target) static voiddeleteDirectory(Path dir) static booleanremoveOldResources(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:
IOException
-
copyResource
- Throws:
IOException
-
removeOldResources
- Throws:
IOException
-
copySources
public static void copySources(String classpathResourcePath, TestFramework testFramework, String target) throws IOException, URISyntaxException - Throws:
IOExceptionURISyntaxException
-
deleteDirectory
- Throws:
IOException
-