Package com.vaadin.flow.server.frontend
Class TaskGeneratePWAIcons
- java.lang.Object
-
- com.vaadin.flow.server.frontend.TaskGeneratePWAIcons
-
- All Implemented Interfaces:
FallibleCommand
public class TaskGeneratePWAIcons extends Object implements FallibleCommand
Generates necessary PWA icons.For internal use only. May be renamed or removed in a future release.
-
-
Constructor Summary
Constructors Constructor Description TaskGeneratePWAIcons(Options options, PwaConfiguration pwaConfiguration)
-
-
-
Constructor Detail
-
TaskGeneratePWAIcons
public TaskGeneratePWAIcons(Options options, PwaConfiguration pwaConfiguration)
-
-
Method Detail
-
execute
public void execute() throws ExecutionFailedExceptionDescription copied from interface:FallibleCommandRuns the given command.If execution fails then the command may throw an exception which may give a message and a cause of the failure.
- Specified by:
executein interfaceFallibleCommand- Throws:
ExecutionFailedException- if there is an execution error
-
-