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.

Author:
Milos Kleint

Constructor Summary
RemoveInformation()
           
 
Method Summary
 File getFile()
           
 boolean isRemoved()
           
 void setFile(File file)
           
 void setRemoved(boolean rem)
           
 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 File getFile()
Specified by:
getFile in class FileInfoContainer

setFile

public void setFile(File file)

setRemoved

public void setRemoved(boolean rem)

isRemoved

public boolean isRemoved()

toString

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

Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.