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.

Author:
Thomas Singer

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

Method Detail

getFile

public File getFile()
Specified by:
getFile in class FileInfoContainer

getClient

public String getClient()

getDate

public Date getDate()

getUser

public String getUser()


Copyright © 2011. All Rights Reserved.