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()
get the assigned version for the delegated object
|
String |
getVersionType()
returns version type information.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVersionParam, isMatchingVersionprotected API api
protected String version
protected String versionType
public String getVersion()
VersionStrategygetVersion in interface VersionStrategypublic API getAPI()
public String getVersionType()
VersionStrategygetVersionType in interface VersionStrategyCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.