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, wait
getVersionParam, isMatchingVersion
protected API api
protected String version
protected String versionType
public String getVersion()
VersionStrategy
getVersion
in interface VersionStrategy
public API getAPI()
public String getVersionType()
VersionStrategy
getVersionType
in interface VersionStrategy
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.