Class TempFileWarningLogger


  • public class TempFileWarningLogger
    extends Object
    Temp files may take up a lot of space, warn administrators of their existence, giving them the chance to manage them.
    Author:
    Matt Ward
    • Constructor Detail

      • TempFileWarningLogger

        public TempFileWarningLogger​(org.slf4j.Logger log,
                                     String prefix,
                                     String[] extensions,
                                     Path dir)
    • Method Detail

      • checkFiles

        public boolean checkFiles()
      • removeFiles

        public void removeFiles()
      • getGlob

        protected String getGlob()