Package org.sonar.updatecenter.common
Class Scanner
- java.lang.Object
-
- org.sonar.updatecenter.common.Artifact
-
- org.sonar.updatecenter.common.Component
-
- org.sonar.updatecenter.common.Scanner
-
- All Implemented Interfaces:
Comparable<Artifact>
public class Scanner extends Component
-
-
Field Summary
-
Fields inherited from class org.sonar.updatecenter.common.Component
category, description, developers, homepageUrl, issueTrackerUrl, license, name, organization, organizationUrl, sourcesUrl, termsConditionsUrl
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Scannerfactory(String key)-
Methods inherited from class org.sonar.updatecenter.common.Component
getCategory, getDescription, getDevelopers, getHomepageUrl, getIssueTrackerUrl, getLicense, getName, getOrganization, getOrganizationUrl, getSourcesUrl, getTermsConditionsUrl, setCategory, setDescription, setDevelopers, setHomepageUrl, setIssueTrackerUrl, setLicense, setName, setOrganization, setOrganizationUrl, setSourcesUrl, setTermsConditionsUrl, toString
-
Methods inherited from class org.sonar.updatecenter.common.Artifact
addRelease, addRelease, addRelease, compareTo, doesContainVersion, equals, getAllReleases, getArchivedReleases, getArchivedVersions, getDevRelease, getFirstCompatible, getKey, getLastCompatible, getLastCompatibleRelease, getLastCompatibleReleaseIfUpgrade, getLastRelease, getMajorReleases, getMinimalRelease, getPrivateVersions, getPublicReleases, getPublicVersions, getRelease, getRelease, getReleases, getReleasesGreaterThan, getReleasesGreaterThan, getVersions, hashCode, setDevRelease, setKey
-
-