Class Updater


  • public class Updater
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLUMN_FILENAME  
      static java.lang.String COLUMN_IS_IMPORTED  
      static java.lang.String COLUMN_TIMESTAMP  
      static java.lang.String UPDATE_TABLE
      Name of the table that keeps track of already imported and finished Medline update files.
    • Constructor Summary

      Constructors 
      Constructor Description
      Updater​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.File[] getMedlineFiles​(java.lang.String medlinePathString)  
      void process​(DataBaseConnector dbc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UPDATE_TABLE

        public static final java.lang.String UPDATE_TABLE
        Name of the table that keeps track of already imported and finished Medline update files. Value: "_data._medline_update_files".
        See Also:
        Constant Field Values
      • COLUMN_IS_IMPORTED

        public static final java.lang.String COLUMN_IS_IMPORTED
        See Also:
        Constant Field Values
      • COLUMN_TIMESTAMP

        public static final java.lang.String COLUMN_TIMESTAMP
        See Also:
        Constant Field Values
    • Constructor Detail

      • Updater

        public Updater​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> configuration)
    • Method Detail

      • getMedlineFiles

        protected java.io.File[] getMedlineFiles​(java.lang.String medlinePathString)
                                          throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException