public class ApiVersionCondition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
ApiVersionCondition(SortedSet<String> versions,
SortedSet<String> supportedVersions) |
ApiVersionCondition(String[] versions,
String[] supportedVersions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doSupportLast() |
Set<String> |
getSupportedVersions() |
Set<String> |
getVersions() |
ApiVersionCondition |
restrictWith(ApiVersionCondition other) |
String |
toString() |
public boolean doSupportLast()
public ApiVersionCondition restrictWith(ApiVersionCondition other)
public String toString()
Copyright © 2017. All rights reserved.