com.pmease.quickbuild.setting.configuration.version
Class VersionManager

java.lang.Object
  extended by com.pmease.quickbuild.extensionpoint.support.TypeInstance
      extended by com.pmease.quickbuild.setting.configuration.version.VersionManager
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FailsafeVersionManager, UseSpecifiedVersion, VariableVersionManager

public abstract class VersionManager
extends TypeInstance

This class is used to calculate next build version of the configuration.

See Also:
Serialized Form

Constructor Summary
VersionManager()
           
 
Method Summary
abstract  java.lang.String getNext()
           
 
Methods inherited from class com.pmease.quickbuild.extensionpoint.support.TypeInstance
getPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionManager

public VersionManager()
Method Detail

getNext

public abstract java.lang.String getNext()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.