Lines Matching refs:Path
31 * This FileSet represents a class path entry (or a set of class path entries)
36 public class ClassPathElement extends Path
46 * @see Path#Path(Project)
55 * Adds the contents of this class path element to the given class path.
56 * @param classPath the class path to be extended.
66 // Get the referenced path or file set.
70 if (referencedObject instanceof Path)
72 Path path = (Path)referencedObject;
74 // Get the names of the files in the referenced path.
75 fileNames = path.list();
88 throw new BuildException("The refid attribute doesn't point to a <path> element or a <fileset> element");
93 // Get the names of the files in this path.
114 // Create a new class path entry, with the proper file name and
128 // Add it to the class path.