Interface ResourceUrlResolver

All Superinterfaces:
Function<String,String>
All Known Implementing Classes:
FlexmarkResourceUrlResolver.BuildTestResourceUrlResolver, FlexmarkResourceUrlResolver.OutTestResourcesUrlResolver, FlexmarkResourceUrlResolver.TargetTestResourceUrlResolver

public interface ResourceUrlResolver extends Function<String,String>
Used to resolve test resource URL from copy in test location to URL of source file
  • Field Details

  • Method Details

    • apply

      String apply(String externalForm)
      Specified by:
      apply in interface Function<String,String>
    • isFileProtocol

      static boolean isFileProtocol(@NotNull @NotNull String externalForm)
    • hasProtocol

      static boolean hasProtocol(@NotNull @NotNull String externalForm)
    • removeProtocol

      @NotNull static @NotNull String removeProtocol(@NotNull @NotNull String externalForm)