Class UrlSource

    • Constructor Summary

      Constructors 
      Constructor Description
      UrlSource​(java.net.URL url, Artefact artefact, java.lang.String artefactPath)  
    • Constructor Detail

      • UrlSource

        public UrlSource​(java.net.URL url,
                         Artefact artefact,
                         java.lang.String artefactPath)
    • Method Detail

      • openFile

        public java.io.InputStream openFile​(java.lang.String path)
                                     throws java.io.IOException
        Specified by:
        openFile in class ArtefactSource
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in class ArtefactSource
        Throws:
        java.io.IOException
      • containsFile

        public boolean containsFile​(java.lang.String path)
                             throws java.io.IOException
        Specified by:
        containsFile in class ArtefactSource
        Throws:
        java.io.IOException