Class TaskUpdatePackages
java.lang.Object
io.jmix.flowui.devserver.frontend.NodeUpdater
io.jmix.flowui.devserver.frontend.TaskUpdatePackages
- All Implemented Interfaces:
- com.vaadin.flow.server.frontend.FallibleCommand
Updates 
package.json by visiting NpmPackage annotations
 found in the classpath. It also visits classes annotated with
 NpmPackage.- 
Field SummaryFieldsFields inherited from class io.jmix.flowui.devserver.frontend.NodeUpdaterDEP_NAME_FLOW_DEPS, DEP_NAME_FLOW_JARS, frontDeps, options
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()protected static booleanpinPlatformDependency(elemental.json.JsonObject packageJson, elemental.json.JsonObject platformPinnedVersions, String pkg) Methods 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
- 
Field Details- 
VAADIN_APP_PACKAGE_HASH- See Also:
 
 
- 
- 
Method Details- 
executepublic void execute()
- 
pinPlatformDependencyprotected static boolean pinPlatformDependency(elemental.json.JsonObject packageJson, elemental.json.JsonObject platformPinnedVersions, String pkg) 
 
-