wt.boot
Class BootURLConnection.RegisteredEntry

java.lang.Object
  extended bywt.boot.BootURLConnection.RegisteredEntry
Enclosing class:
BootURLConnection

static class BootURLConnection.RegisteredEntry
extends Object


Field Summary
(package private)  PrintWriter captureFile
           
(package private)  Throwable captureFileStackTrace
           
(package private)  URL codebase
           
(package private)  boolean showMissingFiles
           
(package private)  ZipFile[] zipFiles
           
 
Constructor Summary
(package private) BootURLConnection.RegisteredEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codebase

URL codebase

zipFiles

ZipFile[] zipFiles

captureFile

PrintWriter captureFile

captureFileStackTrace

Throwable captureFileStackTrace

showMissingFiles

boolean showMissingFiles
Constructor Detail

BootURLConnection.RegisteredEntry

BootURLConnection.RegisteredEntry()