Class DocsDataLoader

java.lang.Object
com.vaadin.copilot.plugins.docs.DocsDataLoader

public class DocsDataLoader extends Object
  • Constructor Details

    • DocsDataLoader

      public DocsDataLoader()
  • Method Details

    • get

      public DocsResponse get(DocsRequest docsRequest) throws DocsException
      Gets the documentation of requested component or throws exception on failure cases.
      Parameters:
      docsRequest -
      Returns:
      Documentation
      Throws:
      DocsException
    • getLogger

      protected org.slf4j.Logger getLogger()