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

/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DPathFileObject.java91 * The name is derived from the composition of {@code userPackageRootDir}
96 * @param userPackageRootDir the path of the directory containing the
98 * @param relativePath the path of this file relative to {@code userPackageRootDir}
101 Path userPackageRootDir, RelativePath relativePath) {
102 return new DirectoryFileObject(fileManager, path, userPackageRootDir, relativePath);
106 private final Path userPackageRootDir; field in class:PathFileObject.DirectoryFileObject
110 Path userPackageRootDir, RelativePath relativePath) {
112 this.userPackageRootDir = Objects.requireNonNull(userPackageRootDir);
118 return relativePath.resolveAgainst(userPackageRootDir)
100 forDirectoryPath(BaseFileManager fileManager, Path path, Path userPackageRootDir, RelativePath relativePath) argument
109 DirectoryFileObject(BaseFileManager fileManager, Path path, Path userPackageRootDir, RelativePath relativePath) argument
[all...]

Completed in 36 milliseconds