public interface IBurpCollaboratorInteraction
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
This method is used to retrieve a map containing all properties of the
interaction.
|
java.lang.String |
getProperty(java.lang.String name)
This method is used to retrieve a property of the interaction.
|
java.lang.String getProperty(java.lang.String name)
name
- The name of the property to retrieve.java.util.Map<java.lang.String,java.lang.String> getProperties()