Package generic.util

Class ArchiveBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFile​(java.lang.String path, java.io.File file)  
      void close()  
      void createFile​(java.lang.String path, java.util.List<java.lang.String> lines)  
      • Methods inherited from class java.lang.Object

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

      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • addFile

        public void addFile​(java.lang.String path,
                            java.io.File file)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • createFile

        public void createFile​(java.lang.String path,
                               java.util.List<java.lang.String> lines)
                        throws java.io.IOException
        Throws:
        java.io.IOException