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