src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java

changeset 1357
c75be5bc5283
parent 1324
fa85af323d97
child 1358
fc123bdeddb8
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
23 * questions. 23 * questions.
24 */ 24 */
25 25
26 package com.sun.tools.doclets.formats.html; 26 package com.sun.tools.doclets.formats.html;
27 27
28 import java.io.*;
29 import java.net.*;
30 import java.util.*;
31
32 import com.sun.javadoc.*;
28 import com.sun.tools.doclets.internal.toolkit.*; 33 import com.sun.tools.doclets.internal.toolkit.*;
29 import com.sun.tools.doclets.internal.toolkit.util.*; 34 import com.sun.tools.doclets.internal.toolkit.util.*;
30
31 import com.sun.javadoc.*;
32 import java.util.*;
33 import java.io.*;
34 import java.net.*;
35 35
36 /** 36 /**
37 * Configure the output based on the command line options. 37 * Configure the output based on the command line options.
38 * <p> 38 * <p>
39 * Also determine the length of the command line option. For example, 39 * Also determine the length of the command line option. For example,

mercurial