Class BloopProjectWriter


  • public class BloopProjectWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BloopProjectWriter​(java.nio.file.Path bloopRoot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path write​(bloop.config.Config.Project bloopProject)  
      • Methods inherited from class java.lang.Object

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

      • BloopProjectWriter

        public BloopProjectWriter​(java.nio.file.Path bloopRoot)
    • Method Detail

      • write

        public java.nio.file.Path write​(bloop.config.Config.Project bloopProject)