org.netbeans.lib.cvsclient.command.editors
Class EditorsFileInfoContainer

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.FileInfoContainer
      extended by org.netbeans.lib.cvsclient.command.editors.EditorsFileInfoContainer

public class EditorsFileInfoContainer
extends FileInfoContainer

Data object created by parsing the output of the Editors command.


Method Summary
 java.lang.String getClient()
           
 java.util.Date getDate()
           
 java.io.File getFile()
           
 java.lang.String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public java.io.File getFile()
Specified by:
getFile in class FileInfoContainer

getClient

public java.lang.String getClient()

getDate

public java.util.Date getDate()

getUser

public java.lang.String getUser()

 

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