Class CopilotLoader

java.lang.Object
com.vaadin.copilot.startup.CopilotLoader
All Implemented Interfaces:
com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier, Serializable

public class CopilotLoader extends Object implements com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modify(List<String> bootstrapTypeScript, com.vaadin.flow.server.frontend.Options options, com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependenciesScanner)
     

    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, com.vaadin.flow.server.frontend.Options options, com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependenciesScanner)
      Specified by:
      modify in interface com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier