trait ProjectBasedCommandLineConfig extends OPALCommandLineConfig
- Self Type
- ProjectBasedCommandLineConfig with ScallopConf
- Source
- ProjectBasedCommandLineConfig.scala
- Alphabetic
- By Inheritance
- ProjectBasedCommandLineConfig
- OPALCommandLineConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class CommandExt extends AnyRef
- Attributes
- protected
- Definition Classes
- OPALCommandLineConfig
Abstract Value Members
- abstract val description: String
- Definition Classes
- OPALCommandLineConfig
Concrete 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
- def apply[R](arg: Arg[_, R]): R
Gets the value of a (required) argument.
Gets the value of a (required) argument.
- Definition Classes
- OPALCommandLineConfig
- Exceptions thrown
NoSuchElementExceptionif the argument was not supplied (which means it was not marked as required!)
- val argGroups: Map[Arg[_, _], ScallopOptionGroup]
- Attributes
- protected
- Definition Classes
- OPALCommandLineConfig
- def args(as: Arg[_, _]*): Unit
Defines (additional) args for this configuration
Defines (additional) args for this configuration
- Attributes
- protected
- Definition Classes
- OPALCommandLineConfig
- def argsIterator: Iterator[Arg[_, _]]
- Definition Classes
- OPALCommandLineConfig
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def generalArgs(as: Arg[_, _]*): Unit
Defines (additional) general args for this configuration
Defines (additional) general args for this configuration
- Attributes
- protected
- Definition Classes
- OPALCommandLineConfig
- def get[R](arg: Arg[_, R], default: => R): R
Gets the value of an (optional) argument or a default value if the argument was not supplied
Gets the value of an (optional) argument or a default value if the argument was not supplied
- Definition Classes
- OPALCommandLineConfig
- def get[R](arg: Arg[_, R]): Option[R]
Gets the value of an (optional) argument or None if the argument was not supplied
Gets the value of an (optional) argument or None if the argument was not supplied
- Definition Classes
- OPALCommandLineConfig
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def handleParsingExceptions(project: SomeProject, exceptions: Iterable[Throwable]): Unit
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(): Unit
- Definition Classes
- OPALCommandLineConfig
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def onError(e: Throwable): Unit
- Attributes
- protected
- Definition Classes
- OPALCommandLineConfig
- def readClassFiles(kind: String, classFilePaths: Iterable[File], loadCompletely: Boolean = true)(implicit classFilesReader: (File, (Source, Throwable) => Unit) => Iterable[(ClassFile, URL)], logContext: LogContext): (Iterable[(ClassFile, URL)], Iterable[Throwable])
- Attributes
- protected
- def resolveDirToCP(dirOption: Option[String], root: Iterable[File], cp: Iterable[File]): Iterable[File]
- Attributes
- protected
- def setupConfig(isLibrary: Boolean): Config
- Definition Classes
- OPALCommandLineConfig
- def setupProject(cp: Iterable[File], libCP: Iterable[File], isLibrary: Boolean, librariesAsInterfaces: Boolean)(implicit initialLogContext: LogContext): (Project[URL], Seconds)
- def setupProject(cp: Iterable[File] = apply(JDKArg).getOrElse(apply(ClassPathArg)), libCP: Iterable[File] = get(LibraryClassPathArg, Iterable.empty))(implicit initialLogContext: LogContext = GlobalLogContext): (Project[URL], Seconds)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated