Uses of Interface
org.duracloud.retrieval.mgmt.OutputWriter
-
Packages that use OutputWriter Package Description org.duracloud.retrieval.mgmt -
-
Uses of OutputWriter in org.duracloud.retrieval.mgmt
Classes in org.duracloud.retrieval.mgmt that implement OutputWriter Modifier and Type Class Description classCSVFileOutputWriterHandles writing the output CSV file for the retrieval toolclassLoggingOutputWriterConstructors in org.duracloud.retrieval.mgmt with parameters of type OutputWriter Constructor Description RetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps)RetrievalWorker(ContentItem contentItem, RetrievalSource source, File contentDir, boolean overwrite, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps)Creates a Retrieval Worker to handle retrieving a file
-