Package tilda

Class Import


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

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Import()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Importer getFileImporter​(java.lang.String OverridePackageName, java.lang.String ImportFileName)  
      static void main​(java.lang.String[] args)  
      static int process​(Importer I, Connection C)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • Import

        public Import()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • process

        public static int process​(Importer I,
                                  Connection C)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getFileImporter

        public static Importer getFileImporter​(java.lang.String OverridePackageName,
                                               java.lang.String ImportFileName)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception