Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StoragePlugin4Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
StoragePlugin4Rosetta
Commits
f7ad921a
Commit
f7ad921a
authored
11 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
just changed some comments
parent
60f6d7f0
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/storage/nfs/SLUBStoragePlugin.java
+4
-4
4 additions, 4 deletions
.../dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java
with
4 additions
and
4 deletions
java/org/slub/rosetta/dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java
+
4
−
4
View file @
f7ad921a
...
...
@@ -22,11 +22,11 @@ import com.exlibris.digitool.common.storage.Fixity.FixityAlgorithm;
/**
* SLUBStoragePlugin
* writes all IEs, files
and so on
into the same dir under yyyy/mm/dd/IEpid/
* writes all IEs, files
etc.
into the same dir
ectory
under yyyy/mm/dd/IEpid/
*
* HINT: this plugin is *only* useful to store AIPs (IEs + files) in
* permanent storage. Otherwise
it could not detect the IE-PID and
* will report an error.
* permanent storage. Otherwise
(e.g in the case of SIPs) it can't
*
detect the IE-PID and
will report an error.
*
* the fixities will only be checked if files are stored (storeEntity()),
* because the Rosetta API does not give enough information about available
...
...
@@ -64,7 +64,7 @@ public class SLUBStoragePlugin extends NFSStoragePlugin {
/** copied from NFS Storage Plugin, enhanced with debugging info,
* stores InputStream on Storage in given format and does fixity check
* if written sucessfully
*
to see
if written sucessfully
* @param is InputStream
* @param storedEntityMetadata storedEntityMetaData
* @return relative path to file
...
...
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