Class FilePatcher


  • public class FilePatcher
    extends java.lang.Object
    Since:
    1.6
    • Constructor Summary

      Constructors 
      Constructor Description
      FilePatcher()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      protected java.lang.String[] readFromPath​(java.lang.String path)  
      void run​(java.lang.String inputPath, java.lang.String patchPath, java.lang.String targetPath)  
      • Methods inherited from class java.lang.Object

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

      • FilePatcher

        public FilePatcher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public void run​(java.lang.String inputPath,
                        java.lang.String patchPath,
                        java.lang.String targetPath)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readFromPath

        protected java.lang.String[] readFromPath​(java.lang.String path)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception