Package com.helger.commons.url
Interface IURLProtocolRegistrarSPI
-
@IsSPIInterface public interface IURLProtocolRegistrarSPI
Interface for a registrar providing custom URL protocols- Author:
- Boris Gregorcic, Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICommonsSet<? extends IURLProtocol>getAllProtocols()
-
-
-
Method Detail
-
getAllProtocols
@Nullable ICommonsSet<? extends IURLProtocol> getAllProtocols()
- Returns:
- The set of protocols to be registered for this registrar. The
returned set may be
nullbut may not containnullelements!
-
-