Interface ECPProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE
      Type of the ECPElement.
    • Method Detail

      • getLabel

        java.lang.String getLabel()
        Label of the ECPProvider.
        Returns:
        the name of the ECPProvider
      • hasCreateRepositorySupport

        boolean hasCreateRepositorySupport()
        Check whether a new repository can be added to this ECPProvider.
        Returns:
        true if new repositories can be added.
      • hasCreateProjectWithoutRepositorySupport

        boolean hasCreateProjectWithoutRepositorySupport()
        Whether this ECPProvider can have an offline project.
        Returns:
        true if offline projects are allowed, false otherwise.