Saros
Distributed Collaborative Editing and Distributed Party Programming
Package de.fu_berlin.inf.dpp.versioning

Classes

class  Version
class  VersionCompatibilityResult
class  VersionManager

Enumerations

enum  Compatibility { OK, TOO_OLD, TOO_NEW, UNKNOWN }

Enumeration Type Documentation

Enumeration to describe whether a local version is compatible with a remote one.

Enumerator:
OK 

Versions are (probably) compatible

TOO_OLD 

The local version is (probably) too old to work with the remote version.

The user should be told to upgrade

TOO_NEW 

The local version is (probably) too new to work with the remote version.

The user should be told to tell the peer to update.

UNKNOWN 

The compatibility could not be determined.

 All Classes Namespaces Files Functions Variables Enumerations