org.netbeans.lib.cvsclient.command.remove
Class RemoveInformation

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.FileInfoContainer
      extended by org.netbeans.lib.cvsclient.command.remove.RemoveInformation

public class RemoveInformation
extends FileInfoContainer

Describes remove information for a file. This is the result of doing a cvs remove command. The fields in instances of this object are populated by response handlers.


Constructor Summary
RemoveInformation()
           
 
Method Summary
 java.io.File getFile()
           
 boolean isRemoved()
           
 void setFile(java.io.File file)
           
 void setRemoved(boolean rem)
           
 java.lang.String toString()
          Return a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveInformation

public RemoveInformation()
Method Detail

getFile

public java.io.File getFile()
Specified by:
getFile in class FileInfoContainer

setFile

public void setFile(java.io.File file)

setRemoved

public void setRemoved(boolean rem)

isRemoved

public boolean isRemoved()

toString

public java.lang.String toString()
Return a string representation of this object. Useful for debugging.

Overrides:
toString in class java.lang.Object

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.