|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.staticexport.CmsPrefixFileFilter
public class CmsPrefixFileFilter
Implements the file filter used to guess the right suffix of a deleted jsp file.
| Constructor Summary | |
|---|---|
CmsPrefixFileFilter(java.lang.String fileName)
Creates a new instance of this filter. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File f)
Accepts the given file if its name starts with the name of of the base file (without extension) and ends with the extension. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPrefixFileFilter(java.lang.String fileName)
fileName - the base file to compare with.| Method Detail |
|---|
public boolean accept(java.io.File f)
accept in interface java.io.FileFilterFileFilter.accept(java.io.File)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||