public class ApacheTikaExtractionModule extends AbstractFileDependentModule
Modifier and Type | Field and Description |
---|---|
static org.apache.tika.Tika |
tika |
config, moduleName, version
Constructor and Description |
---|
ApacheTikaExtractionModule() |
Modifier and Type | Method and Description |
---|---|
ExtractionResult |
extractInformation(java.nio.file.Path path) |
java.lang.String |
getModuleDescription() |
void |
setModuleName()
By implementing this abstract method the name of the module is specified.
|
void |
setVersion() |
extractFileDependentInformation
getConfig, getHash, isSelected, setConfig, setSelected, supportsThisOS, toString
public void setModuleName()
AbstractModule
setModuleName
in class AbstractModule
public ExtractionResult extractInformation(java.nio.file.Path path)
extractInformation
in class AbstractFileDependentModule
public void setVersion()
setVersion
in class AbstractModule
public java.lang.String getModuleDescription()
getModuleDescription
in class AbstractModule