Package org.xwiki.extension.version
Interface Version
-
- All Superinterfaces:
Comparable<Version>
,Serializable
public interface Version extends Comparable<Version>, Serializable
An extension version.- Since:
- 4.0M1
- Version:
- $Id: 3390956391e9e85bb05d0ce5199fcd4053788228 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Version.Type
The type of version.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version.Type
getType()
String
getValue()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getValue
String getValue()
- Returns:
- the string representation of this version constraint
-
getType
Version.Type getType()
- Returns:
- the type of version
-
-