org.apache.avalon.excalibur.io.AndFileFilter Accepts a selection if it is acceptable to both of two {@link FilenameFilter}s. This takes two {@link FilenameFilter}s as input. <p>Eg., to print all files beginning with <code>A</code> and ending with <code>.java</code>:</p> <pre> File dir = new File(". ...
net.sf.saxon.functions.StandardCollectionURIResolver This class implements the default collection URI Resolver. <p> This supports two implementations of collections. If the URI supplied uses the "file:/" scheme, and the file that is referenced is a directory, then the collection is the set of files in that directory. Query parameters may be in ...
org.openlaszlo.utils.FileUtils A dir is absolute if it begins with "" (the empty string to the left of the initial '/'), or a drive letter. Add '/' since c:/ will be split to c:, which isn't absolute. Also turns "" into "/" which is absolute, so the UNIX case can share this test. A utility class containing file utility functio ...