This file is indexed.

/usr/share/doc/libbyte-buddy-java/byte-buddy/overview-summary.html is in libbyte-buddy-java-doc 1.7.11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview (Byte Buddy (parent) 1.7.11 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Overview (Byte Buddy (parent) 1.7.11 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev">Overview</li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Byte Buddy (parent) 1.7.11 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
<caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/package-summary.html">net.bytebuddy</a></td>
<td class="colLast">
<div class="block">Byte Buddy is a library for creating Java classes at runtime of a Java program.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/agent/builder/package-summary.html">net.bytebuddy.agent.builder</a></td>
<td class="colLast">
<div class="block">An agent builder is used to easily implement load-time class-transformations using a Java agent.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/asm/package-summary.html">net.bytebuddy.asm</a></td>
<td class="colLast">
<div class="block">The ASM package contains classes that are meant for direct interaction with the ASM API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/build/package-summary.html">net.bytebuddy.build</a></td>
<td class="colLast">
<div class="block">A package for types that allow for applying Byte Buddy transformation during a build process.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/build/maven/package-summary.html">net.bytebuddy.build.maven</a></td>
<td class="colLast">
<div class="block">A package containing classes for applying Byte Buddy transformers within a Maven build.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/description/package-summary.html">net.bytebuddy.description</a></td>
<td class="colLast">
<div class="block">Classes of this package allow the representation of Java classes, their member and their meta data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/description/annotation/package-summary.html">net.bytebuddy.description.annotation</a></td>
<td class="colLast">
<div class="block">Contains descriptions of annotations and annotation values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/description/enumeration/package-summary.html">net.bytebuddy.description.enumeration</a></td>
<td class="colLast">
<div class="block">A package that contains classes for describing enumeration values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/description/field/package-summary.html">net.bytebuddy.description.field</a></td>
<td class="colLast">
<div class="block">Contains descriptions of Java fields.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/description/method/package-summary.html">net.bytebuddy.description.method</a></td>
<td class="colLast">
<div class="block">Contains descriptions of Java methods and constructors as well as their parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/description/modifier/package-summary.html">net.bytebuddy.description.modifier</a></td>
<td class="colLast">
<div class="block">The modifier package contains high-level and type-safe descriptions of Java modifiers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/description/type/package-summary.html">net.bytebuddy.description.type</a></td>
<td class="colLast">
<div class="block">Contains descriptions of Java types and packages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/dynamic/package-summary.html">net.bytebuddy.dynamic</a></td>
<td class="colLast">
<div class="block">This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
 type that is dynamically created and for loading this type into a running JVM process.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/dynamic/loading/package-summary.html">net.bytebuddy.dynamic.loading</a></td>
<td class="colLast">
<div class="block">This package contains classes that are responsible for class loading of classes that are represented by
 <code>byte</code> arrays.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/dynamic/scaffold/package-summary.html">net.bytebuddy.dynamic.scaffold</a></td>
<td class="colLast">
<div class="block">This package contains helper types and implementations that are responsible for the actual writing of a byte array
 representing a Java class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/dynamic/scaffold/inline/package-summary.html">net.bytebuddy.dynamic.scaffold.inline</a></td>
<td class="colLast">
<div class="block">All classes and types in this package are related to creating a <a href="net/bytebuddy/dynamic/DynamicType.html" title="interface in net.bytebuddy.dynamic"><code>DynamicType</code></a> by
 enhancing a given type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/dynamic/scaffold/subclass/package-summary.html">net.bytebuddy.dynamic.scaffold.subclass</a></td>
<td class="colLast">
<div class="block">All classes and types in this package are related to creating a <a href="net/bytebuddy/dynamic/DynamicType.html" title="interface in net.bytebuddy.dynamic"><code>DynamicType</code></a> by
 creating a subclass of a given type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/package-summary.html">net.bytebuddy.implementation</a></td>
<td class="colLast">
<div class="block">The implementation package contains any logic for intercepting method calls.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/attribute/package-summary.html">net.bytebuddy.implementation.attribute</a></td>
<td class="colLast">
<div class="block">All types and classes in this package are responsible for writing attributes for a given Java byte code element,
 i.e.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/auxiliary/package-summary.html">net.bytebuddy.implementation.auxiliary</a></td>
<td class="colLast">
<div class="block">Auxiliary types describe helper types that aid as a supplementary to a given
 <a href="net/bytebuddy/dynamic/scaffold/InstrumentedType.html" title="interface in net.bytebuddy.dynamic.scaffold"><code>InstrumentedType</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bind/package-summary.html">net.bytebuddy.implementation.bind</a></td>
<td class="colLast">
<div class="block">The types and classes of this package are responsible for binding a method call to calling another method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bind/annotation/package-summary.html">net.bytebuddy.implementation.bind.annotation</a></td>
<td class="colLast">
<div class="block">This package contains annotations, types and classes that are responsible for binding a method to calling another
 method by interpreting annotations that indicate how a method should be bound to another method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/package-summary.html">net.bytebuddy.implementation.bytecode</a></td>
<td class="colLast">
<div class="block">Types and classes in this package are responsible for creating Java byte code for a given byte code target
 which is represented by a <a href="net/bytebuddy/description/method/MethodDescription.html" title="interface in net.bytebuddy.description.method"><code>MethodDescription</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/assign/package-summary.html">net.bytebuddy.implementation.bytecode.assign</a></td>
<td class="colLast">
<div class="block">An <a href="net/bytebuddy/implementation/bytecode/assign/Assigner.html" title="interface in net.bytebuddy.implementation.bytecode.assign"><code>Assigner</code></a> is responsible for transforming
 a given <a href="net/bytebuddy/description/type/TypeDescription.html" title="interface in net.bytebuddy.description.type"><code>TypeDescription</code></a> into another one.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/assign/primitive/package-summary.html">net.bytebuddy.implementation.bytecode.assign.primitive</a></td>
<td class="colLast">
<div class="block"><a href="net/bytebuddy/implementation/bytecode/assign/Assigner.html" title="interface in net.bytebuddy.implementation.bytecode.assign"><code>Assigner</code></a> implementations of this package
 are capable of handling primitive types or the <code>void</code> type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/assign/reference/package-summary.html">net.bytebuddy.implementation.bytecode.assign.reference</a></td>
<td class="colLast">
<div class="block"><a href="net/bytebuddy/implementation/bytecode/assign/Assigner.html" title="interface in net.bytebuddy.implementation.bytecode.assign"><code>Assigner</code></a> implementations of this package
 are capable of assigning non-primitive types to each other.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/collection/package-summary.html">net.bytebuddy.implementation.bytecode.collection</a></td>
<td class="colLast">
<div class="block">This package is dedicated to creating <a href="net/bytebuddy/implementation/bytecode/StackManipulation.html" title="interface in net.bytebuddy.implementation.bytecode"><code>StackManipulation</code></a>s
 that create collections or arrays from a given number of values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/constant/package-summary.html">net.bytebuddy.implementation.bytecode.constant</a></td>
<td class="colLast">
<div class="block"><a href="net/bytebuddy/implementation/bytecode/StackManipulation.html" title="interface in net.bytebuddy.implementation.bytecode"><code>StackManipulation</code></a>s in this package are responsible for
 creating compile-time constants and pushing them onto the operand stack.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/implementation/bytecode/member/package-summary.html">net.bytebuddy.implementation.bytecode.member</a></td>
<td class="colLast">
<div class="block"><a href="net/bytebuddy/implementation/bytecode/StackManipulation.html" title="interface in net.bytebuddy.implementation.bytecode"><code>StackManipulation</code></a>s of this package are responsible for
 accessing type or method members, i.e.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/matcher/package-summary.html">net.bytebuddy.matcher</a></td>
<td class="colLast">
<div class="block">Contains an API for matching Java byte code entities.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/pool/package-summary.html">net.bytebuddy.pool</a></td>
<td class="colLast">
<div class="block">Classes of this package allow for the creating <a href="net/bytebuddy/description/type/TypeDescription.html" title="interface in net.bytebuddy.description.type"><code>TypeDescription</code></a>s without
 loading any classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/utility/package-summary.html">net.bytebuddy.utility</a></td>
<td class="colLast">
<div class="block">This package contains utility classes for common use within any Byte Buddy logic.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="net/bytebuddy/utility/privilege/package-summary.html">net.bytebuddy.utility.privilege</a></td>
<td class="colLast">
<div class="block">A package containing <a href="https://docs.oracle.com/javase/6/docs/api/java/security/PrivilegedAction.html?is-external=true" title="class or interface in java.security"><code>PrivilegedAction</code></a>s that are used for invoking sensitive methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="net/bytebuddy/utility/visitor/package-summary.html">net.bytebuddy.utility.visitor</a></td>
<td class="colLast">
<div class="block">A package containing visitor classes for ASM.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev">Overview</li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018. All rights reserved.</small></p>
</body>
</html>