Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mediaconch_plugin4rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
mediaconch_plugin4rosetta
Commits
e03b1e27
Commit
e03b1e27
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- updated new class name
parent
13c8a1d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/org/slub/rosetta/dps/repository/plugin/SLUBMatroskaFFV1FormatValidationPlugin.java
+3
-3
3 additions, 3 deletions
...sitory/plugin/SLUBMatroskaFFV1FormatValidationPlugin.java
with
3 additions
and
3 deletions
java/org/slub/rosetta/dps/repository/plugin/SLUBMatroskaFFV1FormatValidationPlugin.java
+
3
−
3
View file @
e03b1e27
...
@@ -36,7 +36,7 @@ import java.util.Map;
...
@@ -36,7 +36,7 @@ import java.util.Map;
* @author andreas.romeyke@slub-dresden.de (Andreas Romeyke)
* @author andreas.romeyke@slub-dresden.de (Andreas Romeyke)
* @see com.exlibris.dps.sdk.techmd.FormatValidationPlugin
* @see com.exlibris.dps.sdk.techmd.FormatValidationPlugin
*/
*/
public
class
SLUB
TechnicalMetadataExtractorMediaConch
Plugin
implements
FormatValidationPlugin
{
public
class
SLUB
MatroskaFFV1FormatValidation
Plugin
implements
FormatValidationPlugin
{
private
String
mediaconch_binary_path
;
private
String
mediaconch_binary_path
;
private
String
mediaconch_current_profile_path
;
private
String
mediaconch_current_profile_path
;
private
String
mediaconch_upcoming_profile_path
;
private
String
mediaconch_upcoming_profile_path
;
...
@@ -49,7 +49,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements FormatVal
...
@@ -49,7 +49,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements FormatVal
private
boolean
isDifferentProfile
=
true
;
private
boolean
isDifferentProfile
=
true
;
/** constructor */
/** constructor */
public
SLUB
TechnicalMetadataExtractorMediaConch
Plugin
()
{
public
SLUB
MatroskaFFV1FormatValidation
Plugin
()
{
//log.info("SLUBVirusCheckPlugin instantiated with host=" + host + " port=" + port + " timeout=" + timeout);
//log.info("SLUBVirusCheckPlugin instantiated with host=" + host + " port=" + port + " timeout=" + timeout);
System
.
out
.
println
(
"SLUBTechnicalMetadataExtractorMediaConchPlugin instantiated"
);
System
.
out
.
println
(
"SLUBTechnicalMetadataExtractorMediaConchPlugin instantiated"
);
}
}
...
@@ -239,7 +239,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements FormatVal
...
@@ -239,7 +239,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements FormatVal
* @param args list of files which should be scanned
* @param args list of files which should be scanned
*/
*/
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
SLUB
TechnicalMetadataExtractorMediaConchPlugin
plugin
=
new
SLUBTechnicalMetadataExtractorMediaConch
Plugin
();
SLUB
MatroskaFFV1FormatValidationPlugin
plugin
=
new
SLUBMatroskaFFV1FormatValidation
Plugin
();
Map
<
String
,
String
>
initp
=
new
HashMap
<>();
Map
<
String
,
String
>
initp
=
new
HashMap
<>();
initp
.
put
(
"mediaconch_binary_path"
,
"/usr/bin/mediaconch"
);
initp
.
put
(
"mediaconch_binary_path"
,
"/usr/bin/mediaconch"
);
initp
.
put
(
"mediaconch_current_profile_path"
,
"/etc/mediaconch/profile.xml"
);
initp
.
put
(
"mediaconch_current_profile_path"
,
"/etc/mediaconch/profile.xml"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment