public class ImportResult
extends java.lang.Object
Constructor and Description |
---|
ImportResult(boolean hasErrors,
java.lang.String message,
NuclosFile logFile) |
Modifier and Type | Method and Description |
---|---|
NuclosFile |
getLogFile()
This method returns the log file that has been created during import process
|
java.lang.String |
getMessages()
This method returns all messages of the import process as a String.
|
boolean |
hasErrors()
This method returns a boolean signifying whether the import process was successful or not.
|
public ImportResult(boolean hasErrors, java.lang.String message, NuclosFile logFile)
public boolean hasErrors()
public java.lang.String getMessages()
hasErrors()
to check if the process was successfulpublic NuclosFile getLogFile()
NuclosFile
logFileCopyright © 2024. All rights reserved.