src/share/classes/javax/tools/JavaCompiler.java

changeset 1413
bdcef2ef52d2
parent 1326
30c36e23f154
child 1429
3746b071d75b
equal deleted inserted replaced
1412:400a4e8accd3 1413:bdcef2ef52d2
264 264
265 /** 265 /**
266 * Gets a new instance of the standard file manager implementation 266 * Gets a new instance of the standard file manager implementation
267 * for this tool. The file manager will use the given diagnostic 267 * for this tool. The file manager will use the given diagnostic
268 * listener for producing any non-fatal diagnostics. Fatal errors 268 * listener for producing any non-fatal diagnostics. Fatal errors
269 * will be signalled with the appropriate exceptions. 269 * will be signaled with the appropriate exceptions.
270 * 270 *
271 * <p>The standard file manager will be automatically reopened if 271 * <p>The standard file manager will be automatically reopened if
272 * it is accessed after calls to {@code flush} or {@code close}. 272 * it is accessed after calls to {@code flush} or {@code close}.
273 * The standard file manager must be usable with other tools. 273 * The standard file manager must be usable with other tools.
274 * 274 *

mercurial