common-util

local.tomas.util.versioning
Interface VersionUpdater


public interface VersionUpdater

Version updater interface.

Author:
Teubner

Method Summary
 void update(String name, String fromVersion, String toVersion)
          Update to new version.
 

Method Detail

update

void update(String name,
            String fromVersion,
            String toVersion)
            throws VersionException
Update to new version.

Parameters:
name - entity name
fromVersion - previous version
toVersion - target version
Throws:
VersionException

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.