Interface ClasspathURLConverter

All Known Implementing Classes:
ClasspathURLConverterImpl

public interface ClasspathURLConverter
Used by ClassNameLocator to convert URLs from one protocol to another. This is a hook for supporting OSGi, allowing "bundleresource" and "bundleentry" protocols to be converted to "jar:" or "file:".
  • Method Details