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

/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java300 Method fileManagerMethod; field in class:TestClientCodeWrapper.UserFileManager
306 fileManagerMethod = m;
315 throwUserExceptionIfNeeded(fileManagerMethod, "getClassLoader");
321 throwUserExceptionIfNeeded(fileManagerMethod, "list");
327 throwUserExceptionIfNeeded(fileManagerMethod, "inferBinaryName");
333 throwUserExceptionIfNeeded(fileManagerMethod, "isSameFile");
339 throwUserExceptionIfNeeded(fileManagerMethod, "handleOption");
345 throwUserExceptionIfNeeded(fileManagerMethod, "hasLocation");
351 throwUserExceptionIfNeeded(fileManagerMethod, "getJavaFileForInput");
357 throwUserExceptionIfNeeded(fileManagerMethod, "getJavaFileForOutpu
[all...]

Completed in 29 milliseconds