示例#1
0
文件: Rmic.java 项目: nhojpatrick/ant
 /**
  * The classpath to use when loading the compiler implementation if it is not a built-in one.
  *
  * @since Ant 1.8.0
  */
 public Path createCompilerClasspath() {
   return facade.getImplementationClasspath(getProject());
 }