Interface NexusSearchConfiguration

    • Method Detail

      • local

        String local​(String deflt)
        The path to the local repository.
        Parameters:
        deflt - the default value
        Returns:
        the string
      • location

        String location​(String deflt)
        Points to a file that is used as the cache. It will be in OSGi format.
        Parameters:
        deflt - the default value
        Returns:
        the result
      • name

        String name​(String deflt)
        The name of the repo. Required.
        Parameters:
        deflt - the default value
        Returns:
        the result
      • server

        String server()
        The URL of the server.
        Returns:
        the result
      • query

        String query()
        The query used to search the Nexus server.
        Returns:
        the result
      • transitive

        boolean transitive​(boolean deflt)
        Allow transitive dependencies
        Parameters:
        deflt - the default value
        Returns:
        the result
      • searchBreadth

        int searchBreadth​(int dflt)
        Number of search results to consider for each artifact.
        Parameters:
        dflt - the default value
        Returns:
        the result
      • chunkSize

        int chunkSize​(int dflt)
        Number of artfacts to return in one query.
        Parameters:
        dflt - the default value
        Returns:
        the result