|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionExpr
The compiled form of a version expression. A version expression is used to specify one or more versions.
Field Summary | |
---|---|
static String |
WILDCARD_SYMBOL
Contains the symbol used to represent the wildcard. |
Method Summary | |
---|---|
boolean |
check(IVersion version)
Evaluates the version expression against the specified version. |
boolean |
evaluate(String version)
Deprecated. use the check method instead |
String |
toDisplayString()
Returns human-readable form of the version expression that uses descriptive terms rather than symbols. |
Field Detail |
---|
static final String WILDCARD_SYMBOL
Method Detail |
---|
boolean check(IVersion version)
true
if and only if the version expression matches the
specified version.
version
- the version object to check against the version expression
true
if and only if the version expression matches
the specified versionboolean evaluate(String version)
String toDisplayString()
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |