Packages

class Writer[DataTypes] extends ToolDataProvider[DataTypes] with NamingConventions

Linear Supertypes
NamingConventions, ToolDataProvider[DataTypes], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Writer
  2. NamingConventions
  3. ToolDataProvider
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Writer(innerProvider: ToolDataProvider[DataTypes], zipLocation: File, naming: (DataTypes) ⇒ String, metadata: Map[String, String])(implicit zfsp: ZfsProviderLike)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val auxLoadCache: ConcurrentHashMap[DataTypes, Task[Option[ToolData]]]
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
    Definition Classes
    Writer → Closeable → AutoCloseable
  8. def closeT: Task[Unit]

    returns

    A task that, when run, will close this ToolDataProvider.

    Definition Classes
    ToolDataProvider
  9. def ensureWriteable(path: Path): Path
    Attributes
    protected
    Definition Classes
    NamingConventions
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(dataType: DataTypes): Task[Option[ToolData]]

    Return a task that knows how to acquire a given entry, as specified by the dataType.

    Return a task that knows how to acquire a given entry, as specified by the dataType. For tools that don't support

    Definition Classes
    WriterToolDataProvider
  14. def getAndSaveAux(dataType: DataTypes): Task[Option[ToolData]]

    Creates a task that will load some "aux" data and store it to an appropriate path in the zip.

    Creates a task that will load some "aux" data and store it to an appropriate path in the zip. This task should only be run once, so care must be taken to memoize this task, and avoid running a re-creation of it.

    Attributes
    protected
  15. def getAuxPath(auxPath: String): Path
    Attributes
    protected
    Definition Classes
    NamingConventions
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDataPath(index: Int): Path
    Attributes
    protected
    Definition Classes
    NamingConventions
  18. lazy val getPrimaryEntries: Iterant[Task, ContextedToolData]

    Return a stream of ToolDatas that represent the primary entry point(s) of a tool report.

    Return a stream of ToolDatas that represent the primary entry point(s) of a tool report. For tool readers, this will typically be a File, or an entry in a Zip File. For tool connectors, this will typically be the body of an HTTP response.

    returns

    A stream representing the possibly-multiple primary entry points of a tool report.

    Definition Classes
    WriterToolDataProvider
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val nextPrimaryCount: Task[Int]
    Attributes
    protected
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def numInputsProp: String
    Attributes
    protected
    Definition Classes
    NamingConventions
  26. val primaryCounter: AtomicInteger
    Attributes
    protected
  27. def propsPath: Path
    Attributes
    protected
    Definition Classes
    NamingConventions
  28. def savePrimaryEntry(ctd: ContextedToolData): Task[ContextedToolData]
    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. lazy val zipFS: FileSystem
    Attributes
    protected
    Definition Classes
    WriterNamingConventions

Inherited from NamingConventions

Inherited from ToolDataProvider[DataTypes]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped