Class FileExistsRule

java.lang.Object
com.aoapps.hodgepodge.io.FileExistsRule
All Implemented Interfaces:
FilesystemIteratorRule

public class FileExistsRule extends Object implements FilesystemIteratorRule
Conditionally uses one of two rules based on the existence of a file on the current server. The existsRule is used if ANY one of the fullPaths exists. The notExistsRule is used if NONE of the fullPaths exist.
Author:
AO Industries, Inc.