Class TargetServiceImpl.CustomConfigFileFilter

java.lang.Object
org.apache.commons.io.filefilter.AbstractFileFilter
org.craftercms.deployer.impl.TargetServiceImpl.CustomConfigFileFilter
All Implemented Interfaces:
FileFilter, FilenameFilter, FileVisitor<Path>, org.apache.commons.io.file.PathFilter, org.apache.commons.io.file.PathVisitor, org.apache.commons.io.filefilter.IOFileFilter
Enclosing class:
TargetServiceImpl

protected class TargetServiceImpl.CustomConfigFileFilter extends org.apache.commons.io.filefilter.AbstractFileFilter
  • Field Summary

    Fields inherited from interface org.apache.commons.io.filefilter.IOFileFilter

    EMPTY_STRING_ARRAY
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File file)
     

    Methods inherited from class org.apache.commons.io.filefilter.AbstractFileFilter

    accept, handle, postVisitDirectory, preVisitDirectory, toString, visitFile, visitFileFailed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.commons.io.filefilter.IOFileFilter

    accept, and, negate, or
  • Constructor Details

    • CustomConfigFileFilter

      protected CustomConfigFileFilter()
  • Method Details

    • accept

      public boolean accept(File file)
      Specified by:
      accept in interface FileFilter
      Specified by:
      accept in interface org.apache.commons.io.filefilter.IOFileFilter
      Overrides:
      accept in class org.apache.commons.io.filefilter.AbstractFileFilter