package properties
- Alphabetic
- Public
- All
Type Members
-
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
-
trait
CustomPropertyLike
extends AnyRef
Represents the interface for custom properties to implement.
-
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
-
trait
JDIRequestProperty
extends JDIRequestArgument
Represents a property for a JDI Request.
-
trait
JDIRequestPropertyProcessor
extends JDIRequestProcessor
Represents a processor for a JDI Event Filter.
-
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
-
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
-
object
SuspendPolicyProperty
extends Serializable
Contains singleton instances of the suspend policy property.