Uses of Interface
flux.file.IncludesFileCriteria

Packages that use IncludesFileCriteria
flux.file File triggers and actions 
 

Uses of IncludesFileCriteria in flux.file
 

Methods in flux.file that return IncludesFileCriteria
 IncludesFileCriteria FileFactory.makeIncludesFileCriteria()
          Makes a new IncludesFileCriteria.
 IncludesFileCriteria FileFactory.makeIncludesFileCriteria(java.lang.String includeFilePattern)
          Makes a new IncludesFileCriteria using a file pattern.
 IncludesFileCriteria FileFactory.makeIncludesFileCriteria(java.lang.String includeFilePattern, int minimumCount)
          Makes a new IncludesFileCriteria using a file pattern and minimum count.
 

Methods in flux.file that return types with arguments of type IncludesFileCriteria
 java.util.List<IncludesFileCriteria> SingleFileParameter.getSources()
          Returns the set of files and directories that will be operated on in the file operation.
 

Methods in flux.file with parameters of type IncludesFileCriteria
 void SingleFileParameter.addSource(IncludesFileCriteria source)
          Accepts a set of files and directories to operate on in the file operation.
 



© 2014 Flux Corporation. All rights reserved.