Object

org.clulab.utils

StringUtils

Related Doc: package utils

Permalink

object StringUtils

Converts a command line to properties; and other useful String utils User: mihais Date: 2/12/13 Last Modified: Update for Scala 2.12: java converters.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val PROPERTIES: String

    Permalink
  5. val PROPS: String

    Permalink
  6. val VARIABLE: Pattern

    Permalink
  7. def after(string: String, index: Int, all: Boolean, keep: Boolean): String

    Permalink
  8. def afterFirst(string: String, char: Char, all: Boolean = true, keep: Boolean = false): String

    Permalink
  9. def afterLast(string: String, char: Char, all: Boolean = true, keep: Boolean = false): String

    Permalink
  10. def argsToMap(args: Array[String], verbose: Boolean = true): Map[String, String]

    Permalink
  11. def argsToProperties(args: Array[String], verbose: Boolean = true): Properties

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def before(string: String, index: Int, all: Boolean, keep: Boolean): String

    Permalink
  14. def beforeFirst(string: String, char: Char, all: Boolean = true, keep: Boolean = false): String

    Permalink
  15. def beforeLast(string: String, char: Char, all: Boolean = true, keep: Boolean = false): String

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def exceptionToString(ex: Exception): String

    Permalink

    Format the given exception as a string and return the string.

  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getBool(props: Properties, name: String, default: Boolean): Boolean

    Permalink
  22. def getBoolOption(props: Properties, name: String): Option[Boolean]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getDouble(props: Properties, name: String, default: Double): Double

    Permalink
  25. def getDoubleOption(props: Properties, name: String): Option[Double]

    Permalink
  26. def getInt(props: Properties, name: String, default: Int): Int

    Permalink
  27. def getIntOption(props: Properties, name: String): Option[Int]

    Permalink
  28. def getStringOption(props: Properties, name: String): Option[String]

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def med(source: String, target: String): Int

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def porterStem(s: String): String

    Permalink

    Generates the stem of a word, according to the Porter algorithm

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toIntArray(v: String, sep: String = " "): Array[Int]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped