Class Dummy

  • All Implemented Interfaces:
    Connector

    public class Dummy
    extends Object
    implements Connector
    A dummy implementation used as a fallback in case a regular connector cannot be obtained. Returns an empty result map to prevent NPE.
    • Constructor Detail

      • Dummy

        public Dummy()
    • Method Detail

      • getResults

        public List<ResultEntry> getResults()
        Description copied from interface: Connector
        Get the results from the repository instance defined in the build parameters. The results take the API options into consideration but not any of the display options. No modifications are done and the results are returned as provided by the target server.
        Specified by:
        getResults in interface Connector