Class CompileResult.URLContent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fileName  
      private java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      URLContent​(java.lang.String fileName, java.net.URL url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asString()  
      java.lang.String getFileName()  
      void writeTo​(java.io.OutputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fileName

        private final java.lang.String fileName
      • url

        private final java.net.URL url
    • Constructor Detail

      • URLContent

        public URLContent​(java.lang.String fileName,
                          java.net.URL url)