Package com.jcabi.github
Interface Coordinates
-
- All Superinterfaces:
Comparable<Coordinates>
- All Known Implementing Classes:
Coordinates.Simple
@Immutable public interface Coordinates extends Comparable<Coordinates>
Repository coordinates.- Since:
- 0.1
- Version:
- $Id: 07b1d294eed5b27daf4f60269fbe954a938bb061 $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Coordinates.Simple
Jcabi.http implementation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
repo()
Get rpo name.String
user()
Get usr name.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-