Package com.jcabi.github
Class Coordinates.Https
java.lang.Object
com.jcabi.github.Coordinates.Https
- All Implemented Interfaces:
Coordinates,Comparable<Coordinates>
- Enclosing interface:
- Coordinates
Implementation of HTTPs coordinates.
- Since:
- 0.23
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Coordinates
Coordinates.Https, Coordinates.Simple -
Field Summary
Fields inherited from interface com.jcabi.github.Coordinates
SEPARATOR -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Https
Public ctor.- Parameters:
https- URL
-
-
Method Details
-
user
Description copied from interface:CoordinatesGet usr name.- Specified by:
userin interfaceCoordinates- Returns:
- User name
-
repo
Description copied from interface:CoordinatesGet rpo name.- Specified by:
repoin interfaceCoordinates- Returns:
- Repo name
-
compareTo
- Specified by:
compareToin interfaceComparable<Coordinates>
-
equals
-
hashCode
public int hashCode()
-