Package

com.fulcrumgenomics.sopt

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Chunk(text: String, wrappable: Boolean, indent: Int, gutter: Int = 0, prefix: String = "") extends Product with Serializable

    Permalink

    Represents a chunk of text from MarkDown that is in the process of being laid out in plain text.

  2. class MarkDownProcessor extends AnyRef

    Permalink

    Class for working with MarkDown documents and converting them to HTML or to line-wrapped plain text.

  3. abstract class TermCode extends AnyRef

    Permalink

    Base class for all terminal codes (ex ANSI colors for terminal output).

    Base class for all terminal codes (ex ANSI colors for terminal output). The apply method applies the code to the string and then terminates the code.

Value Members

  1. object Chunk extends Serializable

    Permalink
  2. object KBLD extends TermCode with Product with Serializable

    Permalink
  3. object KBLDRED extends TermCode with Product with Serializable

    Permalink
  4. object KBLU extends TermCode with Product with Serializable

    Permalink
  5. object KCYN extends TermCode with Product with Serializable

    Permalink
  6. object KERROR extends TermCode with Product with Serializable

    Permalink
  7. object KGRN extends TermCode with Product with Serializable

    Permalink
  8. object KMAG extends TermCode with Product with Serializable

    Permalink
  9. object KNRM extends TermCode with Product with Serializable

    Permalink
  10. object KRED extends TermCode with Product with Serializable

    Permalink
  11. object KWHT extends TermCode with Product with Serializable

    Permalink
  12. object KYEL extends TermCode with Product with Serializable

    Permalink
  13. object MarkDownProcessor

    Permalink
  14. object ParsingUtil

    Permalink

    Variables and Methods to support command line parsing

  15. object TermCode

    Permalink

Ungrouped