JAL-3130 adapted getdown src. attempt 2. first attempt failed due to cp'ed .git files
[jalview.git] / getdown / src / getdown / launcher / target / proguard_map.txt
1 ca.beq.util.win32.registry.KeyIterator -> ca.beq.util.win32.registry.KeyIterator:
2     ca.beq.util.win32.registry.RegistryKey m_key -> m_key
3     int m_index -> m_index
4     int m_hkey -> m_hkey
5     int m_maxsize -> m_maxsize
6     int m_count -> m_count
7     void <init>(ca.beq.util.win32.registry.RegistryKey) -> <init>
8     void initializeFields() -> initializeFields
9     boolean hasNext() -> hasNext
10     java.lang.Object next() -> next
11     java.lang.String getNext() -> getNext
12     void remove() -> remove
13 ca.beq.util.win32.registry.RegistryException -> ca.beq.util.win32.registry.RegistryException:
14     void <init>() -> <init>
15     void <init>(java.lang.String) -> <init>
16 ca.beq.util.win32.registry.RegistryKey -> ca.beq.util.win32.registry.RegistryKey:
17     boolean c_initSucceeded -> c_initSucceeded
18     ca.beq.util.win32.registry.RootKey m_root -> m_root
19     java.lang.String m_path -> m_path
20     void testInitialized() -> testInitialized
21     void initialize() -> initialize
22     void initialize(java.lang.String) -> initialize
23     boolean isInitialized() -> isInitialized
24     void checkInitialized() -> checkInitialized
25     void <init>() -> <init>
26     void <init>(ca.beq.util.win32.registry.RootKey) -> <init>
27     void <init>(java.lang.String) -> <init>
28     void <init>(ca.beq.util.win32.registry.RootKey,java.lang.String) -> <init>
29     ca.beq.util.win32.registry.RootKey getRootKey() -> getRootKey
30     java.lang.String getPath() -> getPath
31     java.lang.String makePath(java.lang.String) -> makePath
32     java.lang.String getName() -> getName
33     boolean exists() -> exists
34     void create() -> create
35     ca.beq.util.win32.registry.RegistryKey createSubkey(java.lang.String) -> createSubkey
36     void delete() -> delete
37     boolean hasSubkeys() -> hasSubkeys
38     boolean hasSubkey(java.lang.String) -> hasSubkey
39     java.util.Iterator subkeys() -> subkeys
40     java.util.Iterator values() -> values
41     boolean hasValue(java.lang.String) -> hasValue
42     boolean hasValues() -> hasValues
43     ca.beq.util.win32.registry.RegistryValue getValue(java.lang.String) -> getValue
44     void setValue(ca.beq.util.win32.registry.RegistryValue) -> setValue
45     void deleteValue(java.lang.String) -> deleteValue
46     java.lang.String toString() -> toString
47     void <clinit>() -> <clinit>
48 ca.beq.util.win32.registry.RegistryValue -> ca.beq.util.win32.registry.RegistryValue:
49     java.lang.String m_name -> m_name
50     ca.beq.util.win32.registry.ValueType m_type -> m_type
51     java.lang.Object m_data -> m_data
52     void <init>() -> <init>
53     void <init>(java.lang.Object) -> <init>
54     void <init>(java.lang.String,java.lang.Object) -> <init>
55     void <init>(java.lang.String,ca.beq.util.win32.registry.ValueType,java.lang.Object) -> <init>
56     void <init>(java.lang.String,boolean) -> <init>
57     void <init>(java.lang.String,byte) -> <init>
58     void <init>(java.lang.String,int) -> <init>
59     void <init>(java.lang.String,long) -> <init>
60     void <init>(java.lang.String,float) -> <init>
61     void <init>(java.lang.String,double) -> <init>
62     java.lang.String getName() -> getName
63     void setName(java.lang.String) -> setName
64     ca.beq.util.win32.registry.ValueType getType() -> getType
65     void setType(ca.beq.util.win32.registry.ValueType) -> setType
66     java.lang.Object getData() -> getData
67     void setData(java.lang.Object) -> setData
68     void setData(byte) -> setData
69     void setData(boolean) -> setData
70     void setData(int) -> setData
71     void setData(long) -> setData
72     void setData(float) -> setData
73     void setData(double) -> setData
74     java.lang.String getStringValue() -> getStringValue
75     java.lang.String toString() -> toString
76 ca.beq.util.win32.registry.RootKey -> ca.beq.util.win32.registry.RootKey:
77     java.lang.String m_name -> m_name
78     int m_value -> m_value
79     ca.beq.util.win32.registry.RootKey HKEY_CLASSES_ROOT -> HKEY_CLASSES_ROOT
80     ca.beq.util.win32.registry.RootKey HKEY_CURRENT_USER -> HKEY_CURRENT_USER
81     ca.beq.util.win32.registry.RootKey HKEY_LOCAL_MACHINE -> HKEY_LOCAL_MACHINE
82     ca.beq.util.win32.registry.RootKey HKEY_USERS -> HKEY_USERS
83     ca.beq.util.win32.registry.RootKey HKEY_CURRENT_CONFIG -> HKEY_CURRENT_CONFIG
84     ca.beq.util.win32.registry.RootKey HKEY_PERFORMANCE_DATA -> HKEY_PERFORMANCE_DATA
85     ca.beq.util.win32.registry.RootKey HKEY_DYN_DATA -> HKEY_DYN_DATA
86     void <init>(java.lang.String,int) -> <init>
87     int getValue() -> getValue
88     java.lang.String toString() -> toString
89     void <clinit>() -> <clinit>
90 ca.beq.util.win32.registry.ValueIterator -> ca.beq.util.win32.registry.ValueIterator:
91     ca.beq.util.win32.registry.RegistryKey m_key -> m_key
92     int m_index -> m_index
93     int m_hkey -> m_hkey
94     int m_maxsize -> m_maxsize
95     int m_count -> m_count
96     void <init>(ca.beq.util.win32.registry.RegistryKey) -> <init>
97     void initializeFields() -> initializeFields
98     boolean hasNext() -> hasNext
99     java.lang.Object next() -> next
100     java.lang.String getNext() -> getNext
101     void remove() -> remove
102 ca.beq.util.win32.registry.ValueType -> ca.beq.util.win32.registry.ValueType:
103     java.lang.String m_name -> m_name
104     int m_value -> m_value
105     ca.beq.util.win32.registry.ValueType REG_NONE -> REG_NONE
106     ca.beq.util.win32.registry.ValueType REG_SZ -> REG_SZ
107     ca.beq.util.win32.registry.ValueType REG_EXPAND_SZ -> REG_EXPAND_SZ
108     ca.beq.util.win32.registry.ValueType REG_BINARY -> REG_BINARY
109     ca.beq.util.win32.registry.ValueType REG_DWORD -> REG_DWORD
110     ca.beq.util.win32.registry.ValueType REG_DWORD_LITTLE_ENDIAN -> REG_DWORD_LITTLE_ENDIAN
111     ca.beq.util.win32.registry.ValueType REG_DWORD_BIG_ENDIAN -> REG_DWORD_BIG_ENDIAN
112     ca.beq.util.win32.registry.ValueType REG_MULTI_SZ -> REG_MULTI_SZ
113     ca.beq.util.win32.registry.ValueType REG_RESOURCE_LIST -> REG_RESOURCE_LIST
114     ca.beq.util.win32.registry.ValueType REG_LINK -> REG_LINK
115     ca.beq.util.win32.registry.ValueType REG_FULL_RESOURCE_DESCRIPTOR -> REG_FULL_RESOURCE_DESCRIPTOR
116     ca.beq.util.win32.registry.ValueType REG_RESOURCE_REQUIREMENTS_LIST -> REG_RESOURCE_REQUIREMENTS_LIST
117     void <init>(java.lang.String,int) -> <init>
118     int getValue() -> getValue
119     java.lang.String toString() -> toString
120     void <clinit>() -> <clinit>
121 com.samskivert.Log -> com.a.a:
122     com.samskivert.util.Logger log -> a
123     void <clinit>() -> <clinit>
124 com.samskivert.swing.DimenInfo -> com.a.a.a:
125     int count -> a
126     int totwid -> b
127     int tothei -> c
128     int maxwid -> d
129     int maxhei -> e
130     int numfix -> f
131     int fixwid -> g
132     int fixhei -> h
133     int maxfreewid -> i
134     int maxfreehei -> j
135     int totweight -> k
136     java.awt.Dimension[] dimens -> l
137     void <init>() -> <init>
138     java.lang.String toString() -> toString
139     boolean equals(java.lang.Object,java.lang.Object) -> a
140 com.samskivert.swing.GroupLayout -> com.a.a.b:
141     com.samskivert.swing.GroupLayout$Constraints FIXED -> a
142     com.samskivert.swing.GroupLayout$Policy NONE -> b
143     com.samskivert.swing.GroupLayout$Policy STRETCH -> c
144     com.samskivert.swing.GroupLayout$Policy EQUALIZE -> d
145     com.samskivert.swing.GroupLayout$Policy CONSTRAIN -> e
146     com.samskivert.swing.GroupLayout$Justification CENTER -> f
147     com.samskivert.swing.GroupLayout$Justification LEFT -> g
148     com.samskivert.swing.GroupLayout$Justification RIGHT -> h
149     com.samskivert.swing.GroupLayout$Justification TOP -> i
150     com.samskivert.swing.GroupLayout$Justification BOTTOM -> j
151     com.samskivert.swing.GroupLayout$Policy _policy -> k
152     com.samskivert.swing.GroupLayout$Policy _offpolicy -> l
153     int _gap -> m
154     com.samskivert.swing.GroupLayout$Justification _justification -> n
155     com.samskivert.swing.GroupLayout$Justification _offjust -> o
156     java.util.HashMap _constraints -> p
157     com.samskivert.swing.GroupLayout$Constraints DEFAULT_CONSTRAINTS -> q
158     void <init>() -> <init>
159     void addLayoutComponent(java.lang.String,java.awt.Component) -> addLayoutComponent
160     void removeLayoutComponent(java.awt.Component) -> removeLayoutComponent
161     void addLayoutComponent(java.awt.Component,java.lang.Object) -> addLayoutComponent
162     float getLayoutAlignmentX(java.awt.Container) -> getLayoutAlignmentX
163     float getLayoutAlignmentY(java.awt.Container) -> getLayoutAlignmentY
164     java.awt.Dimension minimumLayoutSize(java.awt.Container) -> minimumLayoutSize
165     java.awt.Dimension preferredLayoutSize(java.awt.Container) -> preferredLayoutSize
166     java.awt.Dimension maximumLayoutSize(java.awt.Container) -> maximumLayoutSize
167     java.awt.Dimension getLayoutSize(java.awt.Container,int) -> a
168     void invalidateLayout(java.awt.Container) -> invalidateLayout
169     com.samskivert.swing.GroupLayout$Constraints getConstraints(java.awt.Component) -> a
170     com.samskivert.swing.DimenInfo computeDimens(java.awt.Container,int) -> b
171     javax.swing.JPanel makeButtonBox(com.samskivert.swing.GroupLayout$Justification,java.awt.Component[]) -> a
172     void <clinit>() -> <clinit>
173 com.samskivert.swing.GroupLayout$Constraints -> com.a.a.b$a:
174     int _weight -> a
175     void <init>(int) -> <init>
176     boolean isFixed() -> a
177     int getWeight() -> b
178 com.samskivert.swing.GroupLayout$Justification -> com.a.a.b$b:
179     void <init>() -> <init>
180 com.samskivert.swing.GroupLayout$Policy -> com.a.a.b$c:
181     void <init>() -> <init>
182 com.samskivert.swing.HGroupLayout -> com.a.a.c:
183     void <init>(com.samskivert.swing.GroupLayout$Policy,com.samskivert.swing.GroupLayout$Justification) -> <init>
184     void <init>() -> <init>
185     java.awt.Dimension getLayoutSize(java.awt.Container,int) -> a
186     void layoutContainer(java.awt.Container) -> layoutContainer
187 com.samskivert.swing.Label -> com.a.a.d:
188     java.util.regex.Pattern COLOR_PATTERN -> a
189     java.lang.String _text -> b
190     java.lang.String _rawText -> c
191     int _style -> d
192     int _align -> e
193     java.awt.Dimension _constraints -> f
194     java.awt.Dimension _size -> g
195     float[] _leaders -> h
196     java.awt.Font _font -> i
197     java.awt.font.TextLayout[] _layouts -> j
198     java.awt.geom.Rectangle2D[] _lbounds -> k
199     java.awt.Color _alternateColor -> l
200     java.awt.Color _textColor -> m
201     boolean _mainDraw -> n
202     java.util.regex.Pattern ESCAPED_PATTERN -> o
203     java.lang.String unescapeColors(java.lang.String,boolean) -> a
204     void <init>() -> <init>
205     void <init>(java.lang.String) -> <init>
206     void <init>(java.lang.String,java.awt.Color,java.awt.Font) -> <init>
207     void <init>(java.lang.String,int,java.awt.Color,java.awt.Color,java.awt.Font) -> <init>
208     void setAlternateColor(java.awt.Color) -> a
209     void setStyle(int) -> a
210     void setTargetWidth(int) -> b
211     java.awt.Dimension getSize() -> a
212     void layout(java.awt.Graphics2D) -> a
213     java.util.List computeLines(java.awt.font.LineBreakMeasurer,int,java.awt.Dimension,boolean) -> a
214     void render(java.awt.Graphics2D,float,float) -> a
215     java.text.AttributedCharacterIterator textIterator(java.awt.Graphics2D) -> b
216     void addAttributes(java.text.AttributedString) -> a
217     double getWidth(java.awt.geom.Rectangle2D) -> a
218     java.awt.geom.Rectangle2D getBounds(java.awt.font.TextLayout) -> a
219     float getHeight(java.awt.font.TextLayout) -> b
220     void <clinit>() -> <clinit>
221 com.samskivert.swing.Spacer -> com.a.a.e:
222     void <init>(int,int) -> <init>
223     void <init>(java.awt.Dimension) -> <init>
224 com.samskivert.swing.VGroupLayout -> com.a.a.f:
225     void <init>() -> <init>
226     java.awt.Dimension getLayoutSize(java.awt.Container,int) -> a
227     void layoutContainer(java.awt.Container) -> layoutContainer
228 com.samskivert.swing.util.SwingUtil -> com.a.a.a.a:
229     boolean _defaultTextAntialiasing -> a
230     void centerWindow(java.awt.Window) -> a
231     java.lang.Object activateAntiAliasing(java.awt.Graphics2D) -> a
232     void restoreAntiAliasing(java.awt.Graphics2D,java.lang.Object) -> a
233     boolean getDefaultTextAntialiasing() -> a
234     void <clinit>() -> <clinit>
235 com.samskivert.util.AbstractIntSet -> com.a.b.a:
236     void <init>() -> <init>
237     boolean contains(int) -> a
238     int size() -> size
239     boolean isEmpty() -> isEmpty
240     boolean remove(int) -> b
241     java.util.Iterator iterator() -> iterator
242     boolean contains(java.lang.Object) -> contains
243     boolean remove(java.lang.Object) -> remove
244     boolean equals(java.lang.Object) -> equals
245     int hashCode() -> hashCode
246     java.lang.String toString() -> toString
247     boolean containsAll(java.util.Collection) -> containsAll
248     boolean addAll(java.util.Collection) -> addAll
249     boolean removeAll(java.util.Collection) -> removeAll
250     boolean retainAll(java.util.Collection) -> retainAll
251     boolean add(java.lang.Object) -> add
252 com.samskivert.util.AbstractInterator -> com.a.b.b:
253     void <init>() -> <init>
254     void remove() -> remove
255     java.lang.Object next() -> next
256 com.samskivert.util.ArrayUtil -> com.a.b.c:
257     java.lang.String safeToString(java.lang.Object) -> a
258     void <clinit>() -> <clinit>
259 com.samskivert.util.FormatterUtil -> com.a.b.d:
260     java.lang.String LINE_SEPARATOR -> a
261     void configureDefaultHandler(java.util.logging.Formatter) -> a
262     void <clinit>() -> <clinit>
263 com.samskivert.util.HashIntMap -> com.a.b.e:
264     com.samskivert.util.HashIntMap$Record[] _buckets -> a
265     int _size -> b
266     float _loadFactor -> c
267     com.samskivert.util.IntSet _keySet -> d
268     void <init>(int,float) -> <init>
269     void <init>() -> <init>
270     int size() -> size
271     boolean containsKey(java.lang.Object) -> containsKey
272     boolean containsKey(int) -> a
273     boolean containsValue(java.lang.Object) -> containsValue
274     java.lang.Object get(java.lang.Object) -> get
275     java.lang.Object put(int,java.lang.Object) -> a
276     java.lang.Object remove(java.lang.Object) -> remove
277     com.samskivert.util.HashIntMap$Record getImpl(int) -> b
278     com.samskivert.util.HashIntMap$Record removeImpl(int,boolean) -> a
279     void clear() -> clear
280     void ensureCapacity(int) -> c
281     int keyToIndex(int) -> d
282     void checkShrink() -> a
283     void resizeBuckets(int) -> e
284     java.util.Set entrySet() -> entrySet
285     java.util.Set keySet() -> keySet
286     com.samskivert.util.HashIntMap clone() -> b
287     com.samskivert.util.HashIntMap$Record[] createBuckets(int) -> f
288     java.lang.Object clone() -> clone
289     java.lang.Object put(java.lang.Object,java.lang.Object) -> put
290 com.samskivert.util.HashIntMap$1 -> com.a.b.f:
291     com.samskivert.util.HashIntMap this$0 -> a
292     void <init>(com.samskivert.util.HashIntMap) -> <init>
293     int size() -> size
294     java.util.Iterator iterator() -> iterator
295 com.samskivert.util.HashIntMap$2 -> com.a.b.g:
296     com.samskivert.util.HashIntMap this$0 -> a
297     void <init>(com.samskivert.util.HashIntMap) -> <init>
298     int size() -> size
299     java.util.Iterator iterator() -> iterator
300 com.samskivert.util.HashIntMap$3 -> com.a.b.h:
301     com.samskivert.util.HashIntMap this$0 -> a
302     void <init>(com.samskivert.util.HashIntMap) -> <init>
303     com.samskivert.util.Interator interator() -> a
304     int size() -> size
305     boolean contains(int) -> a
306     boolean remove(int) -> b
307 com.samskivert.util.HashIntMap$3$1 -> com.a.b.i:
308     java.util.Iterator i -> a
309     com.samskivert.util.HashIntMap$3 this$1 -> b
310     void <init>(com.samskivert.util.HashIntMap$3) -> <init>
311     boolean hasNext() -> hasNext
312     int nextInt() -> a
313     void remove() -> remove
314 com.samskivert.util.HashIntMap$IntEntryIterator -> com.a.b.e$a:
315     com.samskivert.util.HashIntMap this$0 -> a
316     void <init>(com.samskivert.util.HashIntMap) -> <init>
317     java.lang.Object next() -> next
318 com.samskivert.util.HashIntMap$MapEntryIterator -> com.a.b.e$b:
319     com.samskivert.util.HashIntMap this$0 -> a
320     void <init>(com.samskivert.util.HashIntMap) -> <init>
321     java.lang.Object next() -> next
322 com.samskivert.util.HashIntMap$Record -> com.a.b.e$c:
323     com.samskivert.util.HashIntMap$Record next -> a
324     int key -> b
325     java.lang.Object value -> c
326     void <init>(int,java.lang.Object) -> <init>
327     int getIntKey() -> a
328     java.lang.Object getValue() -> getValue
329     java.lang.Object setValue(java.lang.Object) -> setValue
330     boolean equals(java.lang.Object) -> equals
331     int hashCode() -> hashCode
332     java.lang.String toString() -> toString
333     com.samskivert.util.HashIntMap$Record clone() -> b
334     java.lang.Object clone() -> clone
335     java.lang.Object getKey() -> getKey
336 com.samskivert.util.HashIntMap$RecordIterator -> com.a.b.e$d:
337     int _index -> a
338     com.samskivert.util.HashIntMap$Record _record -> b
339     com.samskivert.util.HashIntMap$Record _last -> c
340     com.samskivert.util.HashIntMap this$0 -> d
341     void <init>(com.samskivert.util.HashIntMap) -> <init>
342     boolean hasNext() -> hasNext
343     com.samskivert.util.HashIntMap$Record nextRecord() -> a
344     void remove() -> remove
345 com.samskivert.util.IntMap -> com.a.b.j:
346     java.lang.Object put(int,java.lang.Object) -> a
347 com.samskivert.util.IntMap$IntEntry -> com.a.b.j$a:
348     int getIntKey() -> a
349 com.samskivert.util.IntSet -> com.a.b.k:
350     boolean contains(int) -> a
351     com.samskivert.util.Interator interator() -> a
352 com.samskivert.util.Interable -> com.a.b.l:
353     com.samskivert.util.Interator interator() -> a
354 com.samskivert.util.Interator -> com.a.b.m:
355     int nextInt() -> a
356 com.samskivert.util.JDK14Logger -> com.a.b.n:
357     void <init>() -> <init>
358     void init() -> a
359     com.samskivert.util.Logger getLogger(java.lang.String) -> a
360 com.samskivert.util.JDK14Logger$Impl -> com.a.b.n$a:
361     java.util.logging.Logger _impl -> a
362     java.util.logging.Level[] LEVELS -> b
363     void <init>(java.util.logging.Logger) -> <init>
364     boolean shouldLog(int) -> a
365     void doLog(int,java.lang.String,java.lang.Throwable) -> a
366     void <clinit>() -> <clinit>
367 com.samskivert.util.Logger -> com.a.b.o:
368     com.samskivert.util.Logger$Factory _factory -> a
369     void <init>() -> <init>
370     com.samskivert.util.Logger getLogger(java.lang.String) -> a
371     void warning(java.lang.Object,java.lang.Object[]) -> a
372     boolean shouldLog(int) -> a
373     void doLog(int,java.lang.String,java.lang.Throwable) -> a
374     com.samskivert.util.Logger$Factory createConfiguredFactory() -> a
375     void <clinit>() -> <clinit>
376 com.samskivert.util.Logger$Factory -> com.a.b.o$a:
377     void init() -> a
378     com.samskivert.util.Logger getLogger(java.lang.String) -> a
379 com.samskivert.util.OneLineLogFormatter -> com.a.b.p:
380     boolean _showWhere -> a
381     java.util.Date _date -> b
382     java.text.SimpleDateFormat _format -> c
383     java.text.FieldPosition _fpos -> d
384     void <init>() -> <init>
385     void <init>(boolean) -> <init>
386     java.lang.String format(java.util.logging.LogRecord) -> format
387     void configureDefaultHandler() -> a
388 com.samskivert.util.RunAnywhere -> com.a.b.q:
389     boolean _isMacOS -> a
390     boolean isMacOS() -> a
391     void <clinit>() -> <clinit>
392 com.samskivert.util.StringUtil -> com.a.b.r:
393     java.text.NumberFormat _ffmt -> a
394     com.samskivert.util.IntMap _letterToBits -> b
395     boolean isBlank(java.lang.String) -> a
396     java.lang.String toString(java.lang.Object) -> a
397     void toString(java.lang.StringBuilder,java.lang.Object,java.lang.String,java.lang.String) -> a
398     void toString(java.lang.StringBuilder,java.lang.Object,java.lang.String,java.lang.String,java.lang.String) -> a
399     void coordsToString(java.lang.StringBuilder,int,int) -> a
400     void <clinit>() -> <clinit>
401 com.samskivert.util.Throttle -> com.a.b.s:
402     long[] _ops -> a
403     int _lastOp -> b
404     long _period -> c
405     void <init>(int,long) -> <init>
406     boolean throttleOp() -> a
407     java.lang.String toString() -> toString
408 com.samskivert.util.Tuple -> com.a.b.t:
409     java.lang.Object left -> a
410     java.lang.Object right -> b
411     void <init>(java.lang.Object,java.lang.Object) -> <init>
412     int hashCode() -> hashCode
413     boolean equals(java.lang.Object) -> equals
414     java.lang.String toString() -> toString
415 com.threerings.getdown.Log -> com.threerings.getdown.Log:
416     com.threerings.getdown.Log$Shim log -> log
417     java.lang.String DATE_FORMAT -> DATE_FORMAT
418     java.util.logging.Level[] LEVELS -> LEVELS
419     void <init>() -> <init>
420     java.lang.String format(java.lang.Object,java.lang.Object[]) -> format
421     void <clinit>() -> <clinit>
422 com.threerings.getdown.Log$OneLineFormatter -> com.threerings.getdown.Log$OneLineFormatter:
423     java.util.Date _date -> _date
424     java.text.SimpleDateFormat _format -> _format
425     java.text.FieldPosition _fpos -> _fpos
426     void <init>() -> <init>
427     java.lang.String format(java.util.logging.LogRecord) -> format
428 com.threerings.getdown.Log$Shim -> com.threerings.getdown.Log$Shim:
429     java.util.logging.Logger _impl -> _impl
430     void <init>() -> <init>
431     void debug(java.lang.Object,java.lang.Object[]) -> debug
432     void info(java.lang.Object,java.lang.Object[]) -> info
433     void warning(java.lang.Object,java.lang.Object[]) -> warning
434     void error(java.lang.Object,java.lang.Object[]) -> error
435     void doLog(int,java.lang.Object,java.lang.Object[]) -> doLog
436 com.threerings.getdown.cache.GarbageCollector -> com.threerings.getdown.cache.GarbageCollector:
437     void <init>() -> <init>
438     void collect(java.io.File,long) -> collect
439     void collectNative(java.io.File,long) -> collectNative
440     boolean shouldDelete(java.io.File,long) -> shouldDelete
441     java.io.File getLastAccessedFile(java.io.File) -> getLastAccessedFile
442     boolean isLastAccessedFile(java.io.File) -> isLastAccessedFile
443     java.io.File getCachedFile(java.io.File) -> getCachedFile
444     java.io.File access$000(java.io.File) -> access$000
445     java.io.File access$100(java.io.File) -> access$100
446     boolean access$200(java.io.File,long) -> access$200
447 com.threerings.getdown.cache.GarbageCollector$1 -> com.threerings.getdown.cache.a:
448     long val$retentionPeriodMillis -> a
449     void <init>(long) -> <init>
450     void visit(java.io.File) -> visit
451 com.threerings.getdown.cache.ResourceCache -> com.threerings.getdown.cache.ResourceCache:
452     java.io.File _cacheDir -> _cacheDir
453     java.lang.String LAST_ACCESSED_FILE_SUFFIX -> LAST_ACCESSED_FILE_SUFFIX
454     void <init>(java.io.File) -> <init>
455     void createDirectoryIfNecessary(java.io.File) -> createDirectoryIfNecessary
456     java.io.File cacheFile(java.io.File,java.lang.String,java.lang.String) -> cacheFile
457     void createNewFile(java.io.File) -> createNewFile
458     java.lang.String getFileSuffix(java.io.File) -> getFileSuffix
459 com.threerings.getdown.data.Application -> com.threerings.getdown.data.Application:
460     java.lang.String CONFIG_FILE -> CONFIG_FILE
461     java.lang.String VERSION_FILE -> VERSION_FILE
462     java.lang.String PROP_PASSTHROUGH_PREFIX -> PROP_PASSTHROUGH_PREFIX
463     java.lang.String SIGNATURE_SUFFIX -> SIGNATURE_SUFFIX
464     java.lang.String MANIFEST_CLASS -> MANIFEST_CLASS
465     java.net.Proxy proxy -> proxy
466     com.threerings.getdown.data.EnvConfig _envc -> _envc
467     java.io.File _config -> _config
468     com.threerings.getdown.data.Digest _digest -> _digest
469     long _version -> _version
470     long _targetVersion -> _targetVersion
471     java.lang.String _appbase -> _appbase
472     java.net.URL _vappbase -> _vappbase
473     java.net.URL _latest -> _latest
474     java.lang.String _class -> _class
475     java.lang.String _dockName -> _dockName
476     java.lang.String _dockIconPath -> _dockIconPath
477     boolean _strictComments -> _strictComments
478     boolean _windebug -> _windebug
479     boolean _allowOffline -> _allowOffline
480     int _maxConcDownloads -> _maxConcDownloads
481     java.lang.String _trackingURL -> _trackingURL
482     java.util.Set _trackingPcts -> _trackingPcts
483     java.lang.String _trackingCookieName -> _trackingCookieName
484     java.lang.String _trackingCookieProperty -> _trackingCookieProperty
485     java.lang.String _trackingURLSuffix -> _trackingURLSuffix
486     java.lang.String _trackingGAHash -> _trackingGAHash
487     long _trackingStart -> _trackingStart
488     int _trackingId -> _trackingId
489     java.lang.String _javaVersionProp -> _javaVersionProp
490     java.lang.String _javaVersionRegex -> _javaVersionRegex
491     long _javaMinVersion -> _javaMinVersion
492     long _javaMaxVersion -> _javaMaxVersion
493     boolean _javaExactVersionRequired -> _javaExactVersionRequired
494     java.lang.String _javaLocation -> _javaLocation
495     java.util.List _codes -> _codes
496     java.util.List _resources -> _resources
497     boolean _useCodeCache -> _useCodeCache
498     int _codeCacheRetentionDays -> _codeCacheRetentionDays
499     java.util.Map _auxgroups -> _auxgroups
500     java.util.Map _auxactive -> _auxactive
501     java.util.List _jvmargs -> _jvmargs
502     java.util.List _appargs -> _appargs
503     java.lang.String[] _optimumJvmArgs -> _optimumJvmArgs
504     java.util.List _txtJvmArgs -> _txtJvmArgs
505     boolean _warnedAboutSetLastModified -> _warnedAboutSetLastModified
506     java.nio.channels.FileLock _lock -> _lock
507     java.nio.channels.FileChannel _lockChannel -> _lockChannel
508     java.util.Random _rando -> _rando
509     java.lang.String[] EMPTY_STRING_ARRAY -> EMPTY_STRING_ARRAY
510     java.lang.String ENV_VAR_PREFIX -> ENV_VAR_PREFIX
511     java.util.regex.Pattern ENV_VAR_PATTERN -> ENV_VAR_PATTERN
512     void <init>(com.threerings.getdown.data.EnvConfig) -> <init>
513     java.io.File getAppDir() -> getAppDir
514     boolean useCodeCache() -> useCodeCache
515     int getCodeCacheRetentionDays() -> getCodeCacheRetentionDays
516     int maxConcurrentDownloads() -> maxConcurrentDownloads
517     com.threerings.getdown.data.Resource getConfigResource() -> getConfigResource
518     java.util.List getCodeResources() -> getCodeResources
519     java.util.List getResources() -> getResources
520     java.lang.String getDigest(com.threerings.getdown.data.Resource) -> getDigest
521     java.util.List getAllActiveResources() -> getAllActiveResources
522     com.threerings.getdown.data.Application$AuxGroup getAuxGroup(java.lang.String) -> getAuxGroup
523     java.lang.Iterable getAuxGroups() -> getAuxGroups
524     boolean isAuxGroupActive(java.lang.String) -> isAuxGroupActive
525     java.util.List getActiveCodeResources() -> getActiveCodeResources
526     java.util.List getNativeResources() -> getNativeResources
527     java.util.List getActiveResources() -> getActiveResources
528     com.threerings.getdown.data.Resource getPatchResource(java.lang.String) -> getPatchResource
529     com.threerings.getdown.data.Resource getJavaVMResource() -> getJavaVMResource
530     com.threerings.getdown.data.Resource getFullResource() -> getFullResource
531     java.net.URL getTrackingURL(java.lang.String) -> getTrackingURL
532     java.net.URL getTrackingProgressURL(int) -> getTrackingProgressURL
533     java.lang.String getTrackingCookieName() -> getTrackingCookieName
534     java.lang.String getTrackingCookieProperty() -> getTrackingCookieProperty
535     com.threerings.getdown.util.Config init(boolean) -> init
536     void fillAssignmentListFromPairs(java.lang.String,java.util.List) -> fillAssignmentListFromPairs
537     java.net.URL getRemoteURL(java.lang.String) -> getRemoteURL
538     java.io.File getLocalPath(java.lang.String) -> getLocalPath
539     boolean haveValidJavaVersion() -> haveValidJavaVersion
540     boolean hasOptimumJvmArgs() -> hasOptimumJvmArgs
541     boolean allowOffline() -> allowOffline
542     void attemptRecovery(com.threerings.getdown.data.Application$StatusDisplay) -> attemptRecovery
543     void updateMetadata() -> updateMetadata
544     java.lang.Process createProcess(boolean) -> createProcess
545     java.lang.String[] createEnvironment() -> createEnvironment
546     void invokeDirect() -> invokeDirect
547     java.lang.String processArg(java.lang.String) -> processArg
548     boolean verifyMetadata(com.threerings.getdown.data.Application$StatusDisplay) -> verifyMetadata
549     void verifyResources(com.threerings.getdown.util.ProgressObserver,int[],java.util.Set,java.util.Set,java.util.Set) -> verifyResources
550     void verifyResource(com.threerings.getdown.data.Resource,com.threerings.getdown.util.ProgressObserver,int[],java.util.Set,java.util.Set,java.util.Set) -> verifyResource
551     void unpackResources(com.threerings.getdown.util.ProgressObserver,java.util.Set) -> unpackResources
552     void clearValidationMarkers() -> clearValidationMarkers
553     long getVersion() -> getVersion
554     java.net.URL createVAppBase(long) -> createVAppBase
555     void clearValidationMarkers(java.util.Iterator) -> clearValidationMarkers
556     void downloadConfigFile() -> downloadConfigFile
557     boolean lockForUpdates() -> lockForUpdates
558     void releaseLock() -> releaseLock
559     void downloadDigestFiles() -> downloadDigestFiles
560     void downloadControlFile(java.lang.String,int) -> downloadControlFile
561     java.io.File downloadFile(java.lang.String) -> downloadFile
562     com.threerings.getdown.data.Resource createResource(java.lang.String,java.util.EnumSet) -> createResource
563     void addAll(java.lang.String[],java.util.List) -> addAll
564     java.util.List intsToList(int[]) -> intsToList
565     java.util.List stringsToList(java.lang.String[]) -> stringsToList
566     void parseResources(com.threerings.getdown.util.Config,java.lang.String,java.util.EnumSet,java.util.List) -> parseResources
567     java.lang.String getGATrackingCode() -> getGATrackingCode
568     java.lang.String encodePath(java.lang.String) -> encodePath
569     java.io.File getLocalPath(java.io.File,java.lang.String) -> getLocalPath
570     void access$000(com.threerings.getdown.data.Application,com.threerings.getdown.data.Resource,com.threerings.getdown.util.ProgressObserver,int[],java.util.Set,java.util.Set,java.util.Set) -> access$000
571     void <clinit>() -> <clinit>
572 com.threerings.getdown.data.Application$1 -> com.threerings.getdown.data.a:
573     com.threerings.getdown.data.Application this$0 -> a
574     void <init>(com.threerings.getdown.data.Application,java.net.URL[],java.lang.ClassLoader) -> <init>
575     java.security.PermissionCollection getPermissions(java.security.CodeSource) -> getPermissions
576 com.threerings.getdown.data.Application$2 -> com.threerings.getdown.data.b:
577     java.util.concurrent.BlockingQueue val$actions -> b
578     com.threerings.getdown.util.ProgressObserver val$fobs -> a
579     com.threerings.getdown.data.Application this$0 -> c
580     void <init>(com.threerings.getdown.data.Application,java.util.concurrent.BlockingQueue,com.threerings.getdown.util.ProgressObserver) -> <init>
581     void progress(int) -> progress
582 com.threerings.getdown.data.Application$2$1 -> com.threerings.getdown.data.c:
583     int val$percent -> a
584     com.threerings.getdown.data.Application$2 this$1 -> b
585     void <init>(com.threerings.getdown.data.Application$2,int) -> <init>
586     void run() -> run
587 com.threerings.getdown.data.Application$3 -> com.threerings.getdown.data.d:
588     com.threerings.getdown.data.Resource val$rsrc -> b
589     com.threerings.getdown.util.ProgressAggregator val$pagg -> c
590     int val$index -> d
591     int[] val$fAlreadyValid -> e
592     java.util.Set val$unpackedAsync -> f
593     java.util.Set val$toInstallAsync -> g
594     java.util.Set val$toDownloadAsync -> h
595     java.util.concurrent.BlockingQueue val$actions -> i
596     int[] val$completed -> a
597     com.threerings.getdown.data.Application this$0 -> j
598     void <init>(com.threerings.getdown.data.Application,com.threerings.getdown.data.Resource,com.threerings.getdown.util.ProgressAggregator,int,int[],java.util.Set,java.util.Set,java.util.Set,java.util.concurrent.BlockingQueue,int[]) -> <init>
599     void run() -> run
600 com.threerings.getdown.data.Application$3$1 -> com.threerings.getdown.data.e:
601     com.threerings.getdown.data.Application$3 this$1 -> a
602     void <init>(com.threerings.getdown.data.Application$3) -> <init>
603     void run() -> run
604 com.threerings.getdown.data.Application$AuxGroup -> com.threerings.getdown.data.Application$AuxGroup:
605     java.lang.String name -> name
606     java.util.List codes -> codes
607     java.util.List rsrcs -> rsrcs
608     void <init>(java.lang.String,java.util.List,java.util.List) -> <init>
609 com.threerings.getdown.data.Application$StatusDisplay -> com.threerings.getdown.data.Application$StatusDisplay:
610     void updateStatus(java.lang.String) -> updateStatus
611 com.threerings.getdown.data.Application$UpdateInterface -> com.threerings.getdown.data.Application$UpdateInterface:
612     java.lang.String name -> name
613     int background -> background
614     java.util.List rotatingBackgrounds -> rotatingBackgrounds
615     java.lang.String errorBackground -> errorBackground
616     java.util.List iconImages -> iconImages
617     java.lang.String backgroundImage -> backgroundImage
618     java.lang.String progressImage -> progressImage
619     com.threerings.getdown.util.Rectangle progress -> progress
620     int progressText -> progressText
621     int progressBar -> progressBar
622     com.threerings.getdown.util.Rectangle status -> status
623     int statusText -> statusText
624     int textShadow -> textShadow
625     java.lang.String installError -> installError
626     com.threerings.getdown.util.Rectangle patchNotes -> patchNotes
627     java.lang.String patchNotesUrl -> patchNotesUrl
628     boolean hideDecorations -> hideDecorations
629     boolean hideProgressText -> hideProgressText
630     int minShowSeconds -> minShowSeconds
631     java.util.Map stepPercentages -> stepPercentages
632     java.lang.String toString() -> toString
633     void <init>(com.threerings.getdown.util.Config) -> <init>
634 com.threerings.getdown.data.Application$UpdateInterface$Step -> com.threerings.getdown.data.Application$UpdateInterface$Step:
635     com.threerings.getdown.data.Application$UpdateInterface$Step UPDATE_JAVA -> UPDATE_JAVA
636     com.threerings.getdown.data.Application$UpdateInterface$Step VERIFY_METADATA -> VERIFY_METADATA
637     com.threerings.getdown.data.Application$UpdateInterface$Step DOWNLOAD -> DOWNLOAD
638     com.threerings.getdown.data.Application$UpdateInterface$Step PATCH -> PATCH
639     com.threerings.getdown.data.Application$UpdateInterface$Step VERIFY_RESOURCES -> VERIFY_RESOURCES
640     com.threerings.getdown.data.Application$UpdateInterface$Step REDOWNLOAD_RESOURCES -> REDOWNLOAD_RESOURCES
641     com.threerings.getdown.data.Application$UpdateInterface$Step UNPACK -> UNPACK
642     com.threerings.getdown.data.Application$UpdateInterface$Step LAUNCH -> LAUNCH
643     java.util.List defaultPercents -> defaultPercents
644     com.threerings.getdown.data.Application$UpdateInterface$Step[] $VALUES -> $VALUES
645     com.threerings.getdown.data.Application$UpdateInterface$Step[] values() -> values
646     com.threerings.getdown.data.Application$UpdateInterface$Step valueOf(java.lang.String) -> valueOf
647     void <init>(java.lang.String,int,int[]) -> <init>
648     void <clinit>() -> <clinit>
649 com.threerings.getdown.data.Build -> com.threerings.getdown.data.Build:
650     void <init>() -> <init>
651     java.lang.String time() -> time
652     java.lang.String version() -> version
653     java.util.List hostWhitelist() -> hostWhitelist
654 com.threerings.getdown.data.ClassPath -> com.threerings.getdown.data.ClassPath:
655     java.util.Set _classPathEntries -> _classPathEntries
656     void <init>(java.util.LinkedHashSet) -> <init>
657     java.lang.String asArgumentString() -> asArgumentString
658     java.net.URL[] asUrls() -> asUrls
659     java.util.Set getClassPathEntries() -> getClassPathEntries
660     java.net.URL getURL(java.io.File) -> getURL
661 com.threerings.getdown.data.Digest -> com.threerings.getdown.data.Digest:
662     int VERSION -> VERSION
663     java.util.HashMap _digests -> _digests
664     java.lang.String _metaDigest -> _metaDigest
665     java.lang.String FILE_NAME -> FILE_NAME
666     java.lang.String FILE_SUFFIX -> FILE_SUFFIX
667     java.lang.String digestFile(int) -> digestFile
668     java.lang.String sigAlgorithm(int) -> sigAlgorithm
669     void createDigest(int,java.util.List,java.io.File) -> createDigest
670     java.security.MessageDigest getMessageDigest(int) -> getMessageDigest
671     void <init>(java.io.File,boolean) -> <init>
672     void <init>(java.io.File,int,boolean) -> <init>
673     java.lang.String getMetaDigest() -> getMetaDigest
674     boolean validateResource(com.threerings.getdown.data.Resource,com.threerings.getdown.util.ProgressObserver) -> validateResource
675     java.lang.String getDigest(com.threerings.getdown.data.Resource) -> getDigest
676     void note(java.lang.StringBuilder,java.lang.String,java.lang.String) -> note
677 com.threerings.getdown.data.Digest$1 -> com.threerings.getdown.data.f:
678     int val$fversion -> a
679     java.util.Map val$digests -> b
680     com.threerings.getdown.data.Resource val$rsrc -> c
681     java.util.concurrent.BlockingQueue val$completed -> d
682     void <init>(int,java.util.Map,com.threerings.getdown.data.Resource,java.util.concurrent.BlockingQueue) -> <init>
683     void run() -> run
684 com.threerings.getdown.data.EnvConfig -> com.threerings.getdown.data.EnvConfig:
685     java.io.File appDir -> appDir
686     java.lang.String appId -> appId
687     java.lang.String appBase -> appBase
688     java.util.List certs -> certs
689     java.util.List appArgs -> appArgs
690     java.lang.String USER_HOME_KEY -> USER_HOME_KEY
691     com.threerings.getdown.data.EnvConfig create(java.lang.String[],java.util.List) -> create
692     void <init>(java.io.File) -> <init>
693     void <init>(java.io.File,java.lang.String,java.lang.String,java.util.List,java.util.List) -> <init>
694 com.threerings.getdown.data.EnvConfig$Note -> com.threerings.getdown.data.EnvConfig$Note:
695     com.threerings.getdown.data.EnvConfig$Note$Level level -> level
696     java.lang.String message -> message
697     com.threerings.getdown.data.EnvConfig$Note info(java.lang.String) -> info
698     com.threerings.getdown.data.EnvConfig$Note warn(java.lang.String) -> warn
699     com.threerings.getdown.data.EnvConfig$Note error(java.lang.String) -> error
700     void <init>(com.threerings.getdown.data.EnvConfig$Note$Level,java.lang.String) -> <init>
701 com.threerings.getdown.data.EnvConfig$Note$Level -> com.threerings.getdown.data.EnvConfig$Note$Level:
702     com.threerings.getdown.data.EnvConfig$Note$Level INFO -> INFO
703     com.threerings.getdown.data.EnvConfig$Note$Level WARN -> WARN
704     com.threerings.getdown.data.EnvConfig$Note$Level ERROR -> ERROR
705     com.threerings.getdown.data.EnvConfig$Note$Level[] $VALUES -> $VALUES
706     com.threerings.getdown.data.EnvConfig$Note$Level[] values() -> values
707     com.threerings.getdown.data.EnvConfig$Note$Level valueOf(java.lang.String) -> valueOf
708     void <init>(java.lang.String,int) -> <init>
709     void <clinit>() -> <clinit>
710 com.threerings.getdown.data.PathBuilder -> com.threerings.getdown.data.PathBuilder:
711     java.lang.String CODE_CACHE_DIR -> CODE_CACHE_DIR
712     java.lang.String NATIVE_CACHE_DIR -> NATIVE_CACHE_DIR
713     void <init>() -> <init>
714     com.threerings.getdown.data.ClassPath buildClassPath(com.threerings.getdown.data.Application) -> buildClassPath
715     com.threerings.getdown.data.ClassPath buildDefaultClassPath(com.threerings.getdown.data.Application) -> buildDefaultClassPath
716     com.threerings.getdown.data.ClassPath buildCachedClassPath(com.threerings.getdown.data.Application) -> buildCachedClassPath
717     com.threerings.getdown.data.ClassPath buildLibsPath(com.threerings.getdown.data.Application,boolean) -> buildLibsPath
718 com.threerings.getdown.data.Properties -> com.threerings.getdown.data.Properties:
719     java.lang.String GETDOWN -> GETDOWN
720     java.lang.String CONNECT_PORT -> CONNECT_PORT
721     void <init>() -> <init>
722 com.threerings.getdown.data.Resource -> com.threerings.getdown.data.Resource:
723     java.util.EnumSet NORMAL -> NORMAL
724     java.util.EnumSet UNPACK -> UNPACK
725     java.util.EnumSet EXEC -> EXEC
726     java.util.EnumSet PRELOAD -> PRELOAD
727     java.util.EnumSet NATIVE -> NATIVE
728     java.lang.String _path -> _path
729     java.net.URL _remote -> _remote
730     java.io.File _local -> _local
731     java.io.File _localNew -> _localNew
732     java.io.File _marker -> _marker
733     java.io.File _unpacked -> _unpacked
734     java.util.EnumSet _attrs -> _attrs
735     boolean _isJar -> _isJar
736     boolean _isPacked200Jar -> _isPacked200Jar
737     java.util.Comparator ENTRY_COMP -> ENTRY_COMP
738     int DIGEST_BUFFER_SIZE -> DIGEST_BUFFER_SIZE
739     java.lang.String computeDigest(int,java.io.File,java.security.MessageDigest,com.threerings.getdown.util.ProgressObserver) -> computeDigest
740     void <init>(java.lang.String,java.net.URL,java.io.File,java.util.EnumSet) -> <init>
741     java.lang.String getPath() -> getPath
742     java.io.File getLocal() -> getLocal
743     java.io.File getLocalNew() -> getLocalNew
744     java.io.File getUnpacked() -> getUnpacked
745     java.io.File getFinalTarget() -> getFinalTarget
746     java.net.URL getRemote() -> getRemote
747     boolean shouldUnpack() -> shouldUnpack
748     boolean shouldPredownload() -> shouldPredownload
749     boolean isNative() -> isNative
750     java.lang.String computeDigest(int,java.security.MessageDigest,com.threerings.getdown.util.ProgressObserver) -> computeDigest
751     boolean isMarkedValid() -> isMarkedValid
752     void markAsValid() -> markAsValid
753     void clearMarker() -> clearMarker
754     void install(boolean) -> install
755     void unpack() -> unpack
756     void applyAttrs() -> applyAttrs
757     void erase() -> erase
758     int compareTo(com.threerings.getdown.data.Resource) -> compareTo
759     boolean equals(java.lang.Object) -> equals
760     int hashCode() -> hashCode
761     java.lang.String toString() -> toString
762     void updateProgress(com.threerings.getdown.util.ProgressObserver,long,long) -> updateProgress
763     boolean isJar(java.lang.String) -> isJar
764     boolean isPacked200Jar(java.lang.String) -> isPacked200Jar
765     int compareTo(java.lang.Object) -> compareTo
766     void <clinit>() -> <clinit>
767 com.threerings.getdown.data.Resource$1 -> com.threerings.getdown.data.g:
768     void <init>() -> <init>
769     int compare(java.lang.Object,java.lang.Object) -> compare
770 com.threerings.getdown.data.Resource$Attr -> com.threerings.getdown.data.Resource$Attr:
771     com.threerings.getdown.data.Resource$Attr UNPACK -> UNPACK
772     com.threerings.getdown.data.Resource$Attr CLEAN -> CLEAN
773     com.threerings.getdown.data.Resource$Attr EXEC -> EXEC
774     com.threerings.getdown.data.Resource$Attr PRELOAD -> PRELOAD
775     com.threerings.getdown.data.Resource$Attr NATIVE -> NATIVE
776     com.threerings.getdown.data.Resource$Attr[] $VALUES -> $VALUES
777     com.threerings.getdown.data.Resource$Attr[] values() -> values
778     com.threerings.getdown.data.Resource$Attr valueOf(java.lang.String) -> valueOf
779     void <init>(java.lang.String,int) -> <init>
780     void <clinit>() -> <clinit>
781 com.threerings.getdown.data.SysProps -> com.threerings.getdown.data.SysProps:
782     void <init>() -> <init>
783     java.lang.String appDir() -> appDir
784     java.lang.String appId() -> appId
785     java.lang.String appBase() -> appBase
786     boolean noLogRedir() -> noLogRedir
787     java.lang.String appbaseDomain() -> appbaseDomain
788     java.lang.String appbaseOverride() -> appbaseOverride
789     boolean silent() -> silent
790     boolean launchInSilent() -> launchInSilent
791     boolean noUpdate() -> noUpdate
792     boolean noInstall() -> noInstall
793     int startDelay() -> startDelay
794     boolean noUnpack() -> noUnpack
795     boolean direct() -> direct
796     int connectTimeout() -> connectTimeout
797     int readTimeout() -> readTimeout
798     int threadPoolSize() -> threadPoolSize
799     long parseJavaVersion(java.lang.String,java.lang.String) -> parseJavaVersion
800     java.lang.String overrideAppbase(java.lang.String) -> overrideAppbase
801     java.lang.String replaceDomain(java.lang.String) -> replaceDomain
802 com.threerings.getdown.launcher.AbortPanel -> com.threerings.getdown.launcher.AbortPanel:
803     com.threerings.getdown.launcher.Getdown _getdown -> _getdown
804     java.util.ResourceBundle _msgs -> _msgs
805     void <init>(com.threerings.getdown.launcher.Getdown,java.util.ResourceBundle) -> <init>
806     java.awt.Dimension getPreferredSize() -> getPreferredSize
807     void actionPerformed(java.awt.event.ActionEvent) -> actionPerformed
808     java.lang.String get(java.lang.String) -> get
809 com.threerings.getdown.launcher.Getdown -> com.threerings.getdown.launcher.Getdown:
810     com.threerings.getdown.util.ProgressObserver _progobs -> _progobs
811     com.threerings.getdown.data.Application _app -> _app
812     com.threerings.getdown.data.Application$UpdateInterface _ifc -> _ifc
813     java.util.ResourceBundle _msgs -> _msgs
814     java.awt.Container _container -> _container
815     javax.swing.JLayeredPane _layers -> _layers
816     com.threerings.getdown.launcher.StatusPanel _status -> _status
817     javax.swing.JButton _patchNotes -> _patchNotes
818     com.threerings.getdown.launcher.AbortPanel _abort -> _abort
819     com.threerings.getdown.launcher.RotatingBackgrounds _background -> _background
820     boolean _dead -> _dead
821     boolean _silent -> _silent
822     boolean _launchInSilent -> _launchInSilent
823     boolean _noUpdate -> _noUpdate
824     long _startup -> _startup
825     java.util.Set _toInstallResources -> _toInstallResources
826     boolean _readyToInstall -> _readyToInstall
827     boolean _enableTracking -> _enableTracking
828     int _reportedProgress -> _reportedProgress
829     int _delay -> _delay
830     int _stepMaxPercent -> _stepMaxPercent
831     int _stepMinPercent -> _stepMinPercent
832     int _lastGlobalPercent -> _lastGlobalPercent
833     int _uiDisplayPercent -> _uiDisplayPercent
834     int MAX_LOOPS -> MAX_LOOPS
835     long FALLBACK_CHECK_TIME -> FALLBACK_CHECK_TIME
836     void <init>(com.threerings.getdown.data.EnvConfig) -> <init>
837     boolean isUpdateAvailable() -> isUpdateAvailable
838     void install() -> install
839     void run() -> run
840     void configProxy(java.lang.String,java.lang.String,java.lang.String,java.lang.String) -> configProxy
841     boolean detectProxy() -> detectProxy
842     void readConfig(boolean) -> readConfig
843     void doPredownloads(java.util.Collection) -> doPredownloads
844     void getdown() -> getdown
845     void updateStatus(java.lang.String) -> updateStatus
846     java.awt.image.BufferedImage loadImage(java.lang.String) -> loadImage
847     void updateJava() -> updateJava
848     void update() -> update
849     void download(java.util.Collection) -> download
850     void launch() -> launch
851     void createInterfaceAsync(boolean) -> createInterfaceAsync
852     void initInterface() -> initInterface
853     com.threerings.getdown.launcher.RotatingBackgrounds getBackground() -> getBackground
854     java.awt.Image getProgressImage() -> getProgressImage
855     void handleWindowClose() -> handleWindowClose
856     void fail(java.lang.String) -> fail
857     void setStep(com.threerings.getdown.data.Application$UpdateInterface$Step) -> setStep
858     int stepToGlobalPercent(int) -> stepToGlobalPercent
859     void setStatusAsync(java.lang.String,int,long,boolean) -> setStatusAsync
860     void reportTrackingEvent(java.lang.String,int) -> reportTrackingEvent
861     java.awt.Container createContainer() -> createContainer
862     void configureContainer() -> configureContainer
863     void showContainer() -> showContainer
864     void disposeContainer() -> disposeContainer
865     boolean invokeDirect() -> invokeDirect
866     void showDocument(java.lang.String) -> showDocument
867     void exit(int) -> exit
868     void copyStream(java.io.InputStream,java.io.PrintStream) -> copyStream
869     java.awt.Image loadImage(java.lang.String) -> loadImage
870 com.threerings.getdown.launcher.Getdown$1 -> com.threerings.getdown.launcher.a:
871     com.threerings.getdown.launcher.Getdown this$0 -> a
872     void <init>(com.threerings.getdown.launcher.Getdown) -> <init>
873     void run() -> run
874 com.threerings.getdown.launcher.Getdown$2 -> com.threerings.getdown.launcher.b:
875     int _lastCheck -> a
876     com.threerings.getdown.launcher.Getdown this$0 -> b
877     void <init>(com.threerings.getdown.launcher.Getdown,java.net.Proxy) -> <init>
878     void resolvingDownloads() -> resolvingDownloads
879     void downloadProgress(int,long) -> downloadProgress
880     void downloadFailed(com.threerings.getdown.data.Resource,java.lang.Exception) -> downloadFailed
881 com.threerings.getdown.launcher.Getdown$3 -> com.threerings.getdown.launcher.c:
882     java.io.InputStream val$stderr -> a
883     com.threerings.getdown.launcher.Getdown this$0 -> b
884     void <init>(com.threerings.getdown.launcher.Getdown,java.io.InputStream) -> <init>
885     void run() -> run
886 com.threerings.getdown.launcher.Getdown$4 -> com.threerings.getdown.launcher.d:
887     boolean val$reinit -> b
888     com.threerings.getdown.launcher.Getdown this$0 -> a
889     void <init>(com.threerings.getdown.launcher.Getdown,boolean) -> <init>
890     void run() -> run
891 com.threerings.getdown.launcher.Getdown$4$1 -> com.threerings.getdown.launcher.e:
892     com.threerings.getdown.launcher.Getdown$4 this$1 -> a
893     void <init>(com.threerings.getdown.launcher.Getdown$4,java.lang.String) -> <init>
894     void actionPerformed(java.awt.event.ActionEvent) -> actionPerformed
895 com.threerings.getdown.launcher.Getdown$5 -> com.threerings.getdown.launcher.f:
896     java.lang.String val$message -> a
897     int val$percent -> b
898     long val$remaining -> c
899     com.threerings.getdown.launcher.Getdown this$0 -> d
900     void <init>(com.threerings.getdown.launcher.Getdown,java.lang.String,int,long) -> <init>
901     void run() -> run
902 com.threerings.getdown.launcher.Getdown$6 -> com.threerings.getdown.launcher.g:
903     com.threerings.getdown.launcher.Getdown this$0 -> a
904     void <init>(com.threerings.getdown.launcher.Getdown) -> <init>
905     void progress(int) -> progress
906 com.threerings.getdown.launcher.Getdown$ProgressReporter -> com.threerings.getdown.launcher.Getdown$ProgressReporter:
907     java.net.URL _url -> _url
908     com.threerings.getdown.launcher.Getdown this$0 -> this$0
909     void <init>(com.threerings.getdown.launcher.Getdown,java.net.URL) -> <init>
910     void run() -> run
911 com.threerings.getdown.launcher.GetdownApp -> com.threerings.getdown.launcher.GetdownApp:
912     void <init>() -> <init>
913     void main(java.lang.String[]) -> main
914     com.threerings.getdown.launcher.Getdown start(java.lang.String[]) -> start
915 com.threerings.getdown.launcher.GetdownApp$1 -> com.threerings.getdown.launcher.h:
916     javax.swing.JFrame _frame -> a
917     void <init>(com.threerings.getdown.data.EnvConfig) -> <init>
918     java.awt.Container createContainer() -> createContainer
919     void configureContainer() -> configureContainer
920     void showContainer() -> showContainer
921     void disposeContainer() -> disposeContainer
922     void showDocument(java.lang.String) -> showDocument
923     void exit(int) -> exit
924     void fail(java.lang.String) -> fail
925 com.threerings.getdown.launcher.GetdownApp$1$1 -> com.threerings.getdown.launcher.i:
926     com.threerings.getdown.launcher.GetdownApp$1 this$0 -> a
927     void <init>(com.threerings.getdown.launcher.GetdownApp$1) -> <init>
928     void windowClosing(java.awt.event.WindowEvent) -> windowClosing
929 com.threerings.getdown.launcher.GetdownApp$1$2 -> com.threerings.getdown.launcher.j:
930     com.threerings.getdown.launcher.GetdownApp$1 this$0 -> a
931     void <init>(com.threerings.getdown.launcher.GetdownApp$1) -> <init>
932     void actionPerformed(java.awt.event.ActionEvent) -> actionPerformed
933 com.threerings.getdown.launcher.GetdownApp$1$3 -> com.threerings.getdown.launcher.k:
934     com.threerings.getdown.launcher.GetdownApp$1 this$0 -> a
935     void <init>(com.threerings.getdown.launcher.GetdownApp$1) -> <init>
936     void run() -> run
937 com.threerings.getdown.launcher.GetdownApp$2 -> com.threerings.getdown.launcher.l:
938     int[] $SwitchMap$com$threerings$getdown$data$EnvConfig$Note$Level -> a
939     void <clinit>() -> <clinit>
940 com.threerings.getdown.launcher.MultipleGetdownRunning -> com.threerings.getdown.launcher.MultipleGetdownRunning:
941     void <init>() -> <init>
942 com.threerings.getdown.launcher.ProxyPanel -> com.threerings.getdown.launcher.ProxyPanel:
943     com.threerings.getdown.launcher.Getdown _getdown -> _getdown
944     java.util.ResourceBundle _msgs -> _msgs
945     javax.swing.JTextField _host -> _host
946     javax.swing.JTextField _port -> _port
947     javax.swing.JCheckBox _useAuth -> _useAuth
948     javax.swing.JTextField _username -> _username
949     javax.swing.JPasswordField _password -> _password
950     void <init>(com.threerings.getdown.launcher.Getdown,java.util.ResourceBundle) -> <init>
951     void setProxy(java.lang.String,java.lang.String) -> setProxy
952     void addNotify() -> addNotify
953     java.awt.Dimension getPreferredSize() -> getPreferredSize
954     void actionPerformed(java.awt.event.ActionEvent) -> actionPerformed
955     java.lang.String get(java.lang.String) -> get
956     java.awt.Dimension clampWidth(java.awt.Dimension,int) -> clampWidth
957 com.threerings.getdown.launcher.ProxyPanel$1 -> com.threerings.getdown.launcher.m:
958     com.threerings.getdown.launcher.ProxyPanel this$0 -> a
959     void <init>(com.threerings.getdown.launcher.ProxyPanel) -> <init>
960     void itemStateChanged(java.awt.event.ItemEvent) -> itemStateChanged
961 com.threerings.getdown.launcher.ProxyPanel$SaneLabelField -> com.threerings.getdown.launcher.ProxyPanel$SaneLabelField:
962     void <init>(java.lang.String) -> <init>
963     java.awt.Dimension getPreferredSize() -> getPreferredSize
964 com.threerings.getdown.launcher.ProxyPanel$SanePasswordField -> com.threerings.getdown.launcher.ProxyPanel$SanePasswordField:
965     void <init>() -> <init>
966     java.awt.Dimension getPreferredSize() -> getPreferredSize
967 com.threerings.getdown.launcher.ProxyPanel$SaneTextField -> com.threerings.getdown.launcher.ProxyPanel$SaneTextField:
968     void <init>() -> <init>
969     java.awt.Dimension getPreferredSize() -> getPreferredSize
970 com.threerings.getdown.launcher.ProxyUtil -> com.threerings.getdown.launcher.ProxyUtil:
971     java.lang.String PROXY_REGISTRY -> PROXY_REGISTRY
972     void <init>() -> <init>
973     boolean autoDetectProxy(com.threerings.getdown.data.Application) -> autoDetectProxy
974     boolean canLoadWithoutProxy(java.net.URL) -> canLoadWithoutProxy
975     void configProxy(com.threerings.getdown.data.Application,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -> configProxy
976     java.lang.String[] loadProxy(com.threerings.getdown.data.Application) -> loadProxy
977     void saveProxy(com.threerings.getdown.data.Application,java.lang.String,java.lang.String) -> saveProxy
978     void initProxy(com.threerings.getdown.data.Application,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -> initProxy
979 com.threerings.getdown.launcher.ProxyUtil$1 -> com.threerings.getdown.launcher.n:
980     java.lang.String val$fuser -> a
981     char[] val$fpass -> b
982     void <init>(java.lang.String,char[]) -> <init>
983     java.net.PasswordAuthentication getPasswordAuthentication() -> getPasswordAuthentication
984 com.threerings.getdown.launcher.RotatingBackgrounds -> com.threerings.getdown.launcher.RotatingBackgrounds:
985     long currentDisplayStart -> currentDisplayStart
986     int current -> current
987     java.awt.Image[] images -> images
988     java.awt.Image errorImage -> errorImage
989     int[] percentages -> percentages
990     int[] minDisplayTime -> minDisplayTime
991     void <init>() -> <init>
992     void <init>(java.awt.Image) -> <init>
993     void <init>(java.util.List,java.lang.String,com.threerings.getdown.launcher.RotatingBackgrounds$ImageLoader) -> <init>
994     java.awt.Image getImage(int) -> getImage
995     java.awt.Image getErrorImage() -> getErrorImage
996     int getNumImages() -> getNumImages
997     void makeEmpty() -> makeEmpty
998 com.threerings.getdown.launcher.RotatingBackgrounds$ImageLoader -> com.threerings.getdown.launcher.RotatingBackgrounds$ImageLoader:
999     java.awt.Image loadImage(java.lang.String) -> loadImage
1000 com.threerings.getdown.launcher.StatusPanel -> com.threerings.getdown.launcher.StatusPanel:
1001     java.awt.Image _barimg -> _barimg
1002     com.threerings.getdown.launcher.RotatingBackgrounds _bg -> _bg
1003     java.awt.Dimension _psize -> _psize
1004     java.util.ResourceBundle _msgs -> _msgs
1005     int _progress -> _progress
1006     java.lang.String _status -> _status
1007     int _statusDots -> _statusDots
1008     boolean _displayError -> _displayError
1009     com.samskivert.swing.Label _label -> _label
1010     com.samskivert.swing.Label _newlab -> _newlab
1011     com.samskivert.swing.Label _plabel -> _plabel
1012     com.samskivert.swing.Label _newplab -> _newplab
1013     com.samskivert.swing.Label _rlabel -> _rlabel
1014     com.samskivert.swing.Label _newrlab -> _newrlab
1015     com.threerings.getdown.data.Application$UpdateInterface _ifc -> _ifc
1016     javax.swing.Timer _timer -> _timer
1017     long[] _remain -> _remain
1018     int _ridx -> _ridx
1019     com.samskivert.util.Throttle _rthrottle -> _rthrottle
1020     java.awt.Font FONT -> FONT
1021     void <init>(java.util.ResourceBundle) -> <init>
1022     void init(com.threerings.getdown.data.Application$UpdateInterface,com.threerings.getdown.launcher.RotatingBackgrounds,java.awt.Image) -> init
1023     boolean imageUpdate(java.awt.Image,int,int,int,int,int) -> imageUpdate
1024     void setProgress(int,long) -> setProgress
1025     void setStatus(java.lang.String,boolean) -> setStatus
1026     void stopThrob() -> stopThrob
1027     void addNotify() -> addNotify
1028     void removeNotify() -> removeNotify
1029     void paintComponent(java.awt.Graphics) -> paintComponent
1030     java.awt.Dimension getPreferredSize() -> getPreferredSize
1031     void updateStatusLabel() -> updateStatusLabel
1032     int getStatusY(com.samskivert.swing.Label) -> getStatusY
1033     com.samskivert.swing.Label createLabel(java.lang.String,java.awt.Color) -> createLabel
1034     java.lang.String xlate(java.lang.String) -> xlate
1035     java.lang.String get(java.lang.String,java.lang.String[]) -> get
1036     java.lang.String get(java.lang.String) -> get
1037     void <clinit>() -> <clinit>
1038 com.threerings.getdown.launcher.StatusPanel$1 -> com.threerings.getdown.launcher.o:
1039     com.threerings.getdown.launcher.StatusPanel this$0 -> a
1040     void <init>(com.threerings.getdown.launcher.StatusPanel) -> <init>
1041     void actionPerformed(java.awt.event.ActionEvent) -> actionPerformed
1042 com.threerings.getdown.net.Downloader -> com.threerings.getdown.net.Downloader:
1043     java.util.Map _sizes -> _sizes
1044     java.util.Map _downloaded -> _downloaded
1045     long _start -> _start
1046     long _bytesPerSecond -> _bytesPerSecond
1047     long _lastUpdate -> _lastUpdate
1048     com.threerings.getdown.net.Downloader$State _state -> _state
1049     long UPDATE_DELAY -> UPDATE_DELAY
1050     void <init>() -> <init>
1051     boolean download(java.util.Collection,int) -> download
1052     void abort() -> abort
1053     void resolvingDownloads() -> resolvingDownloads
1054     void downloadProgress(int,long) -> downloadProgress
1055     void downloadFailed(com.threerings.getdown.data.Resource,java.lang.Exception) -> downloadFailed
1056     long checkSize(com.threerings.getdown.data.Resource) -> checkSize
1057     void reportProgress(com.threerings.getdown.data.Resource,long,long) -> reportProgress
1058     long sum(java.lang.Iterable) -> sum
1059     void download(com.threerings.getdown.data.Resource) -> download
1060 com.threerings.getdown.net.Downloader$1 -> com.threerings.getdown.net.a:
1061     com.threerings.getdown.data.Resource val$rsrc -> a
1062     com.threerings.getdown.net.Downloader this$0 -> b
1063     void <init>(com.threerings.getdown.net.Downloader,com.threerings.getdown.data.Resource) -> <init>
1064     void run() -> run
1065 com.threerings.getdown.net.Downloader$State -> com.threerings.getdown.net.Downloader$State:
1066     com.threerings.getdown.net.Downloader$State DOWNLOADING -> DOWNLOADING
1067     com.threerings.getdown.net.Downloader$State COMPLETE -> COMPLETE
1068     com.threerings.getdown.net.Downloader$State FAILED -> FAILED
1069     com.threerings.getdown.net.Downloader$State ABORTED -> ABORTED
1070     com.threerings.getdown.net.Downloader$State[] $VALUES -> $VALUES
1071     com.threerings.getdown.net.Downloader$State[] values() -> values
1072     com.threerings.getdown.net.Downloader$State valueOf(java.lang.String) -> valueOf
1073     void <init>(java.lang.String,int) -> <init>
1074     void <clinit>() -> <clinit>
1075 com.threerings.getdown.net.HTTPDownloader -> com.threerings.getdown.net.HTTPDownloader:
1076     java.net.Proxy _proxy -> _proxy
1077     void <init>(java.net.Proxy) -> <init>
1078     long checkSize(com.threerings.getdown.data.Resource) -> checkSize
1079     void download(com.threerings.getdown.data.Resource) -> download
1080 com.threerings.getdown.spi.ProxyAuth -> com.threerings.getdown.spi.ProxyAuth:
1081     com.threerings.getdown.spi.ProxyAuth$Credentials loadCredentials(java.lang.String) -> loadCredentials
1082     void saveCredentials(java.lang.String,java.lang.String,java.lang.String) -> saveCredentials
1083 com.threerings.getdown.spi.ProxyAuth$Credentials -> com.threerings.getdown.spi.ProxyAuth$Credentials:
1084     java.lang.String username -> username
1085     java.lang.String password -> password
1086     void <init>(java.lang.String,java.lang.String) -> <init>
1087 com.threerings.getdown.tools.Differ -> com.threerings.getdown.tools.Differ:
1088     void <init>() -> <init>
1089     void createDiff(java.io.File,java.io.File,boolean) -> createDiff
1090     void createPatch(java.io.File,java.util.ArrayList,java.util.ArrayList,boolean) -> createPatch
1091     java.io.File rebuildJar(java.io.File) -> rebuildJar
1092     void jarDiff(java.io.File,java.io.File,java.util.jar.JarOutputStream) -> jarDiff
1093     void main(java.lang.String[]) -> main
1094     void pipe(java.io.File,java.util.jar.JarOutputStream) -> pipe
1095 com.threerings.getdown.tools.Digester -> com.threerings.getdown.tools.Digester:
1096     void <init>() -> <init>
1097     void main(java.lang.String[]) -> main
1098     void createDigests(java.io.File,java.io.File,java.lang.String,java.lang.String) -> createDigests
1099     void createDigest(int,java.io.File) -> createDigest
1100     void signDigest(int,java.io.File,java.io.File,java.lang.String,java.lang.String) -> signDigest
1101 com.threerings.getdown.tools.JarDiff -> com.threerings.getdown.tools.JarDiff:
1102     int DEFAULT_READ_SIZE -> DEFAULT_READ_SIZE
1103     byte[] newBytes -> newBytes
1104     byte[] oldBytes -> oldBytes
1105     boolean _debug -> _debug
1106     void <init>() -> <init>
1107     void createPatch(java.lang.String,java.lang.String,java.io.OutputStream,boolean) -> createPatch
1108     void createIndex(java.util.jar.JarOutputStream,java.util.List,java.util.Map) -> createIndex
1109     java.io.Writer writeEscapedString(java.io.Writer,java.lang.String) -> writeEscapedString
1110     void writeEntry(java.util.jar.JarOutputStream,java.util.jar.JarEntry,com.threerings.getdown.tools.JarDiff$JarFile2) -> writeEntry
1111     byte[] access$000() -> access$000
1112     byte[] access$100() -> access$100
1113     boolean access$200() -> access$200
1114     void <clinit>() -> <clinit>
1115 com.threerings.getdown.tools.JarDiff$JarFile2 -> com.threerings.getdown.tools.JarDiff$a:
1116     java.util.jar.JarFile _jar -> a
1117     java.util.List _entries -> b
1118     java.util.HashMap _nameToEntryMap -> c
1119     java.util.HashMap _crcToEntryMap -> d
1120     void <init>(java.lang.String) -> <init>
1121     java.util.jar.JarFile getJarFile() -> a
1122     java.util.Iterator iterator() -> iterator
1123     java.util.jar.JarEntry getEntryByName(java.lang.String) -> a
1124     boolean differs(java.io.InputStream,java.io.InputStream) -> a
1125     boolean contains(com.threerings.getdown.tools.JarDiff$JarFile2,java.util.jar.JarEntry) -> a
1126     java.lang.String hasSameContent(com.threerings.getdown.tools.JarDiff$JarFile2,java.util.jar.JarEntry) -> b
1127     void index() -> b
1128     void close() -> close
1129 com.threerings.getdown.tools.JarDiffCodes -> com.threerings.getdown.tools.JarDiffCodes:
1130     java.lang.String INDEX_NAME -> INDEX_NAME
1131     java.lang.String VERSION_HEADER -> VERSION_HEADER
1132     java.lang.String REMOVE_COMMAND -> REMOVE_COMMAND
1133     java.lang.String MOVE_COMMAND -> MOVE_COMMAND
1134 com.threerings.getdown.tools.JarDiffPatcher -> com.threerings.getdown.tools.JarDiffPatcher:
1135     int DEFAULT_READ_SIZE -> DEFAULT_READ_SIZE
1136     byte[] newBytes -> newBytes
1137     byte[] oldBytes -> oldBytes
1138     void <init>() -> <init>
1139     void patchJar(java.lang.String,java.lang.String,java.io.File,com.threerings.getdown.util.ProgressObserver) -> patchJar
1140     void updateObserver(com.threerings.getdown.util.ProgressObserver,double,double) -> updateObserver
1141     void determineNameMapping(java.util.jar.JarFile,java.util.Set,java.util.Map) -> determineNameMapping
1142     java.util.List getSubpaths(java.lang.String) -> getSubpaths
1143     void writeEntry(java.util.jar.JarOutputStream,java.util.jar.JarEntry,java.util.jar.JarFile) -> writeEntry
1144     void writeEntry(java.util.jar.JarOutputStream,java.util.jar.JarEntry,java.io.InputStream) -> writeEntry
1145     void <clinit>() -> <clinit>
1146 com.threerings.getdown.tools.Patcher -> com.threerings.getdown.tools.Patcher:
1147     java.lang.String CREATE -> CREATE
1148     java.lang.String PATCH -> PATCH
1149     java.lang.String DELETE -> DELETE
1150     com.threerings.getdown.util.ProgressObserver _obs -> _obs
1151     long _complete -> _complete
1152     long _plength -> _plength
1153     byte[] _buffer -> _buffer
1154     int COPY_BUFFER_SIZE -> COPY_BUFFER_SIZE
1155     void <init>() -> <init>
1156     void patch(java.io.File,java.io.File,com.threerings.getdown.util.ProgressObserver) -> patch
1157     java.lang.String strip(java.lang.String,java.lang.String) -> strip
1158     void createFile(java.util.jar.JarFile,java.util.zip.ZipEntry,java.io.File) -> createFile
1159     void patchFile(java.util.jar.JarFile,java.util.zip.ZipEntry,java.io.File,java.lang.String) -> patchFile
1160     void updateProgress(int) -> updateProgress
1161     void main(java.lang.String[]) -> main
1162 com.threerings.getdown.tools.Patcher$1 -> com.threerings.getdown.tools.a:
1163     long val$elength -> a
1164     com.threerings.getdown.tools.Patcher this$0 -> b
1165     void <init>(com.threerings.getdown.tools.Patcher,long) -> <init>
1166     void progress(int) -> progress
1167 com.threerings.getdown.util.Base64 -> com.threerings.getdown.util.Base64:
1168     int DEFAULT -> DEFAULT
1169     int NO_PADDING -> NO_PADDING
1170     int NO_WRAP -> NO_WRAP
1171     int CRLF -> CRLF
1172     int URL_SAFE -> URL_SAFE
1173     int NO_CLOSE -> NO_CLOSE
1174     boolean $assertionsDisabled -> $assertionsDisabled
1175     byte[] decode(java.lang.String,int) -> decode
1176     byte[] decode(byte[],int) -> decode
1177     byte[] decode(byte[],int,int,int) -> decode
1178     java.lang.String encodeToString(byte[],int) -> encodeToString
1179     java.lang.String encodeToString(byte[],int,int,int) -> encodeToString
1180     byte[] encode(byte[],int) -> encode
1181     byte[] encode(byte[],int,int,int) -> encode
1182     void <init>() -> <init>
1183     void <clinit>() -> <clinit>
1184 com.threerings.getdown.util.Base64$Coder -> com.threerings.getdown.util.Base64$a:
1185     byte[] output -> a
1186     int op -> b
1187     void <init>() -> <init>
1188 com.threerings.getdown.util.Base64$Decoder -> com.threerings.getdown.util.Base64$b:
1189     int[] DECODE -> c
1190     int[] DECODE_WEBSAFE -> d
1191     int state -> e
1192     int value -> f
1193     int[] alphabet -> g
1194     void <init>(int,byte[]) -> <init>
1195     boolean process(byte[],int,int,boolean) -> a
1196     void <clinit>() -> <clinit>
1197 com.threerings.getdown.util.Base64$Encoder -> com.threerings.getdown.util.Base64$c:
1198     byte[] ENCODE -> f
1199     byte[] ENCODE_WEBSAFE -> g
1200     byte[] tail -> h
1201     int tailLen -> i
1202     int count -> j
1203     boolean do_padding -> c
1204     boolean do_newline -> d
1205     boolean do_cr -> e
1206     byte[] alphabet -> k
1207     boolean $assertionsDisabled -> l
1208     void <init>(int,byte[]) -> <init>
1209     boolean process(byte[],int,int,boolean) -> a
1210     void <clinit>() -> <clinit>
1211 com.threerings.getdown.util.Color -> com.threerings.getdown.util.Color:
1212     int CLEAR -> CLEAR
1213     int WHITE -> WHITE
1214     int BLACK -> BLACK
1215     float brightness(int) -> brightness
1216     void <init>() -> <init>
1217 com.threerings.getdown.util.Config -> com.threerings.getdown.util.Config:
1218     com.threerings.getdown.util.Config EMPTY -> EMPTY
1219     java.util.Map _data -> _data
1220     com.threerings.getdown.util.Config$ParseOpts createOpts(boolean) -> createOpts
1221     java.util.List parsePairs(java.io.File,com.threerings.getdown.util.Config$ParseOpts) -> parsePairs
1222     java.util.List parsePairs(java.io.Reader,com.threerings.getdown.util.Config$ParseOpts) -> parsePairs
1223     com.threerings.getdown.util.Rectangle parseRect(java.lang.String,java.lang.String) -> parseRect
1224     java.lang.Integer parseColor(java.lang.String) -> parseColor
1225     com.threerings.getdown.util.Config parseConfig(java.io.File,com.threerings.getdown.util.Config$ParseOpts) -> parseConfig
1226     void <init>(java.util.Map) -> <init>
1227     boolean hasValue(java.lang.String) -> hasValue
1228     java.lang.Object getRaw(java.lang.String) -> getRaw
1229     java.lang.String getString(java.lang.String) -> getString
1230     java.lang.String getString(java.lang.String,java.lang.String) -> getString
1231     boolean getBoolean(java.lang.String) -> getBoolean
1232     java.lang.String[] getMultiValue(java.lang.String) -> getMultiValue
1233     com.threerings.getdown.util.Rectangle getRect(java.lang.String,com.threerings.getdown.util.Rectangle) -> getRect
1234     int getInt(java.lang.String,int) -> getInt
1235     long getLong(java.lang.String,long) -> getLong
1236     int getColor(java.lang.String,int) -> getColor
1237     java.lang.String[] getList(java.lang.String) -> getList
1238     java.lang.String getUrl(java.lang.String,java.lang.String) -> getUrl
1239     boolean checkQualifiers(java.lang.String,java.lang.String,java.lang.String) -> checkQualifiers
1240     boolean checkQualifier(java.lang.String,java.lang.String,java.lang.String) -> checkQualifier
1241     void <clinit>() -> <clinit>
1242 com.threerings.getdown.util.Config$ParseOpts -> com.threerings.getdown.util.Config$ParseOpts:
1243     boolean biasToKey -> biasToKey
1244     boolean strictComments -> strictComments
1245     java.lang.String osname -> osname
1246     java.lang.String osarch -> osarch
1247     void <init>() -> <init>
1248 com.threerings.getdown.util.ConnectionUtil -> com.threerings.getdown.util.ConnectionUtil:
1249     void <init>() -> <init>
1250     java.net.URLConnection open(java.net.Proxy,java.net.URL,int,int) -> open
1251     java.net.HttpURLConnection openHttp(java.net.Proxy,java.net.URL,int,int) -> openHttp
1252 com.threerings.getdown.util.FileUtil -> com.threerings.getdown.util.FileUtil:
1253     void <init>() -> <init>
1254     boolean renameTo(java.io.File,java.io.File) -> renameTo
1255     boolean deleteHarder(java.io.File) -> deleteHarder
1256     boolean deleteDirHarder(java.io.File) -> deleteDirHarder
1257     java.util.List readLines(java.io.Reader) -> readLines
1258     void unpackJar(java.util.jar.JarFile,java.io.File,boolean) -> unpackJar
1259     void unpackPacked200Jar(java.io.File,java.io.File) -> unpackPacked200Jar
1260     void copy(java.io.File,java.io.File) -> copy
1261     void makeExecutable(java.io.File) -> makeExecutable
1262     void walkTree(java.io.File,com.threerings.getdown.util.FileUtil$Visitor) -> walkTree
1263 com.threerings.getdown.util.FileUtil$Visitor -> com.threerings.getdown.util.FileUtil$Visitor:
1264     void visit(java.io.File) -> visit
1265 com.threerings.getdown.util.HostWhitelist -> com.threerings.getdown.util.HostWhitelist:
1266     void <init>() -> <init>
1267     java.net.URL verify(java.net.URL) -> verify
1268     java.net.URL verify(java.util.List,java.net.URL) -> verify
1269 com.threerings.getdown.util.LaunchUtil -> com.threerings.getdown.util.LaunchUtil:
1270     java.lang.String LOCAL_JAVA_DIR -> LOCAL_JAVA_DIR
1271     boolean _isWindows -> _isWindows
1272     boolean _isMacOS -> _isMacOS
1273     boolean _isLinux -> _isLinux
1274     void <init>() -> <init>
1275     boolean updateVersionAndRelaunch(java.io.File,java.lang.String,java.lang.String) -> updateVersionAndRelaunch
1276     java.lang.String getJVMPath(java.io.File) -> getJVMPath
1277     java.lang.String getJVMPath(java.io.File,boolean) -> getJVMPath
1278     void upgradeGetdown(java.io.File,java.io.File,java.io.File) -> upgradeGetdown
1279     boolean mustMonitorChildren() -> mustMonitorChildren
1280     boolean isWindows() -> isWindows
1281     boolean isMacOS() -> isMacOS
1282     boolean isLinux() -> isLinux
1283     java.lang.String checkJVMPath(java.lang.String,boolean) -> checkJVMPath
1284     void <clinit>() -> <clinit>
1285 com.threerings.getdown.util.MessageUtil -> com.threerings.getdown.util.MessageUtil:
1286     java.lang.String TAINT_CHAR -> TAINT_CHAR
1287     void <init>() -> <init>
1288     boolean isTainted(java.lang.String) -> isTainted
1289     java.lang.String taint(java.lang.Object) -> taint
1290     java.lang.String untaint(java.lang.String) -> untaint
1291     java.lang.String compose(java.lang.String,java.lang.Object[]) -> compose
1292     java.lang.String compose(java.lang.String,java.lang.String[]) -> compose
1293     java.lang.String tcompose(java.lang.String,java.lang.Object[]) -> tcompose
1294     java.lang.String tcompose(java.lang.String,java.lang.String[]) -> tcompose
1295     java.lang.String escape(java.lang.String) -> escape
1296     java.lang.String unescape(java.lang.String) -> unescape
1297 com.threerings.getdown.util.ProgressAggregator -> com.threerings.getdown.util.ProgressAggregator:
1298     com.threerings.getdown.util.ProgressObserver _target -> _target
1299     long[] _sizes -> _sizes
1300     int[] _progress -> _progress
1301     void <init>(com.threerings.getdown.util.ProgressObserver,long[]) -> <init>
1302     com.threerings.getdown.util.ProgressObserver startElement(int) -> startElement
1303     void updateAggProgress() -> updateAggProgress
1304     long sum(long[]) -> sum
1305 com.threerings.getdown.util.ProgressAggregator$1 -> com.threerings.getdown.util.a:
1306     int val$index -> a
1307     com.threerings.getdown.util.ProgressAggregator this$0 -> b
1308     void <init>(com.threerings.getdown.util.ProgressAggregator,int) -> <init>
1309     void progress(int) -> progress
1310 com.threerings.getdown.util.ProgressObserver -> com.threerings.getdown.util.ProgressObserver:
1311     void progress(int) -> progress
1312 com.threerings.getdown.util.Rectangle -> com.threerings.getdown.util.Rectangle:
1313     int x -> x
1314     int y -> y
1315     int width -> width
1316     int height -> height
1317     void <init>(int,int,int,int) -> <init>
1318     com.threerings.getdown.util.Rectangle union(com.threerings.getdown.util.Rectangle) -> union
1319     java.lang.String toString() -> toString
1320 com.threerings.getdown.util.StreamUtil -> com.threerings.getdown.util.StreamUtil:
1321     void <init>() -> <init>
1322     void close(java.io.InputStream) -> close
1323     void close(java.io.OutputStream) -> close
1324     void close(java.io.Reader) -> close
1325     void close(java.io.Writer) -> close
1326     java.io.OutputStream copy(java.io.InputStream,java.io.OutputStream) -> copy
1327     byte[] toByteArray(java.io.InputStream) -> toByteArray
1328 com.threerings.getdown.util.StringUtil -> com.threerings.getdown.util.StringUtil:
1329     java.lang.String XLATE -> XLATE
1330     void <init>() -> <init>
1331     boolean couldBeValidUrl(java.lang.String) -> couldBeValidUrl
1332     boolean isBlank(java.lang.String) -> isBlank
1333     int[] parseIntArray(java.lang.String) -> parseIntArray
1334     java.lang.String[] parseStringArray(java.lang.String) -> parseStringArray
1335     java.lang.String[] parseStringArray(java.lang.String,boolean) -> parseStringArray
1336     java.lang.String deNull(java.lang.String) -> deNull
1337     java.lang.String hexlate(byte[],int) -> hexlate
1338     java.lang.String hexlate(byte[]) -> hexlate
1339     java.lang.String join(java.lang.Object[]) -> join
1340     java.lang.String join(java.lang.Object[],boolean) -> join
1341     java.lang.String join(java.lang.Object[],java.lang.String) -> join
1342     java.lang.String join(java.lang.Object[],java.lang.String,boolean) -> join
1343 com.threerings.getdown.util.VersionUtil -> com.threerings.getdown.util.VersionUtil:
1344     void <init>() -> <init>
1345     long readVersion(java.io.File) -> readVersion
1346     void writeVersion(java.io.File,long) -> writeVersion
1347     long parseJavaVersion(java.lang.String,java.lang.String) -> parseJavaVersion
1348     long readReleaseVersion(java.io.File,java.lang.String) -> readReleaseVersion
1349     int parseInt(java.lang.String) -> parseInt