public class ExecutionProperty extends Object implements Serializable
Constructor and Description |
---|
ExecutionProperty(String executionCommand) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExecutionCommand() |
int |
hashCode() |
String |
insertValue(String valueToInsert)
Inserts the provided code as a parameter to the method and returns the code that
represents that method execution.
|
String |
toString() |
public ExecutionProperty(String executionCommand)
public String insertValue(String valueToInsert)
valueToInsert
- value to insert into the stringpublic final String getExecutionCommand()
Copyright © 2016–2019 Spring. All rights reserved.