public class RestRoute extends Object implements Comparable<RestRoute>
| Constructor and Description |
|---|
RestRoute(org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<?> operation)
Create a new route given an operation
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RestRoute route) |
boolean |
equals(Object route) |
org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<?> |
getOperation()
Return the operation as it was originally passed
|
String |
getPath()
Get the path that represents the route
|
int |
hashCode() |
public RestRoute(org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<?> operation)
operation - public org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<?> getOperation()
public String getPath()
public int compareTo(RestRoute route)
compareTo in interface Comparable<RestRoute>Copyright © 2013–2020. All rights reserved.