cjmx

cli

package cli

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cli
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Action = (ActionContext) ⇒ ActionResult

  2. trait ActionContext extends AnyRef

  3. type ActionResult = (ActionContext, Source[String])

  4. final case class Connected(connection: JMXConnection) extends ConnectionState with Product with Serializable

  5. trait ConnectedAction extends Action

  6. sealed trait ConnectionState extends AnyRef

  7. final case class Exit(statusCode: Int) extends RunState with Product with Serializable

  8. sealed trait InvocationResult extends AnyRef

  9. abstract class JsonMessageFormatter extends MessageFormatter

  10. trait MessageFormatter extends AnyRef

  11. final class OutputBuilder extends AnyRef

  12. sealed trait RunState extends AnyRef

  13. trait SimpleAction extends Action

  14. trait SimpleConnectedAction extends ConnectedAction

  15. type Source[+A] = Process[Task, A]

    A stream of A values.

Value Members

  1. object ActionContext

  2. object Disconnected extends ConnectionState with Product with Serializable

  3. object InvocationResults

  4. object JMXParsers

  5. object JsonMessageFormatter

  6. object MoreParsers

    Provides generic parsers that add to the functionality provided by SBT complete.

  7. object NoopAction extends Action

  8. object Parsers

  9. object REPL

  10. object Running extends RunState with Product with Serializable

  11. object TextMessageFormatter extends MessageFormatter

  12. package actions

  13. def enumMessageList(msgs: List[String]): Source[String]

  14. def enumMessageSeq(msgs: Seq[String]): Source[String]

  15. def enumMessages(msgs: String*): Source[String]

Inherited from AnyRef

Inherited from Any

Ungrouped