net.sf.bloof.scm
Class FileState

java.lang.Object
  |
  +--net.sf.bloof.scm.FileState

public class FileState
extends java.lang.Object

Enumeration Type for the state of a version controlled file

Version:
$Id: FileState.java,v 1.4 2003/06/01 08:32:37 pekacki Exp $
Author:
Lukasz Pekacki

Field Summary
static FileState DEAD
          State of a deleted file
static FileState LIVING
          State of a living file
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEAD

public static final FileState DEAD
State of a deleted file


LIVING

public static final FileState LIVING
State of a living file

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.