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.

  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.

  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.

  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.

Value Members

  1. object SuspendPolicyProperty extends Serializable

    Contains singleton instances of the suspend policy property.

  2. package processors

Ungrouped