Class RootImporter

  • All Implemented Interfaces:
    Importer

    public class RootImporter
    extends java.lang.Object
    implements Importer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<ZoneInfo_Data> _Zones  
    • Constructor Summary

      Constructors 
      Constructor Description
      RootImporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int process​(Connection C)  
      • Methods inherited from class java.lang.Object

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

      • _Zones

        @SerializedName("zones")
        public java.util.List<ZoneInfo_Data> _Zones
    • Constructor Detail

      • RootImporter

        public RootImporter()
    • Method Detail

      • process

        public int process​(Connection C)
                    throws java.lang.Exception
        Specified by:
        process in interface Importer
        Throws:
        java.lang.Exception