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

/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DPathFileObject.java147 * The name is derived from the composition of {@code userJarPath}
152 * @param userJarPath the path of the jar file containing the file system.
156 Path path, Path userJarPath) {
157 return new JarFileObject(fileManager, path, userJarPath);
161 private final Path userJarPath; field in class:PathFileObject.JarFileObject
163 private JarFileObject(BaseFileManager fileManager, Path path, Path userJarPath) { argument
165 this.userJarPath = userJarPath;
172 return userJarPath + "(" + path + ")";
185 return createJarUri(userJarPath, pat
155 forJarPath(BaseFileManager fileManager, Path path, Path userJarPath) argument
[all...]

Completed in 104 milliseconds