Uses of Interface
org.apache.commons.pipeline.stage.FtpFileDownloadStage.Criterion

Packages that use FtpFileDownloadStage.Criterion
org.apache.commons.pipeline.stage A few simple Stage implementations for common use cases. 
 

Uses of FtpFileDownloadStage.Criterion in org.apache.commons.pipeline.stage
 

Classes in org.apache.commons.pipeline.stage that implement FtpFileDownloadStage.Criterion
static class FtpFileDownloadStage.FileDateMatchCriterion
          Matches files by matching their filesystem timestamp to a date range.
static class FtpFileDownloadStage.FileNameMatchCriterion
          Matches file names based upon the Java regex supplied in the constructor.
 

Methods in org.apache.commons.pipeline.stage with parameters of type FtpFileDownloadStage.Criterion
 void FtpFileDownloadStage.FileSpec.addCriterion(FtpFileDownloadStage.Criterion crit)
          Add a criterion to the set of criteria that must be matched for files to be downloaded
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.