Package com.vaadin.copilot.startup
Class CopilotLoader
java.lang.Object
com.vaadin.copilot.startup.CopilotLoader
- All Implemented Interfaces:
TypeScriptBootstrapModifier
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
modify
(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Modifies the bootstrap typescript by mutating the parameter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier
modify, modify
-
Constructor Details
-
CopilotLoader
public CopilotLoader()
-
-
Method Details
-
modify
public void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Description copied from interface:TypeScriptBootstrapModifier
Modifies the bootstrap typescript by mutating the parameter.- Specified by:
modify
in interfaceTypeScriptBootstrapModifier
- Parameters:
bootstrapTypeScript
- the input typescript split into linesoptions
- options used by the buildfrontendDependenciesScanner
- the frontend dependencies scanner
-