Class DefaultJarCreationResult

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultJarCreationResult​(java.util.Optional<java.nio.file.Path> pathToExe, java.util.Optional<java.lang.String> outPut, boolean isExecutable, int status)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getOutPut()  
      java.util.Optional<java.nio.file.Path> getPathToExe()  
      int getStatus()  
      boolean isExecutable()  
      • Methods inherited from class java.lang.Object

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

      • DefaultJarCreationResult

        public DefaultJarCreationResult​(java.util.Optional<java.nio.file.Path> pathToExe,
                                        java.util.Optional<java.lang.String> outPut,
                                        boolean isExecutable,
                                        int status)