forked from jackdos/rdss-par-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjhove.json
89 lines (89 loc) · 2.4 KB
/
jhove.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"id": {
"guid": "1d168550-a7ad-5599-9ed1-be93a5b9d5c5",
"name": "opf-jhove",
"namespace": "https://openpreservation.org"
},
"toolAcceptedParameters": [
{
"description": "Configuration file path name",
"type": "command line argument",
"value": "-c CONFIG"
},
{
"description": "Module name",
"type": "command line argument",
"value": "-m MODULE"
},
{
"description": "Output handler name (defaults to TEXT)",
"type": "command line argument",
"value": "-h HANDLER"
},
{
"description": "Character encoding used by output handler (defaults to UTF-8)",
"type": "command line argument",
"value": "-e ENCODING"
},
{
"description": "About handler name",
"type": "command line argument",
"value": "-H HANDLER"
},
{
"description": "Output file path name (defaults to standard output)",
"type": "command line argument",
"value": "-o OUTPUT"
},
{
"description": "SAX parser class (defaults to J2SE default)",
"type": "command line argument",
"value": "-x SAXCLASS"
},
{
"description": "Temporary directory in which to create temporary files",
"type": "command line argument",
"value": "-t TEMPDIR"
},
{
"description": "Buffer size for buffered I/O (defaults to J2SE 1.4 default)",
"type": "command line argument",
"value": "-b BUFSIZE"
},
{
"description": "Logging level",
"type": "command line argument",
"value": "-l LOGLEVEL"
},
{
"description": "Calculate CRC32, MD5, and SHA-1 checksums",
"type": "command line flag",
"value": "-k"
},
{
"description": "Display raw data flags, not textual equivalents",
"type": "command line flag",
"value": "-r"
},
{
"description": "Format identification based on internal signatures only",
"type": "command line flag",
"value": "-s"
},
{
"description": "Directory or file path name or URI of formatted content stream",
"type": "command line input",
"value": "DIR-FILE-OR-URI"
}
],
"toolLabel": "JSTOR Harvard Object Validation Environment",
"toolName": "JHOVE",
"toolOperatingEnvironments": [
"linux",
"windows",
"macos",
"java 8 or greater"
],
"toolPublisher": "Open Preservation Foundation",
"toolVersion": "1.22.1"
}