Class JavadocParanamer.ZipJavadocProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.zip.ZipFile zip  
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipJavadocProvider​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.util.zip.ZipEntry find​(java.lang.String postfix)  
      java.io.InputStream getRawJavadoc​(java.lang.String fqn)  
      • Methods inherited from class java.lang.Object

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

      • zip

        private final java.util.zip.ZipFile zip
    • Constructor Detail

      • ZipJavadocProvider

        public ZipJavadocProvider​(java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • find

        private java.util.zip.ZipEntry find​(java.lang.String postfix)
                                     throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException