Package com.lingocoder.jar
Class DefaultJarCreationResult
- java.lang.Object
-
- com.lingocoder.jar.DefaultJarCreationResult
-
- All Implemented Interfaces:
JarCreationResult
public class DefaultJarCreationResult extends java.lang.Object implements JarCreationResult
-
-
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()intgetStatus()booleanisExecutable()
-
-
-
Method Detail
-
getPathToExe
public java.util.Optional<java.nio.file.Path> getPathToExe()
- Specified by:
getPathToExein interfaceJarCreationResult
-
getOutPut
public java.util.Optional<java.lang.String> getOutPut()
- Specified by:
getOutPutin interfaceJarCreationResult
-
isExecutable
public boolean isExecutable()
- Specified by:
isExecutablein interfaceJarCreationResult
-
getStatus
public int getStatus()
- Specified by:
getStatusin interfaceJarCreationResult
-
-