Package kz.greetgo.script.model.context
Interface AssembleResult
-
- All Known Implementing Classes:
AssembleResultOk,AssembleResultWithError
public interface AssembleResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ScriptDiagnosticMessageDto>diagnosticList()byte[]jarBytes()booleansuccess()
-
-
-
Method Detail
-
success
boolean success()
-
jarBytes
byte[] jarBytes()
-
diagnosticList
java.util.List<ScriptDiagnosticMessageDto> diagnosticList()
-
-