We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.startup.
Package com.vaadin.copilot.startup
Class CopilotLoader
java.lang.Object
com.vaadin.copilot.startup.CopilotLoader
All Implemented Interfaces:
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
-