Class P2RepositoryReader

    • Constructor Detail

      • P2RepositoryReader

        public P2RepositoryReader()
    • Method Detail

      • readProvidedFeatures

        public Set<String> readProvidedFeatures​(String path)
                                         throws IOException
        Returns all features from the update site.
        Parameters:
        path - Path to the repository that should be read.
        Returns:
        A set of names of features provided by this repository.
        Throws:
        IOException
      • readProvidedBundles

        public Set<String> readProvidedBundles​(String path)
                                        throws IOException
        Returns all bundles from the update site.
        Parameters:
        path - Path to the repository that should be read.
        Returns:
        A set of names of bundles provided by this repository.
        Throws:
        IOException