org.jboss.dmr

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. class Client extends AnyRef

    Client for making DMR calls

  2. case class ClientException(msg: String) extends RuntimeException with Product with Serializable

  3. abstract class Script[T] extends AnyRef

    Base class for scripts

  4. case class ScriptException(msg: String) extends RuntimeException with Product with Serializable

  5. class Storage extends AnyRef

    Provides methods to save, load and remove model nodes on the file system

Value Members

  1. object Client

    Provides an implicit default client which is used by scripts

  2. object Composite

    Extractor for parsing responses to composite operations

  3. object Response

    Response constants and extractor for parsing responses to DMR operations

  4. object Storage

    Provides an implicit conversion to call save() on org.jboss.dmr.scala.ModelNodes

  5. package samples

Ungrouped