Interface LinkRedirector


  • public interface LinkRedirector
    Possibly redirects one URL to another. Useful if you want "external" URL's in code completion documentation to point to a local copy instead, for example.
    Version:
    1.0
    Author:
    Robert Futrell
    • Method Detail

      • possiblyRedirect

        URL possiblyRedirect​(URL original)