Dekoh platform API

com.pramati.bfly.vm.api
Interface Version

All Superinterfaces:
Comparable

public interface Version
extends Comparable

Interface for representing a version number for a component.

Since:
Dec 20, 2006

Method Summary
 String getNormalized()
          Returns the normalized form of the version.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNormalized

String getNormalized()
Returns the normalized form of the version. A normalized form is a form which can be said to be the simplest representation of the version string. E.g. 1.0.0.0 and 1.0 both have the normalized form of 1

Returns:
the normalized form of the version.

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers