public class SpotlightMetadataModule extends GeneralNativeCommandModule
GeneralNativeCommandModule.LogOutNative, GeneralNativeCommandModule.NativeExecutionException
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
extract |
description, origDesc
config, moduleName, version
Constructor and Description |
---|
SpotlightMetadataModule() |
Modifier and Type | Method and Description |
---|---|
ExtractionResult |
extractInformation(java.nio.file.Path path) |
java.lang.String |
getModuleDescription() |
static void |
main(java.lang.String[] args) |
void |
setModuleName()
By implementing this abstract method the name of the module is specified.
|
void |
setVersion() |
canRunNativeCommand, extractNative, getConfig, getCurrentOsCommand
extractFileDependentInformation
getHash, isSelected, setConfig, setSelected, supportsThisOS, toString
public void setModuleName()
AbstractModule
setModuleName
in class GeneralNativeCommandModule
public ExtractionResult extractInformation(java.nio.file.Path path)
extractInformation
in class GeneralNativeCommandModule
public void setVersion()
setVersion
in class GeneralNativeCommandModule
public java.lang.String getModuleDescription()
getModuleDescription
in class GeneralNativeCommandModule
public static void main(java.lang.String[] args)