public class ExtractionResult
extends java.lang.Object
ExtractionResult
s from one extraction run of all modules
will be saved at the Environment
class before storing to database.
! Don't refactor names, otherwise the serialization will fail. !Modifier and Type | Field and Description |
---|---|
java.lang.String |
configurationHash
Hash value of the
ModuleConfiguration |
java.util.Date |
extractionDate
Date of extraction
|
java.lang.String |
moduleClass
Class of the module
|
java.lang.String |
moduleDisplayName
Name of the module used for the extraction
|
java.lang.String |
moduleName
Name of the module used for the extraction
|
java.lang.String |
moduleVersion
Version of the module
|
java.lang.Object |
results
Result object.
|
Constructor and Description |
---|
ExtractionResult()
Deprecated.
|
ExtractionResult(AbstractModule module)
This is the constructor you should use.
|
Modifier and Type | Method and Description |
---|---|
void |
setResults(java.lang.Object results)
Set the result object.
|
public java.lang.String moduleName
public java.lang.String moduleDisplayName
public java.lang.String moduleVersion
public java.lang.String moduleClass
public java.util.Date extractionDate
public java.lang.String configurationHash
ModuleConfiguration
public java.lang.Object results
@Deprecated public ExtractionResult()
public ExtractionResult(AbstractModule module)
AbstractModule
class which will be saved together with the
extraction result.module
- module used for the extraction of this information