abstract class ClassPathLikeArg extends ParsedArg[String, Iterable[File]]
Instance Constructors
- new ClassPathLikeArg()
Type Members
- type valueType = Iterable[File]
Abstract Value Members
- abstract def description: String
- abstract def name: String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(opalConfig: Config, value: Option[Iterable[File]]): Config
- final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
- def argName: String
- final def asInstanceOf[T0]: T0
- def choices: Seq[String]
- def clone(): AnyRef
- def commands(): IterableOnce[Arg[_, _]]
- val conv: ValueConverter[String]
- def defaultValue: Option[String]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def noshort: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(arg: String): Iterable[File]
- def short: Char
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Arg[String, Iterable[File]]
Inherited from AnyRef
Inherited from Any