Class ComponentRepository

    • Field Detail

    • Constructor Detail

      • ComponentRepository

        public ComponentRepository​(String name,
                                   String version,
                                   boolean updateable,
                                   String type)
      • ComponentRepository

        public ComponentRepository()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isUpdateable

        public boolean isUpdateable()
        Indicates whether the repository can be scanned for updates. This should work, for example, for GitHubRepository objects. It might not work for manually assembled repositories of private components.
        Returns:
        Whether this repository can be updated.
      • setUpdateable

        public void setUpdateable​(boolean updateable)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)