Class FileURLConnectionFactory

java.lang.Object
org.faceless.publisher.resource.FileURLConnectionFactory
All Implemented Interfaces:
URLConnectionFactory

public class FileURLConnectionFactory extends Object implements URLConnectionFactory
A URLConnectionFactory that handles the "jar" and "file" URLs, ie. those handled by Java by default. All URLs loaded by this Factory are trusted.
  • Constructor Details

    • FileURLConnectionFactory

      public FileURLConnectionFactory()
  • Method Details