Uses of Interface
org.cdlib.mrt.utility.LoggerInf
Packages that use LoggerInf
Package
Description
-
Uses of LoggerInf in org.cdlib.mrt.cloud
Fields in org.cdlib.mrt.cloud declared as LoggerInfModifier and TypeFieldDescriptionprotected LoggerInf
ManifestSAX.logger
protected LoggerInf
MatchMap.logger
protected LoggerInf
VersionData.logger
protected LoggerInf
VersionMap.logger
Methods in org.cdlib.mrt.cloud that return LoggerInfMethods in org.cdlib.mrt.cloud with parameters of type LoggerInfModifier and TypeMethodDescriptionstatic VersionMap
ManifestSAX.buildMap
(InputStream inStream, LoggerInf logger) Constructors in org.cdlib.mrt.cloud with parameters of type LoggerInfModifierConstructorDescriptionManifestSAX
(LoggerInf logger) MatchMap
(VersionMap mapOne, VersionMap mapTwo, LoggerInf logger) VersionData
(URL manifestXML, File outputDir, LoggerInf logger) VersionData
(VersionMap map, File outputDir, LoggerInf logger) VersionData
(Identifier objectID, String storageBase, int node, File outputDir, LoggerInf logger) VersionMap
(Identifier objectID, LoggerInf logger) -
Uses of LoggerInf in org.cdlib.mrt.core
Fields in org.cdlib.mrt.core declared as LoggerInfModifier and TypeFieldDescriptionprotected LoggerInf
Checkm.logger
protected LoggerInf
ComponentContent.logger
protected LoggerInf
Manifest.logger
protected static LoggerInf
ManifestBuild.logger
protected LoggerInf
StorageAddClient.logger
protected LoggerInf
ThreadHandler.logger
protected LoggerInf
Tika.logger
protected LoggerInf
ManifestRowAbs.m_logger
Methods in org.cdlib.mrt.core with parameters of type LoggerInfModifier and TypeMethodDescriptionprotected void
Build FileState information from filestatic String
DataciteConvert.dataCite2dc
(String dataCite, LoggerInf logger) Convert DataCite format to standard dcstatic String
DC.dataCite2dc
(String dataCite, LoggerInf logger) Convert DataCite format to standard dcstatic void
static LinkedHashList
Build a LinkedHashList containing DC values extracted from METSstatic void
DC.getDCFromModsMets
(LinkedHashList<String, String> returnList, Document mets, LoggerInf logger) From a DOM METS containing MODS return list of DC valuesstatic FileContent
FileContent.getFileContent
(File file, String checksumType, LoggerInf logger) Factory class for FileContent when FileState does not existstatic FileContent
FileContent.getFileContent
(File file, LoggerInf logger) Factory class for FileContent when FileState does not existstatic Manifest
Manifest.getManifest
(LoggerInf logger, String profile, ManifestRowAbs.ManifestType rowType) Manifest Factorystatic Manifest
Manifest.getManifest
(LoggerInf logger, ManifestRowAbs.ManifestType rowType) Manifest Factorystatic ManifestRowInf
ManifestRowAbs.getManifestRow
(ManifestRowAbs.ManifestType type, String outputProfile, LoggerInf logger) Based on ManifestRow type return requested ManifestRow handlerstatic ManifestRowInf
ManifestRowAbs.getManifestRow
(ManifestRowAbs.ManifestType type, LoggerInf logger) Based on ManifestRow type return requested ManifestRow handlerstatic void
Extract DC from METSstatic void
Extract DC from METSstatic String
DC.getMetsMods
(Document mets, LoggerInf logger) Create a MODS xml extracting from METSstatic LinkedHashList<String,
String> From a string DC build list of DC valuesstatic ManifestBuild.PropInfo
ManifestBuild.getPostManifest
(String fileURLS, File sourceDir, File postManifest, LoggerInf logger) Build a POST manifeststatic ThreadHandler
ThreadHandler.getThreadHandler
(long pollTime, int threadCnt, LoggerInf logger) static Tika
static boolean
ComponentContent.makeGeneralTException
(LoggerInf logger, String msg, Exception ex) create TException and do appropriate loggerstatic String
Convert a MODS XML into a DC XML Stringprotected static void
protected static void
Constructors in org.cdlib.mrt.core with parameters of type LoggerInfModifierConstructorDescriptionConstructorComponentContent
(LoggerInf logger, Manifest manifest, InputStream manifestInputStream) protected
FileContent
(File file, String checksumType, LoggerInf logger) Constructor that validates passed argumentsManifest
(LoggerInf logger, ManifestRowInf rowFactory) Constructorprotected
ManifestRowAbs
(LoggerInf logger) ConstructorManifestRowAdd
(LoggerInf logger) ManifestRowAdd
(LoggerInf logger, Checkm checkm) ManifestRowBatch
(String outputProfile, LoggerInf logger) ManifestRowBatch
(LoggerInf logger) ManifestRowBatch
(LoggerInf logger, Checkm checkm) ManifestRowCheckmAbs
(String outputProfile, LoggerInf logger, String[] profiles, String[] cols) ManifestRowCheckmAbs
(LoggerInf logger, String[] profiles, String[] cols) ManifestRowCheckmAbs
(LoggerInf logger, Checkm checkm) ManifestRowIngest
(LoggerInf logger) ManifestRowIngest
(LoggerInf logger, Checkm checkm) ManifestRowObject
(LoggerInf logger) ManifestRowObject
(LoggerInf logger, Checkm checkm) StorageAddClient
(LoggerInf logger) protected
ThreadHandler
(long pollTime, int threadCnt, LoggerInf logger) -
Uses of LoggerInf in org.cdlib.mrt.db
Fields in org.cdlib.mrt.db declared as LoggerInfMethods in org.cdlib.mrt.db with parameters of type LoggerInfModifier and TypeMethodDescriptionstatic Properties[]
DBUtil.cmd
(Connection connection, String cmd, LoggerInf logger) static boolean
DBUtil.exec
(Connection connection, String replaceCmd, LoggerInf logger) static int
DBUtil.update
(Connection connection, String replaceCmd, LoggerInf logger) Constructors in org.cdlib.mrt.db with parameters of type LoggerInf -
Uses of LoggerInf in org.cdlib.mrt.formatter
Fields in org.cdlib.mrt.formatter declared as LoggerInfModifier and TypeFieldDescriptionprotected LoggerInf
FormatterAbs.logger
protected LoggerInf
NSMap.logger
Methods in org.cdlib.mrt.formatter with parameters of type LoggerInfModifier and TypeMethodDescriptionstatic ANVLFormatter
FormatterAbs.getANVLFormatter
(LoggerInf logger) get ANVL formatterstatic FormatterInf
FormatterAbs.getFormatter
(FormatterInf.Format formatType, LoggerInf logger) Get typped formatterstatic JSONFormatter
FormatterAbs.getJSONFormatter
(String mapperName, LoggerInf logger) get JSON formatterstatic JSONFormatter
FormatterAbs.getJSONFormatter
(LoggerInf logger) get JSON formatterstatic XHTMLFormatter
FormatterAbs.getXHTMLFormatter
(String mapperName, LoggerInf logger) get XHTML formatterstatic XHTMLFormatter
FormatterAbs.getXHTMLFormatter
(LoggerInf logger) get XHTML formatterstatic XMLFormatter
FormatterAbs.getXMLFormatter
(String mapperName, LoggerInf logger) get XML formatterstatic XMLFormatter
FormatterAbs.getXMLFormatter
(LoggerInf logger) get XML formatterConstructors in org.cdlib.mrt.formatter with parameters of type LoggerInfModifierConstructorDescriptionANVLFormatter
(LoggerInf logger) FormatterAbs
(LoggerInf logger) ConstructorJSONFormatter
(String mapperName, LoggerInf logger) JSONFormatter
(LoggerInf logger) XHTMLFormatter
(String mapperName, LoggerInf logger) XHTMLFormatter
(LoggerInf logger) XMLFormatter
(String mapperName, LoggerInf logger) XMLFormatter
(LoggerInf logger) -
Uses of LoggerInf in org.cdlib.mrt.test
Methods in org.cdlib.mrt.test with parameters of type LoggerInfModifier and TypeMethodDescriptionstatic String[]
TestFileUtil.getLinesFromURL
(LoggerInf logger, String urlS) Return array of nonempty lines from url contentstatic File
TestFileUtil.getTempDir
(String directoryPrefix, LoggerInf logger) Get a temporary directorystatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic File
TestFileUtil.url2TempFile
(LoggerInf m_logger, String urlS) get remote file -
Uses of LoggerInf in org.cdlib.mrt.tools.loader
Fields in org.cdlib.mrt.tools.loader declared as LoggerInfModifier and TypeFieldDescriptionprotected LoggerInf
BatchManifest.logger
protected LoggerInf
LoaderManifest.logger
Methods in org.cdlib.mrt.tools.loader with parameters of type LoggerInfModifier and TypeMethodDescriptionstatic BatchManifest
BatchManifest.run
(String checksumType, Vector<LoaderInfo> extractDirectories, File outputManifestDirectory, URL outputManifestBaseURL, URL componentURLBase, LoggerInf logger) static LoaderManifest
LoaderManifest.run
(ManifestRowAbs.ManifestType manifestType, String checksumType, FileComponent batchComponent, File dataDir, File loaderManifestFile, URL componentURLBase, LoggerInf logger) Constructors in org.cdlib.mrt.tools.loader with parameters of type LoggerInfModifierConstructorDescriptionBatchManifest
(String checksumType, Vector<LoaderInfo> extractDirectories, File outputManifestDirectory, URL outputManifestBaseURL, URL componentURLBase, LoggerInf logger) LoaderManifest
(String checksumType, FileComponent batchComponent, File dataDir, File loaderManifest, URL componentURLBase, LoggerInf logger) -
Uses of LoggerInf in org.cdlib.mrt.utility
Classes in org.cdlib.mrt.utility that implement LoggerInfModifier and TypeClassDescriptionclass
Primarily used as a Factory class for LoggerInfclass
Stores informational and error messages in a sequential file.Fields in org.cdlib.mrt.utility declared as LoggerInfModifier and TypeFieldDescriptionprotected LoggerInf
ArchiveBuilder.logger
protected LoggerInf
ArchiveBuilderBase.logger
protected LoggerInf
HttpGet.logger
protected LoggerInf
ListProcessorBase.logger
protected LoggerInf
MessageDigestValue.logger
protected LoggerInf
TFrameInit.logger
protected LoggerInf
TFrame.m_logger
Methods in org.cdlib.mrt.utility that return LoggerInfModifier and TypeMethodDescriptionTFrame.getLogger()
Returns the current loggerTFrameInit.getLogger()
return loggerprotected LoggerInf
TFrame.loadLogger
(String logPath) Loads the registered logger.protected LoggerInf
Throw exception if log is nullMethods in org.cdlib.mrt.utility with parameters of type LoggerInfModifier and TypeMethodDescriptionprotected abstract void
ArchiveBuilder.addItemFile
(File entry, LoggerInf logger) Call back routinte to write an archive entry to archive output.protected void
ArchiveBuilder.Tar.addItemFile
(File entry, LoggerInf logger) write a archive entry to archive outputprotected void
ArchiveBuilder.Zip.addItemFile
(File entry, LoggerInf logger) write a archive entry to archive outputprotected abstract void
ArchiveBuilderBase.addItemFile
(File entry, LoggerInf logger) Call back routinte to write an archive entry to archive output.protected void
ArchiveBuilderBase.Tar.addItemFile
(File entry, LoggerInf logger) write a archive entry to archive outputprotected void
ArchiveBuilderBase.Zip.addItemFile
(File entry, LoggerInf logger) write a archive entry to archive outputstatic Properties[]
SQLUtil.cmd
(String sqlQuery, Connection connection, LoggerInf logger) Return a row from a tablestatic Document
DOMParser.doParse
(InputStream istream, LoggerInf logger) parse xml contained from input stream InputStream Contains logger param Logger Logger to receive messages, if anystatic Document
DOMParser.doParse
(InputStream istream, LoggerInf logger, boolean validate, boolean nsAware, boolean expandEntities) parse xml contained from input stream InputStream Contains loggervoid
Build string containing display form of Properties contentsstatic String
static ArchiveBuilder
ArchiveBuilder.getArchiveBuilder
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Factory routine to get specific ArchiveBuilder for supplied ArchiveTypestatic ArchiveBuilder
ArchiveBuilder.getArchiveBuilder
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Factory routine to get specific ArchiveBuilder for supplied ArchiveTypestatic ArchiveBuilderBase
ArchiveBuilderBase.getArchiveBuilderBase
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Factory routine to get specific ArchiveBuilder for supplied ArchiveTypestatic ArchiveBuilderBase
ArchiveBuilderBase.getArchiveBuilderBase
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Factory routine to get specific ArchiveBuilder for supplied ArchiveTypestatic long
static void
static void
static Element
DOMParser.getFirstNode
(Element elem, String name, LoggerInf logger) Return first decendant element matching a specific string name (xpath=name[1] Contains loggerstatic HttpGet
HttpGet.getHttpGet
(URL contentURL, File outFile, long testSize, int timeout, LoggerInf logger) static String[]
FileUtil.getLinesFromURL
(LoggerInf logger, String urlS) Return array of nonempty lines from url contentstatic NodeList
DOMParser.getNodeList
(Node node, String expression, LoggerInf logger) Same as above, fewer parameters Logging routine not added since the original code for this method did no have a "throw" in the catch (TransformerException te) which indicates that it may not be worth logging.static Properties[]
Return a row from a tablestatic String
DOMParser.getSimpleElementText
(Node node, LoggerInf logger) Return concatinated string text values for all text nodes that are children of this node Contains loggerstatic InputStream
static InputStream
static File
FileUtil.getTempDir
(String directoryPrefix, LoggerInf logger) Get a temporary directoryvoid
MProperties.loadProperties
(LoggerInf logger, String[] propertiesFileNames) Loads properties from one or more properties files.protected static void
static void
static DeleteOnCloseFileInputStream
HttpGet.setTempGet
(URL contentURL, long testLength, int timeout, LoggerInf logger) static DocumentBuilder
get parser Contains loggerstatic String
protected LoggerInf
Throw exception if log is nullstatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic void
Get content referenced by a url and save in a filestatic File
FileUtil.url2TempFile
(LoggerInf m_logger, String urlS) get remote filestatic String
XSLTUtil.xslConvert
(InputStream xmlIS, InputStream xslIS, Hashtable parmTable, LoggerInf logger) Convert xml using an xslt stylesheetstatic String
XSLTUtil.xslConvert
(InputStream xmlIS, String idXSL, Hashtable parmTable, LoggerInf logger) Convert xml using an xslt stylesheetstatic String
XSLTUtil.xslConvert
(String xml, String idXSL, Hashtable parmTable, LoggerInf logger) static String
XSLTUtil.xslConvert
(StreamSource sourceXML, StreamSource sourceXSL, Hashtable parmTable, LoggerInf logger) Convert xml using an xslt stylesheetConstructors in org.cdlib.mrt.utility with parameters of type LoggerInfModifierConstructorDescriptionArchiveBuilder
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Contructor used as build method for this classArchiveBuilder
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Contructor used as build method for this classArchiveBuilderBase
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Contructor used as build method for this classArchiveBuilderBase
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Contructor used as build method for this classFixityTests
(File file, String checksumType, LoggerInf inLogger) Constructur - primary form Performs checksum creation on file and extacts file sizeFixityTests
(InputStream ioStream, String checksumType, LoggerInf inLogger) Constructer - primary form Performs checksum creation on file and extacts file sizeMessageDigestValue
(File file, String checksumTypeS, LoggerInf inLogger) Constructur - primary form Performs checksum creation on file and extacts file sizeMessageDigestValue
(InputStream inputStream, String checksumTypeS, LoggerInf inLogger) Constructer - primary form Performs checksum creation on file and extacts file sizeTar
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Tar
(File fromDir, OutputStream outputStream, LoggerInf logger) Tar
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Tar
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Tar
(File fromDir, OutputStream outputStream, LoggerInf logger) Tar
(File fromDir, OutputStream outputStream, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) TarGZ
(File fromDir, OutputStream outputStream, LoggerInf logger) TarGZ
(File fromDir, OutputStream outputStream, LoggerInf logger) Zip
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilder.ArchiveType archiveType) Zip
(File fromDir, OutputStream outputStream, LoggerInf logger) Zip
(File fromDir, File toArchive, LoggerInf logger, ArchiveBuilderBase.ArchiveType archiveType) Zip
(File fromDir, OutputStream outputStream, LoggerInf logger)