Package com.jcabi.github
Interface Coordinates
-
- All Superinterfaces:
Comparable<Coordinates>
- All Known Implementing Classes:
Coordinates.Https,Coordinates.Simple
@Immutable public interface Coordinates extends Comparable<Coordinates>
Repository coordinates.- Since:
- 0.1
- Version:
- $Id: 3549595fd6b33ee8e8bff7bd5c598c0eb57632e5 $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoordinates.HttpsImplementation of HTTPs coordinates.static classCoordinates.SimpleJcabi.http implementation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrepo()Get rpo name.Stringuser()Get usr name.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
SEPARATOR
static final String SEPARATOR
Coordinate pats separator.- See Also:
- Constant Field Values
-
-