Class RepoStatus

java.lang.Object
dev.equo.solstice.p2.RepoStatus
All Implemented Interfaces:
Comparable<RepoStatus>

public class RepoStatus extends Object implements Comparable<RepoStatus>
Determines where a P2Unit is available. The repo() method returns one of the following values:
  • maven central means the jar is on maven central. (MAVEN_CENTRAL)
  • maven central? means the jar on maven central according to this heuristic. (MAVEN_CENTRAL_INFERRED)
  • p2 4.25 to indicate that the jar is on p2. The part after the p2 is the last segment in the p2 repository URL to help disambiguate between multiple p2 repositories. (P2_)