src/share/classes/com/sun/tools/doclets/internal/toolkit/util/PackageListWriter.java

changeset 1383
b980e8e6aabf
parent 1372
78962d89f283
child 1985
0e6577980181
equal deleted inserted replaced
1382:27f7952eea3c 1383:b980e8e6aabf
50 * Constructor. 50 * Constructor.
51 * 51 *
52 * @param configuration the current configuration of the doclet. 52 * @param configuration the current configuration of the doclet.
53 */ 53 */
54 public PackageListWriter(Configuration configuration) throws IOException { 54 public PackageListWriter(Configuration configuration) throws IOException {
55 super(Util.genWriter(configuration, DocPaths.PACKAGE_LIST)); 55 super(DocFile.createFileForOutput(configuration, DocPaths.PACKAGE_LIST).openWriter());
56 this.configuration = configuration; 56 this.configuration = configuration;
57 } 57 }
58 58
59 /** 59 /**
60 * Generate the package index. 60 * Generate the package index.

mercurial