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

    Modifier and Type
    Method
    Description
    Gets the URL of the class implementing this interface.
  • Method Details

    • getURL

      String getURL()
      Gets the URL of the class implementing this interface.
      Returns:
      the URL as a String