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

/openjdk7/corba/src/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;
/openjdk7/jaxws/src/share/jaxws_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;
/openjdk7/jdk/src/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
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DFileServerHandler.java44 System.out.println ("usage: java FileServerHandler rootDir port logfilename");
47 String rootDir = args[0];
51 HttpHandler h = new FileServerHandler (rootDir);

Completed in 55 milliseconds