Class TaskCopyRequiredFiles
java.lang.Object
io.jmix.flowui.devserver.frontend.NodeUpdater
io.jmix.flowui.devserver.frontend.TaskCopyRequiredFiles
- All Implemented Interfaces:
- com.vaadin.flow.server.frontend.FallibleCommand
Special for Studio designer.
 
 Copy package-lock.json, .npmrc from project root folder
 and themes files from {project}/src/main/frontend/themes
 or {project}/frontend/themes
 to {project}/.jmix/screen-designer/frontend/themes
- 
Field SummaryFields inherited from class io.jmix.flowui.devserver.frontend.NodeUpdaterDEP_NAME_FLOW_DEPS, DEP_NAME_FLOW_JARS, frontDeps, options
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedTaskCopyRequiredFiles(com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependencies, Options options) 
- 
Method SummaryMethods inherited from class io.jmix.flowui.devserver.frontend.NodeUpdatergenerateVersionsJson, getProjectJsonFile, getProjectPackageLockFile, getStudioJsonFile, getStudioPackageLockFileMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.frontend.FallibleCommandsetGeneratedFileSupport
- 
Constructor Details- 
TaskCopyRequiredFilesprotected TaskCopyRequiredFiles(com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependencies, Options options) 
 
- 
- 
Method Details- 
executepublic void execute() throws com.vaadin.flow.server.ExecutionFailedException- Throws:
- com.vaadin.flow.server.ExecutionFailedException
 
 
-