Package org.somox.extractor
Interface ExtractionResult
public interface ExtractionResult
The result of an extraction process
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The status of the extraction result -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessage
(Message message) Add a message object to the resultGet a list of all message objects assigned to this resultThe result status of the extraction.Get the Software Extractor that was performed
-
Method Details
-
getResultStatus
ExtractionResult.ResultStatus getResultStatus()The result status of the extraction. Will be one of the constants- Returns:
-
getSoftwareExtractor
SoftwareExtractor getSoftwareExtractor()Get the Software Extractor that was performed- Returns:
-
addMessage
Add a message object to the result- Parameters:
message
- The message object
-
getMessages
Get a list of all message objects assigned to this result- Returns:
- List of all assigned message objects
-