implicit object JavaPathReader extends (ReadersApi.this)#FsPathReader[Path]
- Alphabetic
- By Inheritance
- JavaPathReader
- FsPathReader
- Reader
- AnyRef
- Any
- Hide All
- Show All
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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()
- val interactiveCompleter: (String) => Seq[String]
Compute available shell completions starting with a given string.
Compute available shell completions starting with a given string. This is used by interactive bash completion, where the user program is responsible for generating completions.
- Definition Classes
- FsPathReader → Reader
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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(a: String): Result[Path]
Either convert the string to A or return a failure message.
Either convert the string to A or return a failure message.
Do not throw from a reader, as it will cause the argument parser to crash, leading to a horrible user experience.
- Definition Classes
- JavaPathReader → Reader
- val standaloneCompleter: Default.type
A completer for bash.
A completer for bash. This is used by standalone bash completion, where a bash script generates completion, without the involvement of the the user program.
If your program is running on the JVM, the startup time is considerable and hence standalone completion should be preferred to interactive completion for a snappy user experience.
- Definition Classes
- FsPathReader → Reader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeName: String
The human-friendly name of this reader's argument type.
The human-friendly name of this reader's argument type.
- Definition Classes
- FsPathReader → Reader
- 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()