public interface FormatIdentificationPlugin
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName() |
java.lang.String |
getAgentSignatureVersion() |
java.lang.String |
getAgentVersion() |
java.lang.String |
getFormatRegistryName() |
FormatIdentificationResult |
identifyFormat(java.lang.String filePath)
Performs the file format identification.
|
java.lang.String getAgentName()
java.lang.String getAgentVersion()
java.lang.String getAgentSignatureVersion()
java.lang.String getFormatRegistryName()
FormatIdentificationResult identifyFormat(java.lang.String filePath)
- - filePath - the path to the file that needs format identification