Class CmsPrefixFileFilter

java.lang.Object
org.opencms.staticexport.CmsPrefixFileFilter
All Implemented Interfaces:
FileFilter

public class CmsPrefixFileFilter extends Object implements FileFilter
Implements the file filter used to guess the right suffix of a deleted jsp file.

Since:
8.0.0
  • Constructor Details

    • CmsPrefixFileFilter

      public CmsPrefixFileFilter(String fileName)
      Creates a new instance of this filter.

      Parameters:
      fileName - the base file to compare with.
  • Method Details