nl.toolforge.karma.core.vc
Interface SymbolicName
- All Known Implementing Classes:
- CVSTag
- public interface SymbolicName
- Version:
- $Id: SymbolicName.java,v 1.6 2004/08/29 18:00:38 hippe Exp $
- Author:
- D.A. Smedes
Method Summary |
java.lang.String |
getSymbolicName()
Returns a String representation of this symbolic name. |
boolean |
isBranch()
|
boolean |
isSticky()
Checks if the symbolic name is sticky. |
isSticky
public boolean isSticky()
- Checks if the symbolic name is sticky.
isBranch
public boolean isBranch()
getSymbolicName
public java.lang.String getSymbolicName()
- Returns a
String
representation of this symbolic name.
Copyright © 2002-2004 Toolforge. All Rights Reserved.