org.netbeans.lib.cvsclient.command.remove
Class RemoveInformation
java.lang.Object
org.netbeans.lib.cvsclient.command.FileInfoContainer
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
RemoveInformation
public RemoveInformation()
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.