Package fr.sandro642.github.provider
Interface URLProvider
public interface URLProvider
URLProvider is an interface that provides a method to get the URL of a class implementing it.
Classes implementing this interface must define the getURL() method to return their URL as a String
-
Method Summary
-
Method Details
-
getURL
String getURL()Gets the URL of the class implementing this interface.- Returns:
- the URL as a String
-