List of usage examples for java.io FileFilter interface-usage
From source file org.apache.camel.spring.util.SpringAntPathMatcherFileFilter.java
/** * File filter using Spring's {@link AntPathMatcher}. * <p/> * Exclude take precedence over includes. If a file match both exclude and include it will be regarded as excluded. */ public class SpringAntPathMatcherFileFilter implements FileFilter {
From source file cross.io.misc.DefaultMatchAllFileFilter.java
/**
* Matches any given file.
*
* @author Nils Hoffmann
*
*/
From source file org.broad.igv.ui.filefilters.CoverageFileFilter.java
/**
* Filters file names to only show coverage files (.tdf, .counts). This is useful when users store a
* number of distinct type of files in the same directory: only coverage data becomes
* available for selection.
*
* @author Fabien Campagne
From source file org.broad.igv.ui.filefilters.AlignmentFileFilter.java
/**
* Filters filenames to only show alignment files. This is useful when users store a
* number of Goby alignments in the same directory: only one file for each distinct alignment will be
* available for selection.
*
* @author Fabien Campagne
From source file com.adaptris.core.fs.CompositeFileFilter.java
/**
* A {@link FileFilter} that contains other filters.
*
* <p>
* It is designed for use with either the FsConsumer or FtpConsumer, as a result of the limitations of
* {@link com.adaptris.core.ConsumeDestination}, this filter creates its underlying filters from a single <code>__@@__</code>
From source file org.jajuk.util.JajukFileFilter.java
/**
* Advanced file filter.
* *
* <p>
* Example: new
* JajukFilter(false,JajukFileFilter.DirectoryFilter.getInstance(),
From source file org.impalaframework.command.basic.ModuleDefinitionAwareClassFilter.java
public class ModuleDefinitionAwareClassFilter extends DefaultClassFilter implements FileFilter { private static final Log logger = LogFactory.getLog(ModuleDefinitionAwareClassFilter.class); @Override public void setRootPath(File file) {
From source file org.jasig.portal.utils.AntPatternFileFilter.java
/**
* FilenameFilter that uses a Set of regular expressions for testing. The file name
* must match any one of the patterns
*
* @author Eric Dalquist
* @version $Revision$
From source file org.apereo.portal.utils.AntPatternFileFilter.java
/**
* FilenameFilter that uses a Set of regular expressions for testing. The file name
* must match any one of the patterns
*
* @author Eric Dalquist
* @version $Revision$
From source file org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.RCheckFTAdaptor.java
/**
* Checkpoint state:
* date modified of most-recently tailed file, offset of first byte of that file,
* then regular FTA arts
*
*/