Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.search
Interface SearchFileSet  view SearchFileSet download SearchFileSet.java

All Known Implementing Classes:
BufferListSet, CurrentBufferSet

public interface SearchFileSet

An abstract interface representing a set of files.

Version:
$Id: SearchFileSet.java,v 1.4 2003/01/31 04:49:31 spestov Exp $

Method Summary
 java.lang.String getCode()
          Returns the BeanShell code that will recreate this file set.
 int getFileCount(org.gjt.sp.jedit.View view)
          Returns the number of files in this file set.
 java.lang.String[] getFiles(org.gjt.sp.jedit.View view)
          Returns all path names in this file set.
 java.lang.String getFirstFile(org.gjt.sp.jedit.View view)
          Returns the first file to search.
 java.lang.String getNextFile(org.gjt.sp.jedit.View view, java.lang.String path)
          Returns the next file to search.
 

Method Detail

getFirstFile

public java.lang.String getFirstFile(org.gjt.sp.jedit.View view)
Returns the first file to search.


getNextFile

public java.lang.String getNextFile(org.gjt.sp.jedit.View view,
                                    java.lang.String path)
Returns the next file to search.


getFiles

public java.lang.String[] getFiles(org.gjt.sp.jedit.View view)
Returns all path names in this file set.


getFileCount

public int getFileCount(org.gjt.sp.jedit.View view)
Returns the number of files in this file set.


getCode

public java.lang.String getCode()
Returns the BeanShell code that will recreate this file set.