net.sourceforge.cruisecontrol.labelincrementers
Class CVSLabelIncrementer

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.labelincrementers.DefaultLabelIncrementer
      extended bynet.sourceforge.cruisecontrol.labelincrementers.CVSLabelIncrementer
All Implemented Interfaces:
LabelIncrementer, java.io.Serializable

public class CVSLabelIncrementer
extends DefaultLabelIncrementer

This class provides a label incrementation compatible with CVS tagging. This class expects the label format to be "x-y", where x is any String and y is an integer.

Author:
Jeff Brekke ([email protected]), alden almagro ([email protected]), Paul Julius ([email protected])
See Also:
Serialized Form

Constructor Summary
CVSLabelIncrementer()
           
 
Methods inherited from class net.sourceforge.cruisecontrol.labelincrementers.DefaultLabelIncrementer
getDefaultLabel, incrementLabel, isPreBuildIncrementer, isValidLabel, setDefaultLabel, setPreBuildIncrementer, setSeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSLabelIncrementer

public CVSLabelIncrementer()