Package com.lingocoder.jar
Interface JarCreationResult
-
- All Known Implementing Classes:
DefaultJarCreationResult
public interface JarCreationResult
-
-
Method Summary
All Methods Instance Methods Abstract 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()
-