public class ContributionListing
extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ContributionListing.ChangeListener |
Modifier and Type | Field and Description |
---|---|
static Comparator<Contribution> |
COMPARATOR |
Modifier and Type | Method and Description |
---|---|
int |
countUpdates(Base base)
TODO This needs to be called when the listing loads, and also whenever
the contribs list has been updated (for whatever reason).
|
void |
downloadAvailableList(Base base,
ContribProgressMonitor progress)
Starts a new thread to download the advertised list of contributions.
|
static ContributionListing |
getInstance() |
Map<String,Contribution> |
getLibrariesByImportHeader()
Used by JavaEditor to auto-import
|
boolean |
matches(Contribution contrib,
String typed) |
public static Comparator<Contribution> COMPARATOR
public static ContributionListing getInstance()
public boolean matches(Contribution contrib, String typed)
public void downloadAvailableList(Base base, ContribProgressMonitor progress)
public int countUpdates(Base base)
public Map<String,Contribution> getLibrariesByImportHeader()