ProblemLocation
@Incubating public class TaskPathLocation extends java.lang.Object implements ProblemLocation
Constructor | Description |
---|---|
TaskPathLocation(Path identityPath) |
Modifier and Type | Method | Description |
---|---|---|
Path |
getIdentityPath() |
|
java.lang.String |
getType() |
Returns an identifier of the location type.
|
public TaskPathLocation(Path identityPath)
public java.lang.String getType()
ProblemLocation
As locations will be serialized into a JSON format, this identifier is used to distinguish between different location types.
getType
in interface ProblemLocation
public Path getIdentityPath()