Searched refs:sourceSearchPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java131 // TODO: otherwise reset sourceSearchPath, classSearchPath as needed
450 private Path sourceSearchPath; field in class:Paths
452 public Collection<File> sourceSearchPath() { method in class:Paths
453 if (sourceSearchPath == null) {
457 sourceSearchPath = sourcePath != null ? sourcePath : userClassPath;
459 return Collections.unmodifiableCollection(sourceSearchPath);

Completed in 2307 milliseconds