src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 839
a8437c34fdc7
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
67 * 67 *
68 * If nonBatchMode option is specified (-XDnonBatchMode) the compiler will use timestamp 68 * If nonBatchMode option is specified (-XDnonBatchMode) the compiler will use timestamp
69 * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked 69 * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked
70 * and the compiler uses the cached indexes. 70 * and the compiler uses the cached indexes.
71 * 71 *
72 * <p><b>This is NOT part of any API supported by Sun Microsystems. 72 * <p><b>This is NOT part of any supported API.
73 * If you write code that depends on this, you do so at your own risk. 73 * If you write code that depends on this, you do so at your own risk.
74 * This code and its internal interfaces are subject to change or 74 * This code and its internal interfaces are subject to change or
75 * deletion without notice.</b> 75 * deletion without notice.</b>
76 */ 76 */
77 public class ZipFileIndex { 77 public class ZipFileIndex {

mercurial