object CommandUtil
- Source
- CommandUtil.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- final val HelpPatternFlags: Int
- def aligned(pre: String, sep: String, in: Seq[(String, String)]): Seq[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bootDirectory(state: State): File
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def detail(selected: String, detailMap: Map[String, String]): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fill(s: String, size: Int): String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ignoreLine(s: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def layoutDetails(details: Map[String, String]): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notReadable(files: Seq[File]): Seq[File]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def processLine(s: String): Option[String]
- def readLines(files: Seq[File]): Seq[String]
- def readable(files: Seq[File]): Seq[File]
- def searchHelp(selected: String, detailMap: Map[String, String]): Map[String, String]
- def singleArgument(exampleStrings: Set[String]): Parser[String]
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAttribute[T](s: State, key: AttributeKey[T], ifMissing: String)(f: (T) ⇒ State): State