org.netbeans.lib.cvsclient.command
Class FileInfoContainer
java.lang.Object
org.netbeans.lib.cvsclient.command.FileInfoContainer
- Direct Known Subclasses:
- AnnotateInformation, DefaultFileInfoContainer, DiffInformation, EditorsFileInfoContainer, LogInformation, ModuleListInformation, PipedFileInformation, RemoveInformation, StatusInformation, WatchersInformation
public abstract class FileInfoContainer
- extends Object
It's a base class for all containers that store information being processed
during execution of cvs commands.
Such info is then transmitted via the event mechanism (CVSEvent) to the
appropriate UI classes that use this information to display it to the user.
- Author:
- Milos Kleint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileInfoContainer
public FileInfoContainer()
getFile
public abstract File getFile()
Copyright © 2011. All Rights Reserved.