Packages

abstract class AbstractImporter extends Importer with Logging

导入的抽象和缺省实现

Linear Supertypes
Logging, Importer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractImporter
  2. Logging
  3. Importer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractImporter()

Abstract Value Members

  1. abstract def current: AnyRef

    返回方前正在转换成的对象

    返回方前正在转换成的对象

    Definition Classes
    Importer
  2. abstract def current_=(obj: AnyRef): Unit

    设置当前正在转换的对象

    设置当前正在转换的对象

    Definition Classes
    Importer
  3. abstract def dataName: String

    转换数据的名称

    转换数据的名称

    Definition Classes
    Importer
  4. abstract def transferItem(): Unit

    转换一个对象

    转换一个对象

    Definition Classes
    Importer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addListener(listener: ImportListener): Importer

    添加转换监听器

    添加转换监听器

    Definition Classes
    AbstractImporterImporter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attrs: Array[Attribute]
    Definition Classes
    Importer
  7. def beforeImportItem(): Unit
    Attributes
    protected
  8. def changeCurValue(attr: String, value: Any): Unit

    改变现有某个属性的值

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val curData: Map[String, Any]
    Definition Classes
    Importer
  11. def description(attr: String): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. var fail: Int

    得到转换过程中失败的个数

    得到转换过程中失败的个数

    Definition Classes
    AbstractImporterImporter
  15. def format: Format.Value

    转换数据的类型

    转换数据的类型

    Definition Classes
    AbstractImporterImporter
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def ignoreNull: Boolean

    是否忽略空值

    是否忽略空值

    Definition Classes
    AbstractImporterImporter
  19. var index: Int
    Attributes
    protected
  20. def isDataValid: Boolean

    当前读入的数据是否有效

    当前读入的数据是否有效

    Definition Classes
    AbstractImporterImporter
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val listeners: ListBuffer[ImportListener]
    Attributes
    protected
  23. def locale: Locale

    转换使用的locale

    转换使用的locale

    Definition Classes
    AbstractImporterImporter
  24. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val prepare: ImportPrepare
    Definition Classes
    Importer
  29. final def read(): Boolean

    读取数据,设置内部步进状态等

    读取数据,设置内部步进状态等

    Definition Classes
    AbstractImporterImporter
  30. val reader: Reader
    Definition Classes
    Importer
  31. def setAttrs(attrs: List[Attribute]): Unit
  32. var success: Int

    得到转换过程中成功的个数

    得到转换过程中成功的个数

    Definition Classes
    AbstractImporterImporter
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def tranferIndex: Int

    查询正在转换的对象的次序号,从1开始

    查询正在转换的对象的次序号,从1开始

    Definition Classes
    AbstractImporterImporter
  36. def transfer(tr: ImportResult): Unit

    进行转换

    进行转换

    Definition Classes
    AbstractImporterImporter
  37. var transferResult: ImportResult
    Attributes
    protected
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from Importer

Inherited from AnyRef

Inherited from Any

Ungrouped