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
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileImporter
- DoobieClient
- IndexMeta
- ProgramIdMeta
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val IndexMeta: doobie.Meta[Index]
- Definition Classes
- IndexMeta
- implicit val ProgramIdMeta: doobie.Meta[Id]
- Definition Classes
- ProgramIdMeta
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checkArchive: IO[Unit]
- val clean: IO[Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def configureLogging[M[_]](implicit arg0: Effect[M]): M[Unit]
- Definition Classes
- DoobieClient
- val dir: File
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ignoreUniqueViolation(fa: doobie.ConnectionIO[Int])(implicit ev: Bracket[doobie.ConnectionIO, Throwable]): doobie.ConnectionIO[Int]
- Definition Classes
- DoobieClient
- implicit val ioContextShift: ContextShift[IO]
- Definition Classes
- DoobieClient
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read(f: File): IO[Elem]
- def readAndInsert(u: User[_], f: File, log: Log[doobie.ConnectionIO]): IO[Unit]
- def readAndInsertAll(u: User[_], num: Int, log: Log[doobie.ConnectionIO]): IO[Unit]
- def runl(args: List[String]): IO[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def xmlFiles(num: Int): IO[List[File]]