public abstract class AbstractVersionStrategy extends Object implements VersionStrategy
| Modifier and Type | Field and Description |
|---|---|
protected API |
api |
protected String |
version |
protected String |
versionType |
| Constructor and Description |
|---|
AbstractVersionStrategy(API api,
String version,
String versionType) |
| Modifier and Type | Method and Description |
|---|---|
API |
getAPI() |
String |
getVersion() |
String |
getVersionType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVersionParam, isMatchingVersionprotected API api
protected String version
protected String versionType
public String getVersion()
getVersion in interface VersionStrategypublic API getAPI()
public String getVersionType()
getVersionType in interface VersionStrategyCopyright © 2005–2024 Apache Software Foundation. All rights reserved.