public abstract class Contribution
extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Contribution.Filter |
Constructor and Description |
---|
Contribution() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthorList() |
String |
getBenignVersion() |
long |
getLastUpdated() |
int |
getMaxRevision() |
int |
getMinRevision() |
String |
getName() |
String |
getParagraph() |
String |
getPrettyVersion() |
String |
getSentence() |
abstract ContributionType |
getType() |
String |
getTypeName() |
String |
getUrl() |
int |
getVersion() |
int |
hashCode() |
boolean |
isCompatible(int versionNum) |
boolean |
isFoundation() |
abstract boolean |
isInstalled() |
StringDict |
loadProperties(File contribFolder) |
static StringDict |
loadProperties(File contribFolder,
ContributionType type) |
void |
setPrettyVersion(String pretty) |
public String getName()
public String getAuthorList()
public String getUrl()
public String getSentence()
public String getParagraph()
public int getVersion()
public void setPrettyVersion(String pretty)
public String getPrettyVersion()
public String getBenignVersion()
public long getLastUpdated()
public int getMinRevision()
public int getMaxRevision()
public boolean isCompatible(int versionNum)
public abstract ContributionType getType()
public String getTypeName()
public abstract boolean isInstalled()
public boolean isFoundation()
public StringDict loadProperties(File contribFolder)
public static StringDict loadProperties(File contribFolder, ContributionType type)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object