Class ZipUtil.InPlaceAction

  • Enclosing class:
    ZipUtil

    private abstract static class ZipUtil.InPlaceAction
    extends java.lang.Object
    Simple helper to make inplace operation easier
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InPlaceAction()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract boolean act​(java.io.File tmpFile)  
      • Methods inherited from class java.lang.Object

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

      • InPlaceAction

        private InPlaceAction()
    • Method Detail

      • act

        abstract boolean act​(java.io.File tmpFile)
        Returns:
        true if something has been changed during the action.