Package com.helger.commons.url
Interface IHasSimpleURL
-
- All Known Implementing Classes:
ConstantHasSimpleURL
@MustImplementEqualsAndHashcode public interface IHasSimpleURL
Interface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISimpleURLgetSimpleURL()
-
-
-
Method Detail
-
getSimpleURL
@Nonnull ISimpleURL getSimpleURL()
- Returns:
- The simple URL to be used. May not be
null.
-
-