Class Workspace


  • public class Workspace
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<Pom> getAllPoms​(java.io.File workspaceDir)  
      static void scanForPoms​(java.io.File workspaceDir, java.util.function.BiConsumer<java.io.File,​Pom> consumer)  
      • Methods inherited from class java.lang.Object

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

      • scanForPoms

        public static void scanForPoms​(java.io.File workspaceDir,
                                       java.util.function.BiConsumer<java.io.File,​Pom> consumer)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getAllPoms

        public static java.util.List<Pom> getAllPoms​(java.io.File workspaceDir)
                                              throws java.io.IOException
        Throws:
        java.io.IOException