Lines Matching refs:sourcePath
54 protected ClassPath sourcePath;
138 public BatchEnvironment(ClassPath sourcePath,
140 this(System.out, sourcePath, binaryPath);
143 ClassPath sourcePath,
145 this(out, sourcePath, binaryPath, (ErrorConsumer) null);
148 ClassPath sourcePath,
152 this.sourcePath = sourcePath;
175 ClassPath sourcePath;
225 sourcePath = new ClassPath(srcPathString);
228 return new ClassPath[]{sourcePath, binaryPath};
453 packages.put(pkg, p = new Package(sourcePath, binaryPath, pkg));
1047 if (sourcePath != null) {
1048 sourcePath.close();
1050 if (binaryPath != null && binaryPath != sourcePath) {
1057 sourcePath = null;