Interface DiskSpaceConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDiskSpaceConsumerName()
      Retrieves the name that should be used to identify this disk space consumer.
      java.util.List<java.io.File> getDiskSpaceConsumerPaths()
      Retrieves a list of filesystem paths in which this disk space consumer may store files which may consume a significant amount of space.
    • Method Detail

      • getDiskSpaceConsumerName

        java.lang.String getDiskSpaceConsumerName()
        Retrieves the name that should be used to identify this disk space consumer.
        Returns:
        The name that should be used to identify this disk space consumer.
      • getDiskSpaceConsumerPaths

        java.util.List<java.io.File> getDiskSpaceConsumerPaths()
        Retrieves a list of filesystem paths in which this disk space consumer may store files which may consume a significant amount of space. It is generally recommended that the paths be directories, but they may also be individual files.
        Returns:
        A list of filesystem paths in which this disk space consumer may store files which may consume a significant amount of space.