public class ResourceInfo extends Object implements Comparable<ResourceInfo>
| Constructor and Description |
|---|
ResourceInfo(String url,
RequestMethod method) |
ResourceInfo(String url,
RequestMethod method,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResourceInfo o) |
boolean |
equals(Object obj) |
String |
getDescription() |
RequestMethod |
getMethod() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
public ResourceInfo(String url, RequestMethod method)
public ResourceInfo(String url, RequestMethod method, String description)
public String getUrl()
public RequestMethod getMethod()
public String getDescription()
public int compareTo(ResourceInfo o)
compareTo in interface Comparable<ResourceInfo>Copyright © 2015. All rights reserved.