Class ClassFileLocator.ForUrl

    • Constructor Detail

      • ForUrl

        public ForUrl​(URL... url)
        Creates a new class file locator for the given URLs.
        Parameters:
        url - The URLs to search for class files.
      • ForUrl

        public ForUrl​(Collection<? extends URL> urls)
        Creates a new class file locator for the given URLs.
        Parameters:
        urls - The URLs to search for class files.