org.netbeans.lib.cvsclient.command
Class FileInfoContainer

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.FileInfoContainer
Direct Known Subclasses:
AnnotateInformation, DefaultFileInfoContainer, DiffInformation, EditorsFileInfoContainer, LogInformation, ModuleListInformation, PipedFileInformation, RemoveInformation, StatusInformation, WatchersInformation

public abstract class FileInfoContainer
extends java.lang.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.


Constructor Summary
FileInfoContainer()
           
 
Method Summary
abstract  java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfoContainer

public FileInfoContainer()
Method Detail

getFile

public abstract java.io.File getFile()

 

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