Packages

o

gem.ocs2

FileImporter

object FileImporter extends DoobieClient

Imports OCS2 program files exported to the same format sent by the Ocs3ExportServlet at http://g[ns]odb:8442/ocs3/fetch/programId or by using the OSGi shell command "exportOcs3" from the ODB shell.

Linear Supertypes
DoobieClient, IndexMeta, ProgramIdMeta, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileImporter
  2. DoobieClient
  3. IndexMeta
  4. ProgramIdMeta
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val IndexMeta: doobie.Meta[Index]
    Definition Classes
    IndexMeta
  5. implicit val ProgramIdMeta: doobie.Meta[Id]
    Definition Classes
    ProgramIdMeta
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val checkArchive: IO[Unit]
  8. val clean: IO[Int]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def configureLogging[M[_]](implicit arg0: Effect[M]): M[Unit]
    Definition Classes
    DoobieClient
  11. val dir: File
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def ignoreUniqueViolation(fa: doobie.ConnectionIO[Int]): doobie.ConnectionIO[Int]
    Definition Classes
    DoobieClient
  18. implicit val ioContextShift: ContextShift[IO]
    Definition Classes
    DoobieClient
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def main(args: Array[String]): Unit
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def read(f: File): IO[Elem]
  25. def readAndInsert(u: User[_], f: File, log: Log[doobie.ConnectionIO]): IO[Unit]
  26. def readAndInsertAll(u: User[_], num: Int, log: Log[doobie.ConnectionIO]): IO[Unit]
  27. def runl(args: List[String]): IO[Unit]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def xmlFiles(num: Int): IO[List[File]]

Inherited from DoobieClient

Inherited from IndexMeta

Inherited from ProgramIdMeta

Inherited from AnyRef

Inherited from Any

Ungrouped