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 TypeMethodDescriptionvoidmodify(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, waitMethods 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:TypeScriptBootstrapModifierModifies the bootstrap typescript by mutating the parameter.- Specified by:
modifyin interfaceTypeScriptBootstrapModifier- Parameters:
bootstrapTypeScript- the input typescript split into linesoptions- options used by the buildfrontendDependenciesScanner- the frontend dependencies scanner
-