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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RemoveInformation
public RemoveInformation()
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