nl.toolforge.karma.core.vc
Class DevelopmentLine
java.lang.Object
nl.toolforge.karma.core.vc.DevelopmentLine
- Direct Known Subclasses:
- PatchLine
- public class DevelopmentLine
- extends java.lang.Object
A development line is a separate line of development for a module, generally implemented by a version control
system through a branch.
- Version:
- $Id: DevelopmentLine.java,v 1.8 2004/08/29 18:00:38 hippe Exp $
- Author:
- D.A. Smedes
Constructor Summary |
DevelopmentLine(java.lang.String lineName)
Constructor for a development line. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DEVELOPMENT_LINE_PATTERN_STRING
public static final java.lang.String DEVELOPMENT_LINE_PATTERN_STRING
- See Also:
- Constant Field Values
DevelopmentLine
public DevelopmentLine(java.lang.String lineName)
- Constructor for a development line.
lineName
should match DEVELOPMENT_LINE_PATTERN_STRING
.
- Parameters:
lineName
- The name for a development line
getName
public java.lang.String getName()
hashCode
public int hashCode()
getPatternString
public java.lang.String getPatternString()
equals
public boolean equals(java.lang.Object o)
- Compares two DevelopmentLine instance for equality. Two instances are equal when their names are the same.
- Parameters:
o
- Object (of type DevelopmentLine)
Copyright © 2002-2004 Toolforge. All Rights Reserved.