Interface RepoCollectable

All Known Implementing Classes:
RepoCollector, RepoCommitCollector

public interface RepoCollectable
  • Method Summary

    Modifier and Type Method Description
    java.util.HashSet<java.lang.String> collectFrom()  
    void getOneQueryData​(java.lang.String query)  
  • Method Details

    • collectFrom

      java.util.HashSet<java.lang.String> collectFrom() throws java.lang.InterruptedException, java.io.IOException
      Throws:
      java.lang.InterruptedException
      java.io.IOException
    • getOneQueryData

      void getOneQueryData​(java.lang.String query)