Packages

class GenericRunnerCommand extends CompilerCommand

A command for ScriptRunner

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericRunnerCommand
  2. CompilerCommand
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericRunnerCommand(args: List[String])
  2. new GenericRunnerCommand(args: List[String], error: (String) ⇒ Unit)
  3. new GenericRunnerCommand(args: List[String], settings: GenericRunnerSettings)

Type Members

  1. type Setting = Settings.Setting
    Definition Classes
    CompilerCommand

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arguments: collection.immutable.List[String]

    Arguments to thingToRun.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def cmdDesc: String

    A descriptive alias for version and help messages.

    A descriptive alias for version and help messages.

    Definition Classes
    GenericRunnerCommandCompilerCommand
  8. def cmdName: String

    The name of the command.

    The name of the command.

    Definition Classes
    GenericRunnerCommandCompilerCommand
  9. def compCmdName: String
  10. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String
    Definition Classes
    CompilerCommand
  11. def createUsageMsg(cond: (Setting) ⇒ Boolean): String

    Creates a help message for a subset of options based on cond

    Creates a help message for a subset of options based on cond

    Definition Classes
    CompilerCommand
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def expandArg(arg: String): List[String]

    Expands all arguments starting with @ to the contents of the file named like each argument.

    Expands all arguments starting with @ to the contents of the file named like each argument.

    Definition Classes
    CompilerCommand
  15. def files: List[String]
    Definition Classes
    CompilerCommand
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getInfoMessage(global: Global): String
    Definition Classes
    CompilerCommand
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val howToRun: HowToRun
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def ok: Boolean
    Definition Classes
    GenericRunnerCommandCompilerCommand
  26. def processArguments: (Boolean, List[String])
    Definition Classes
    CompilerCommand
  27. val settings: GenericRunnerSettings
    Definition Classes
    GenericRunnerCommandCompilerCommand
  28. def shortUsage: String
    Definition Classes
    CompilerCommand
  29. def shortUsageMsg: String
  30. def shouldProcessArguments: Boolean
    Definition Classes
    GenericRunnerCommandCompilerCommand
  31. def shouldStopWithInfo: Boolean

    For info settings, compiler should just print a message and quit.

    For info settings, compiler should just print a message and quit.

    Definition Classes
    CompilerCommand
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def thingToRun: String

    String with either the jar file, class name, or script file name.

  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    GenericRunnerCommandCompilerCommand
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def xusageMsg: String
    Definition Classes
    CompilerCommand
  40. def yusageMsg: String
    Definition Classes
    CompilerCommand

Inherited from CompilerCommand

Inherited from AnyRef

Inherited from Any

Ungrouped