public class CVSEntriesFilter extends ImporterFileFilter
For the java.io.FilenameFilter implementation, the CVS/Entries listing is strictly enforced, even for directories. This way, no directories that are not listed there are going to be imported into the project.
"Entries" files read are kept in an internal cache so that subsequent visits to the same directory are faster.
Constructor and Description |
---|
CVSEntriesFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.gjt.sp.jedit.io.VFSFile file)
accept() method for the FilenameFilter implementation.
|
java.lang.String |
getDescription() |
java.lang.String |
getRecurseDescription()
This method will be called by the toString() method when showing this
filter as an option to the dialog shown when asking about whether the
user wants to recurse into the directories selected for importing.
|
accept, done, getId, toString
public java.lang.String getDescription()
public boolean accept(org.gjt.sp.jedit.io.VFSFile file)
public java.lang.String getRecurseDescription()
ImporterFileFilter
It should return a short, descriptive string of what the filter does. For example, "Import all files." or "Use the CVS/Entries file."
getRecurseDescription
in class ImporterFileFilter