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$

Nested Class Summary
static class Version.Type
          The type of version.
 
Method Summary
 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


Copyright © 2004-2012 XWiki. All Rights Reserved.