public class RegexModule extends AbstractFileDependentModule
Modifier and Type | Class and Description |
---|---|
static class |
RegexModule.RegexMatch |
config, moduleName, version
Constructor and Description |
---|
RegexModule() |
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 ExtractionResult extractInformation(java.nio.file.Path path)
extractInformation
in class AbstractFileDependentModule
public java.lang.String getModuleDescription()
getModuleDescription
in class AbstractModule
public void setModuleName()
AbstractModule
setModuleName
in class AbstractModule
public void setVersion()
setVersion
in class AbstractModule