Package kz.greetgo.script.model.context
Class AssembleResultWithError
- java.lang.Object
-
- kz.greetgo.script.model.context.AssembleResultWithError
-
- All Implemented Interfaces:
AssembleResult
public class AssembleResultWithError extends java.lang.Object implements AssembleResult
-
-
Constructor Summary
Constructors Constructor Description AssembleResultWithError()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ScriptDiagnosticMessageDto>diagnosticList()byte[]jarBytes()static AssembleResultWithErrorof(java.util.List<ScriptDiagnosticMessageDto> diagnosticList)booleansuccess()
-
-
-
Method Detail
-
success
public boolean success()
- Specified by:
successin interfaceAssembleResult
-
jarBytes
public byte[] jarBytes()
- Specified by:
jarBytesin interfaceAssembleResult
-
diagnosticList
public java.util.List<ScriptDiagnosticMessageDto> diagnosticList()
- Specified by:
diagnosticListin interfaceAssembleResult
-
of
public static AssembleResultWithError of(java.util.List<ScriptDiagnosticMessageDto> diagnosticList)
-
-