Class OutputDir


  • @API(status=INTERNAL,
         since="1.9")
    public class OutputDir
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static OutputDir create​(java.util.Optional<java.lang.String> customDir)  
      java.nio.file.Path createFile​(java.lang.String prefix, java.lang.String extension)  
      java.nio.file.Path toPath()  
      • Methods inherited from class java.lang.Object

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

      • create

        public static OutputDir create​(java.util.Optional<java.lang.String> customDir)
      • toPath

        public java.nio.file.Path toPath()
      • createFile

        public java.nio.file.Path createFile​(java.lang.String prefix,
                                             java.lang.String extension)
                                      throws java.io.UncheckedIOException
        Throws:
        java.io.UncheckedIOException