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() |
extractFileDependentInformationgetConfig, getHash, isSelected, setConfig, setSelected, supportsThisOS, toStringpublic ExtractionResult extractInformation(java.nio.file.Path path)
extractInformation in class AbstractFileDependentModulepublic java.lang.String getModuleDescription()
getModuleDescription in class AbstractModulepublic void setModuleName()
AbstractModulesetModuleName in class AbstractModulepublic void setVersion()
setVersion in class AbstractModule