Class vimdaloo.version.Version

Class Hierarchy

Subclasses

SemanticVersion

Details

A simple version prefix/value holder.

API

Synopsis

Functions
Version()

constructor

getPrefix()

prefix getter

getValue()

value getter

toString()

full version string (prefix + value); overrides vimdaloo.lang.Object:toString()

Version(self, prefix, value)

constructor

Parameters
self ()
prefix (string)

the prefix

value (string)

the value

Return Values
(vimdaloo.version.Version)
getPrefix(self)

prefix getter

Return Values
(string)

prefix the prefix

getValue(self)

value getter

Return Values
(string)

value the value

toString(self)

full version string (prefix + value); overrides vimdaloo.lang.Object:toString()

Return Values
(string)

the string form