Class ModelPackageCleaner


  • public final class ModelPackageCleaner
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void cleanUnusedBelow​(java.lang.String rootPath)  
      static void cleanUnusedBelow​(java.nio.file.Path rootPath)  
      static void main​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

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

      • cleanUnusedBelow

        public static void cleanUnusedBelow​(java.lang.String rootPath)
      • cleanUnusedBelow

        public static void cleanUnusedBelow​(java.nio.file.Path rootPath)
      • main

        public static void main​(java.lang.String... args)