public class SpotlightMetadataModule extends GeneralNativeCommandModule
GeneralNativeCommandModule.LogOutNative, GeneralNativeCommandModule.NativeExecutionException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
extract |
description, origDescconfig, 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, getCurrentOsCommandextractFileDependentInformationgetHash, isSelected, setConfig, setSelected, supportsThisOS, toStringpublic void setModuleName()
AbstractModulesetModuleName in class GeneralNativeCommandModulepublic ExtractionResult extractInformation(java.nio.file.Path path)
extractInformation in class GeneralNativeCommandModulepublic void setVersion()
setVersion in class GeneralNativeCommandModulepublic java.lang.String getModuleDescription()
getModuleDescription in class GeneralNativeCommandModulepublic static void main(java.lang.String[] args)