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

/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DUtil.java55 * @param rootDir The directory to use as the root of the
60 File rootDir,
79 if (rootDir != null) {
87 outputDir = new File(rootDir, packagePath);
97 outputDir = rootDir;
132 File rootDir,
134 return getOutputDirectoryFor(theClass, rootDir, env, true);
138 File rootDir,
140 return getOutputDirectoryFor(theClass, rootDir, env, false);
59 getOutputDirectoryFor(Identifier theClass, File rootDir, BatchEnvironment env, boolean idl ) argument
131 getOutputDirectoryForIDL(Identifier theClass, File rootDir, BatchEnvironment env) argument
137 getOutputDirectoryForStub(Identifier theClass, File rootDir, BatchEnvironment env) argument
H A DDirectoryLoader.java53 public DirectoryLoader (File rootDir) { argument
55 if (rootDir == null || !rootDir.isDirectory()) {
58 root = rootDir;
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/util/
H A DDirectoryUtil.java41 public static File getOutputDirectoryFor(String theClass, File rootDir) throws GeneratorException { argument
52 if (rootDir != null) {
58 outputDir = new File(rootDir, packagePath);
65 outputDir = rootDir;
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DUtil.java54 * @param rootDir The directory to use as the root of the
59 File rootDir,
75 if (rootDir != null) {
83 outputDir = new File(rootDir, packagePath);
93 outputDir = rootDir;
58 getOutputDirectoryFor(Identifier theClass, File rootDir, BatchEnvironment env) argument
/openjdk9/jdk/test/tools/lib/tests/
H A DJImageValidator.java49 private final File rootDir; field in class:JImageValidator
59 File rootDir,
62 this(module, expectedLocations, rootDir, unexpectedPaths, unexpectedFiles, null);
66 File rootDir,
70 if (!rootDir.exists()) {
72 rootDir.getAbsolutePath());
75 this.rootDir = rootDir;
84 File dir = new File(rootDir, d);
91 Path path = rootDir
58 JImageValidator(String module, List<String> expectedLocations, File rootDir, List<String> unexpectedPaths, List<String> unexpectedFiles) argument
65 JImageValidator(String module, List<String> expectedLocations, File rootDir, List<String> unexpectedPaths, List<String> unexpectedFiles, String[] expectedFiles) argument
[all...]
/openjdk9/jdk/test/com/sun/net/httpserver/
H A DSimpleFileServer.java49 System.out.println ("usage: java FileServerHandler rootDir port logfilename");
58 String rootDir = args[0];
62 HttpHandler h = new FileServerHandler (rootDir);
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java218 volatile Directory rootDir; field in class:ImageReader.SharedImageReader
262 rootDir = null;
321 Directory root = rootDir; // volatile read
338 return rootDir = root;
530 Directory last = rootDir;
/openjdk9/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java733 String rootDir = rootDir(); field in class:JavadocTester.Logger
735 static String rootDir() { method in class:JavadocTester.Logger
755 String simpleText = text.replaceAll("\\s+", " ").replace(rootDir, "[ROOT]");
/openjdk9/langtools/test/jdk/javadoc/doclet/lib/
H A DJavadocTester.java794 String rootDir = rootDir(); field in class:JavadocTester.Logger
796 static String rootDir() { method in class:JavadocTester.Logger
816 String simpleText = text.replaceAll("\\s+", " ").replace(rootDir, "[ROOT]");

Completed in 69 milliseconds