Class MavenUtils.CleanupStatistics

java.lang.Object
de.oktoflow.platform.cmdTools.MavenUtils.CleanupStatistics
Enclosing class:
MavenUtils

public static class MavenUtils.CleanupStatistics extends Object
Some cleanup statistics.
Author:
Holger Eichelberger
  • Field Details

    • fileCount

      private int fileCount
    • bytesCleared

      private long bytesCleared
  • Constructor Details

    • CleanupStatistics

      public CleanupStatistics()
  • Method Details

    • clearedFile

      public void clearedFile(long length)
      Called when a file was cleared.
      Parameters:
      length - the number of bytes
    • cleared

      public void cleared(File file)
      Called when a file or a folder was cleared.
      Parameters:
      file - the file/folder
    • clearedFile

      public void clearedFile(File file)
      Called when a file was cleared.
      Parameters:
      file - the file
    • clearedFolder

      public void clearedFolder(File folder)
      Called when a folder was cleared.
      Parameters:
      folder - the folder
    • getFileCount

      public int getFileCount()
      Returns the number of files cleared.
      Returns:
      the number of files
    • getBytesCleared

      public long getBytesCleared()
      Returns the number of bytes cleared.
      Returns:
      the number of bytes