org.scaladebugger.api.lowlevel.requests

properties

package properties

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomProperty(key: AnyRef, value: AnyRef) extends JDIRequestProperty with CustomPropertyLike with Product with Serializable

    Represents an argument used set a custom property on the request.

    Represents an argument used set a custom property on the request.

    key

    The key used for the property

    value

    The value used for the property

  2. trait CustomPropertyLike extends AnyRef

    Represents the interface for custom properties to implement.

  3. case class EnabledProperty(value: Boolean) extends JDIRequestProperty with Product with Serializable

    Represents an argument used set the enabled status of the request.

    Represents an argument used set the enabled status of the request.

    value

    The value to use for the enabled status of the request

  4. trait JDIRequestProperty extends JDIRequestArgument

    Represents a property for a JDI Request.

  5. trait JDIRequestPropertyProcessor extends JDIRequestProcessor

    Represents a processor for a JDI Event Filter.

  6. case class SuspendPolicyProperty(policy: Int) extends JDIRequestProperty with Product with Serializable

    Represents an argument used set the suspend policy of the request.

    Represents an argument used set the suspend policy of the request.

    policy

    The policy to use for the request

  7. case class UniqueIdProperty(id: String) extends JDIRequestProperty with CustomPropertyLike with Product with Serializable

    Represents an argument used set a unique id on the request.

    Represents an argument used set a unique id on the request.

    id

    The unique id to set for the request

Value Members

  1. object SuspendPolicyProperty extends Serializable

    Contains singleton instances of the suspend policy property.

  2. package processors

Ungrouped