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

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DPathFileObject.java268 * The name is derived from {@code userPath}.
272 * @param userPath the "user-friendly" name for this path.
275 Path path, Path userPath) {
276 return new SimpleFileObject(fileManager, path, userPath);
280 private final Path userPath; field in class:PathFileObject.SimpleFileObject
281 private SimpleFileObject(BaseFileManager fileManager, Path path, Path userPath) { argument
283 this.userPath = userPath;
288 return userPath.toString();
311 return BaseFileManager.getKind(userPath);
274 forSimplePath(BaseFileManager fileManager, Path path, Path userPath) argument
[all...]
H A DJavacFileManager.java338 public abstract void list(Path userPath, argument
343 public abstract JavaFileObject getFileObject(Path userPath, RelativeFile name) throws IOException; argument
349 public void list(Path userPath,
356 public JavaFileObject getFileObject(Path userPath, RelativeFile name) throws IOException {
370 public void list(Path userPath, argument
389 list(userPath, rd, fileKinds, recurse, resultList);
394 log.error(Errors.ErrorReadingFile(userPath, getMessage(ex)));
399 public JavaFileObject getFileObject(Path userPath, RelativeFile name) throws IOException { argument
432 * Insert all files in subdirectory subdirectory of directory userPath
436 public void list(Path userPath, argument
491 getFileObject(Path userPath, RelativeFile name) argument
544 list(Path userPath, RelativeDirectory subdirectory, Set<JavaFileObject.Kind> fileKinds, boolean recurse, ListBuffer<JavaFileObject> resultList) argument
593 getFileObject(Path userPath, RelativeFile name) argument
[all...]

Completed in 46 milliseconds