nl.toolforge.karma.core.vc
Class DevelopmentLine

java.lang.Object
  extended bynl.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

Field Summary
static java.lang.String DEVELOPMENT_LINE_PATTERN_STRING
           
 
Constructor Summary
DevelopmentLine(java.lang.String lineName)
          Constructor for a development line.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compares two DevelopmentLine instance for equality.
 java.lang.String getName()
           
 java.lang.String getPatternString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVELOPMENT_LINE_PATTERN_STRING

public static final java.lang.String DEVELOPMENT_LINE_PATTERN_STRING
See Also:
Constant Field Values
Constructor Detail

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
Method Detail

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.