public interface VersionStrategy
Modifier and Type | Method and Description |
---|---|
String |
getVersion()
get the assigned version for the delegated object
|
String |
getVersionParam()
returns type information ie:- location regex/string that can be used t extract version..
|
String |
getVersionType()
returns version type information.
|
boolean |
isMatchingVersion(Object versionInfoObj)
check if version matches from the version ifo object.
|
boolean isMatchingVersion(Object versionInfoObj)
versionInfoObj
- object that can be used to extract data about the versionString getVersion()
String getVersionType()
String getVersionParam()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.